[parted-devel] GNU Parted Official Repository: Changes to 'master'
Jim Meyering
meyering at alioth.debian.org
Mon Mar 5 14:51:00 CET 2007
bootstrap.conf | 1
debug/clearfat/Makefile.am | 10 ++-
debug/clearfat/clearfat.c | 91 ++++++++++++++++++++++++++------
lib/.gitignore | 2 +
partprobe/partprobe.c | 127 ++++++++++++++++++++++++++++----------------
po/POTFILES.in | 2 +
6 files changed, 167 insertions(+), 66 deletions(-)
New commits:
commit cc46aa2dbbaebc7f68e8bbfc9bfb313a2e1c2e18
Author: Jim Meyering <jim at meyering.net>
Date: Mon Mar 5 14:47:02 2007 +0100
Make partprobe accept --help and --version options.
Add long options: --no-update (same as existing -d), and
--summary (same as existing -s).
* partprobe/partprobe.c
Include configmake.h, getopt.h, and NLS-related things.
(main): Rewrite option handling.
Along the way, fix a bug whereby "partprobe DEV1 DEV2 ... DEVN" would
exit successfully whenever process_dev (DEVN) returns nonzero, even
when that function fails for each of the preceding devices.
commit 3389f62ba35ca2f0c5ba87ae29af5ef807ecf985
Author: Jim Meyering <jim at meyering.net>
Date: Mon Mar 5 14:47:02 2007 +0100
Make clearfat accept --help and --version options.
* debug/clearfat/clearfat.c (AUTHORS, PROGRAM_NAME): Define.
Include gettext-related things.
Include closeout.h.
(usage): New function.
(main): Set up for translations, use close_stdout.
* bootstrap.conf: Add long-options, for clearfat.
* debug/clearfat/Makefile.am: Use gnulib.
More information about the parted-devel
mailing list