OSDN Git Service

build: update from gnulib
[android-x86/external-parted.git] / parted /
2009-06-10 Joel Granados Morenoparted-ui: ensure cmd-line buffer is empty before ped_e...
2009-06-03 Jim Meyeringlibparted: link with gnulib
2009-05-26 Joel Granados MorenoCorrectly name virtio devices.
2009-03-05 Jim Meyeringremove all trailing blanks
2009-03-05 Jim Meyeringportability: use last_component, not basename
2009-03-05 Jim Meyeringadjust "parted -s dev print" not to emit trailing spaces
2009-01-26 Jim Meyering* parted/ui.c: Include <config.h> before any other...
2008-10-10 Harald WelteAdd support for SD/MMC storage cards on Linux
2008-08-20 Petr UzelRemove obsolete 'i' from parted optstring (--interactiv...
2008-07-07 Jim Meyering* parted/parted.c (options): Remove redundant "const...
2008-06-20 Joel Andres GranadosFix the script mode for mkpart and mkpartfs.
2008-06-05 Jim Meyeringuse gnulib's progname module
2008-05-31 Jim Meyeringplug leaks in do_print
2008-05-30 Jim Meyeringplug leaks in parted.c
2008-05-29 Jim Meyeringremove more useless "if" tests before free
2008-05-29 Jim MeyeringUse free, not ped_free.
2008-05-29 Jim Meyeringavoid const-related compiler warnings
2008-04-30 Jim MeyeringRemove useless "if" tests before free.
2008-04-29 Matt DavisCorrected a few memory leaks from unallocated ped_unit_...
2008-04-29 Matt DavisCorrected memory leak when displaying partition flags.
2008-04-27 Matt DavisCorrected a small memory leak when displaying partition...
2008-02-04 Jim MeyeringDon't write into line[-1] when line starts with a NUL...
2008-02-04 Jim Meyeringdvh.c (dvh_partition_set_name): Include partition name...
2008-02-02 Jim Meyeringmkpart: Don't require a DVH partition name if it's...
2008-01-14 Jim Meyering#ifdef function definitions to match uses, to avoid...
2007-11-06 David CantrellAdd 'xvd' to the transports array in do_print
2007-08-09 David CantrellRevert "History with undo and redo capabilities."
2007-08-08 David CantrellHistory with undo and redo capabilities.
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-07-06 Jim MeyeringLet "make distcheck" pass once again.
2007-07-03 Jim MeyeringDon't include config.h from internal headers.
2007-06-22 Jim MeyeringWork around test failures caused by inadequate libreadline.
2007-06-12 David VazquezReplace some malloc and strdup by xmalloc and xstrdup...
2007-06-11 Jim MeyeringFix inconsistent prompt for file system type.
2007-05-31 Jim MeyeringFix build failure (conflicting decl of strnlen) and...
2007-05-30 Jim MeyeringFix configure-with-nls vs. wchar.h/wcsdup problem diffe...
2007-05-30 Otavio Salvadorparted/table.c: Fix a warning when compiling with trans...
2007-05-29 Jim MeyeringAvoid a leak.
2007-05-26 Jim MeyeringDiagnose invalid command arguments.
2007-05-25 Jim MeyeringUse xmalloc and xrealloc, rather than unchecked malloc...
2007-05-25 Jim MeyeringFix off-by-one error in previous change.
2007-05-25 Jim MeyeringRemove a silly (and dangerous) function.
2007-05-14 David CantrellUse gnulib xmalloc() and xrealloc().
2007-05-14 Flavio LeitnerFix exception handling in mkpart and mkpartfs
2007-05-11 Jim MeyeringWhen labeling a disk in --script mode, fail if it is...
2007-05-09 Otavio Salvador[parted] Fix script mode support on mkfs commandline...
2007-05-07 Jim MeyeringMerge branch 'inhibit-word-wrap'
2007-05-07 Jim MeyeringMerge branch 'include-limits-h-for-CHAR_MAX'
2007-05-07 Jim MeyeringMake ---pretend-input-tty inhibit output word-wrap.
2007-05-07 Jim MeyeringSuppress "you are not superuser..." warning in script...
2007-05-07 Jim MeyeringAvoid "make distcheck" failure, with newer system headers.
2007-05-02 David CantrellFix off-by-one bug in parted when displaying informatio...
2007-05-02 David CantrellDo not translate partition names in 'parted print'...
2007-04-26 Jim MeyeringAdd integration tests, then adjust code so that they...
2007-04-21 Jim Meyering[PATCH] Avoid warning from -Wformat-security; tweak...
2007-04-18 Benno SchulenbergHandle options independent of their order.
2007-04-16 Debarshi RayShow the update /etc/fstab message only when there...
2007-03-27 Benno SchulenbergTweak some help messages: change third person to impera...
2007-03-08 Jim Meyering* parted/ui.c (non_interactive_mode): Plug a tiny leak.
2007-03-07 Debarshi RayMerge branch 'master' of git+ssh://rishi-guest@git...
2007-03-07 Debarshi RayReplaced [f]printf with fput[c|s] globally.
2007-03-07 Jim MeyeringUse <config.h> consistently, not "config.h".
2007-03-06 Debarshi RayDefined a dummy '_dump_history' function in parted...
2007-03-06 Debarshi RayFixed parted/ui.c to incorporate signal handlers for...
2007-03-02 Jim MeyeringUse $(VAR), rather than obsolescent @VAR@ automake...
2007-03-01 Debarshi RayFixing indentation in parted/ui.c. Replaced TABs with...
2007-02-28 Debarshi RayFixing indentation in parted/ui.c.
2007-02-25 Jim MeyeringAdd a bunch of .gitignore files.
2007-02-25 Jim Meyering Include <config.h> from every .c file:
2007-02-25 Jim Meyeringparted: Detect/report stdout write errors.
2007-02-25 Jim MeyeringInclude <config.h>, not "../config.h".
2007-02-25 Jim MeyeringBegin adjusting Makefile.am files to use gnulib.
2007-02-19 Debarshi RayIntroduced MAINTAINERCLEANFILES in Makefile.am for...
2007-02-16 Jim MeyeringAvoid compiler warnings with gcc -Wall -Wshadow.
2007-02-14 Jim MeyeringUse lighter-weight fputs and putchar in place of printf...
2007-02-14 Debarshi RayFixed the copyright notices.
2007-02-13 Jim MeyeringDon't define _GNU_SOURCE manually.
2007-02-13 Jim MeyeringRemove some #ifdefs
2007-01-14 Debarshi RaySynchronise manual page and --help documentation.
2007-01-12 David CantrellOnly call _disk_warn_loss(disk) in do_mklabel() if...
2007-01-12 Debarshi RayRectify segmentation fault caused by 9e05418de3477666b0...
2007-01-06 Otavio Salvadorparted/parted.c: Destroy all objects before return...
2007-01-05 Anant NarayananDump readline history on crash
2006-12-11 Debarshi RayAlias 'print list' with 'print all'.
2006-12-08 Debarshi RayZero sized device is shown as 0.00B and not -0.00kB.
2006-12-07 Otavio SalvadorOutput a backtrace when catching SEGV_MAPERR or a gener...
2006-12-06 Debarshi RayImplement 'print devices'.
2006-12-05 Benno SchulenbergTranslate the copyright message, and hard wrap it
2006-12-05 Otavio Salvadorparted/parted.c: Remove useless line break
2006-12-03 David CantrellRename all old ChangeLog files to ChangeLog.0. Added...
2006-12-02 Anant NarayananMake parted ignore '-i' option instead of failing
2006-12-02 Anant NarayananSupport machine parseable output.
2006-11-30 Debarshi RayCleanup _partition_warn_busy, _disk_warn_busy, _partiti...
2006-11-29 Otavio SalvadorProper print when there're no extended partitions,...
2006-11-28 Debarshi RayWarn before mklabel and mkfs.
2006-11-28 Debarshi RayMake mktable aliased to mklabel.
2006-11-28 Otavio SalvadorFix 'print' command help
2006-11-23 Anant NarayananIntroduce the -list command-line switch, patch by Debar...
2006-11-22 Otavio SalvadorAvoid warning about user permissions when using --version
2006-11-22 Otavio Salvadorparted/parted.c: Remove redeclaration of current_dev...
next