.gitignore                    |   32 
 Makefile.am                   |   17 
 README-hacking                |   70 +
 autogen.sh                    |   10 
 bootstrap.conf                |   78 +
 build-aux/.gitignore          |   14 
 configure.ac                  |   40 -
 debug/clearfat/.gitignore     |    1 
 debug/clearfat/clearfat.c     |    2 
 doc/.gitignore                |    9 
 doc/C/po/parted.8.pot         |  405 ------
 doc/pt_BR/parted.8.pt_BR.po   |  455 ------
 lib/.gitignore                |   85 +
 lib/Makefile.am               |    1 
 libparted/.gitignore          |    2 
 libparted/Makefile.am         |    4 
 libparted/cs/constraint.c     |    1 
 libparted/cs/natmath.c        |    3 
 libparted/fs/amiga/amiga.c    |    1 
 libparted/fs/fat/bootsector.c |    1 
 libparted/fs/fat/calc.c       |    1 
 libparted/fs/fat/clstdup.c    |    1 
 libparted/fs/fat/context.c    |    3 
 libparted/fs/fat/count.c      |    1 
 libparted/fs/fat/fat.c        |    1 
 libparted/fs/fat/fatio.c      |    3 
 libparted/fs/fat/resize.c     |    1 
 libparted/fs/fat/table.c      |    1 
 libparted/fs/fat/traverse.c   |    1 
 libparted/labels/dvh.c        |    1 
 libparted/labels/efi_crc32.c  |    1 
 libparted/labels/fdasd.c      |    1 
 libparted/labels/vtoc.c       |    1 
 libparted/libparted.c         |    3 
 libparted/tests/common.c      |   23 
 libparted/tests/label.c       |   13 
 libparted/timer.c             |    3 
 libparted/unit.c              |    1 
 m4/parted.m4                  |  110 ++
 parted.m4                     |  110 --
 parted/.gitignore             |    1 
 parted/Makefile.am            |    9 
 parted/command.c              |    3 
 parted/parted.c               |   28 
 parted/ui.c                   |    2 
 partprobe/Makefile.am         |    7 
 partprobe/partprobe.c         |   26 
 po/.gitignore                 |   18 
 po/Makevars                   |   41 -
 po/ca.po                      | 2629 ------------------------------------
 po/cs.po                      | 2594 ------------------------------------
 po/da.po                      | 2831 ---------------------------------------
 po/de.po                      | 2642 ------------------------------------
 po/es.po                      | 2667 -------------------------------------
 po/fr.po                      | 2930 ----------------------------------------
 po/gl.po                      | 2995 -----------------------------------------
 po/hu.po                      | 2385 ---------------------------------
 po/id.po                      | 2661 ------------------------------------
 po/it.po                      | 2566 -----------------------------------
 po/ja.po                      | 2512 ----------------------------------
 po/nl.po                      | 2554 -----------------------------------
 po/nn.po                      | 2593 -----------------------------------
 po/parted.pot                 | 2180 ------------------------------
 po/pl.po                      | 2547 -----------------------------------
 po/pt.po                      | 2729 -------------------------------------
 po/pt_BR.po                   | 2774 --------------------------------------
 po/ru.po                      | 2716 -------------------------------------
 po/sv.po                      | 2719 -------------------------------------
 po/tr.po                      | 2521 -----------------------------------
 po/uk.po                      | 2505 ----------------------------------
 po/vi.po                      | 2593 -----------------------------------
 po/zh_CN.po                   | 2494 ----------------------------------
 po/zh_TW.po                   | 2504 ----------------------------------
 73 files changed, 549 insertions(+), 63938 deletions(-)

New commits:
commit 802504ae11a79d3ed72fc3466dd3a96de1139c12
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:46:05 2007 +0100

    partprobe: Detect/report any error when writing to stdout.
        * partprobe/Makefile.am (partprobe_LDADD): Add lib/libparted.la.
        * partprobe/partprobe.c:
        Include "closeout.h" for close_stdout.
        Include "version-etc.h" for version_etc prototype.
        Declare global, program_name.
        (PROGRAM_NAME, AUTHORS): Define.
        (help): Use PROGRAM_NAME, rather than hard-coding it.
        (version): Use gnulib's version_etc.
        (main): Set program_name.
        Use atexit to close stdout carefully upon exit.

commit 1bfda3859e3f6d19cfdff4794da5d150bec4c6b3
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

    Add a bunch of .gitignore files.

commit 7a46b70e5ecc0b1eb97e87158e2ca0816d63214e
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

        Avoid a gcc format warning:
        * debug/clearfat/clearfat.c (_do_help): Use fputs, not printf.

commit 17e5036bf4e4e5c88b94562432e10d1ae3b2b1b0
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

        Remove now-generated files.
        * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po:
        * po/gl.po, po/id.po, po/it.po, po/ja.po, po/nl.po, po/nn.po:
        * po/pl.po, po/pt.po, po/pt_BR.po, po/ru.po:
        * po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po:
        * po/Makevars: Remove now-generated file.
        * po/parted.pot: Remove -generated file.

commit 720c03986d3d9e158c54bbe89afa970c1e3be60e
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

        mv parted.m4 into new dir, m4/
    
        * Makefile.am (EXTRA_DIST): Remove parted.m4.
        Now that it's in m4, it's included automatically.
        (aclocal_DATA): Remove unnecessary definition.

commit 40758f1bd909f927e81f9a523fc4169e18572eec
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

        * libparted/tests/label.c: Fail if _create_disk returns NULL.
        Make global and functions static.
        * libparted/tests/common.c (_create_disk): Handle fopen failure.
        Handle fclose failure.

commit dea71f503c58d39ba5a7901c675f3dcc4522962d
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

        Include <config.h> from every .c file:
        * libparted/unit.c, libparted/timer.c:
        * libparted/cs/natmath.c, libparted/cs/constraint.c:
        * libparted/tests/label.c, libparted/tests/common.c:
        * libparted/fs/fat/count.c, libparted/fs/fat/bootsector.c:
        * libparted/fs/fat/context.c, libparted/fs/fat/fatio.c:
        * libparted/fs/fat/fat.c, libparted/fs/fat/clstdup.c:
        * libparted/fs/fat/resize.c, libparted/fs/fat/traverse.c:
        * libparted/fs/fat/table.c, libparted/fs/fat/calc.c:
        * libparted/fs/amiga/amiga.c, libparted/labels/fdasd.c:
        * libparted/labels/dvh.c, libparted/labels/efi_crc32.c:
        * libparted/labels/vtoc.c, parted/command.c:
        * libparted/tests/label.c, libparted/tests/common.c:

commit 2cc2792a2ff36fd9f959577c1f6058d9eb9ba3dd
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

        * libparted/libparted.c: Include "configmake.h" for LOCALEDIR defn.

commit e08dea672f8f0715acd873117121f716565d292c
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:30 2007 +0100

    parted: Detect/report stdout write errors.
        * parted/parted.c: Include "closeout.h" for close_stdout.
        Include "configmake.h" for LOCALEDIR definition.
        Include "version-etc.h" for version_etc prototype.
        Declare global, program_name.
        (PROGRAM_NAME, AUTHORS): Define.
        (_version): Use gnulib's version_etc.
        (main): Set program_name.
        Use atexit to close stdout carefully upon exit.

commit 2944a1e139782729b980d55d01394b4148321ab0
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:44:29 2007 +0100

    Include <config.h>, not "../config.h".

commit e2583060e3ba1b94465a79f9cc8fadf02ee7b5ef
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:43:53 2007 +0100

    Begin adjusting Makefile.am files to use gnulib.
    * libparted/Makefile.am (partedincludedir): Add -I$(top_srcdir)/lib.
    * parted/Makefile.am (parted_LDADD): Add lib/libparted.la.
    (partedincludedir): Add -I$(top_srcdir)/lib.

commit 66760ee42fd8c627cb2a32fea23908f3e08d164c
Author: Jim Meyering <[EMAIL PROTECTED]>
Date:   Sun Feb 25 18:38:41 2007 +0100

    Update to use gnulib, and newer autoconf, automake conventions.
    
        Add build-from-checkout instructions.
        * README-hacking: New file.  Mostly copied from coreutils'
        README-cvs.
        * bootstrap: Generate ChangeLog here, if needed/possible,
        before invoking tools that require its presence.
        * autogen.sh: Remove this file.  It's superseded by bootstrap.
    
        Use gnulib, modernize some uses of autoconf, automake, etc.
        * bootstrap, bootstrap.conf: New files.
    
        * configure.ac: Modernize.
        Require the latest stable releases: autoconf-2.61, automake-1.10.
        Require gettext-0.15.
        Use more modern form of AC_INIT, etc.
        Now that the version string must be hard-coded in the AC_INIT line,
        add code to ensure it agrees with the PED_* and LT_* variables.
        Use AM_CPPFLAGS, not CFLAGS
        Remove obsolete setting of ALL_LINGUAS.
        Don't set CFLAGS=-D_GNU_SOURCE=1 explicitly , since that's already
        done via AC_GNU_SOURCE, which gnulib pulls in by default,
        through gl_EARLY.
        Use gl_INIT and gl_EARLY.
    
        * Makefile.am (SUBDIRS): Add lib.
        (EXTRA_DIST): Remove names that are automatically included.
        * lib/Makefile.am: New file.


_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to