summaryrefslogtreecommitdiff
path: root/parted
Commit message (Expand)AuthorAgeFilesLines
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-071-1/+1
* Defined a dummy '_dump_history' function in parted/ui.c when Readline is abse...Debarshi Ray2007-03-061-6/+9
* Fixed parted/ui.c to incorporate signal handlers for systems lacking 'sigacti...Debarshi Ray2007-03-061-45/+163
* Use $(VAR), rather than obsolescent @VAR@ automake notation.Jim Meyering2007-03-021-3/+3
* Fixing indentation in parted/ui.c. Replaced TABs with spaces to ensure unifor...Debarshi Ray2007-03-011-691/+705
* Fixing indentation in parted/ui.c.Debarshi Ray2007-02-281-243/+257
* Add a bunch of .gitignore files.Jim Meyering2007-02-251-0/+1
* Include <config.h> from every .c file:Jim Meyering2007-02-251-1/+2
* parted: Detect/report stdout write errors.Jim Meyering2007-02-251-8/+18
* Include <config.h>, not "../config.h".Jim Meyering2007-02-252-2/+2
* Begin adjusting Makefile.am files to use gnulib.Jim Meyering2007-02-251-3/+6
* Introduced MAINTAINERCLEANFILES in Makefile.am for carrying out 'make maintai...Debarshi Ray2007-02-191-0/+1
* Avoid compiler warnings with gcc -Wall -Wshadow.Jim Meyering2007-02-162-38/+19
* Use lighter-weight fputs and putchar in place of printf, when possible.Jim Meyering2007-02-141-47/+49
* Fixed the copyright notices.Debarshi Ray2007-02-142-3/+3
* Don't define _GNU_SOURCE manually.Jim Meyering2007-02-132-5/+1
* Remove some #ifdefsJim Meyering2007-02-131-28/+10
* Synchronise manual page and --help documentation.Debarshi Ray2007-01-141-1/+1
* Only call _disk_warn_loss(disk) in do_mklabel() if disk is not NULL. Fixes a...David Cantrell2007-01-121-3/+4
* Rectify segmentation fault caused by 9e05418de3477666b0709f5d1996149febd33100Debarshi Ray2007-01-121-6/+15
* parted/parted.c: Destroy all objects before return when called with --list or...Otavio Salvador2007-01-061-0/+2
* Dump readline history on crashAnant Narayanan2007-01-051-7/+30
* Alias 'print list' with 'print all'.Debarshi Ray2006-12-111-26/+26
* Zero sized device is shown as 0.00B and not -0.00kB.Debarshi Ray2006-12-081-9/+3
* Output a backtrace when catching SEGV_MAPERR or a general SIGSEGV signals.Otavio Salvador2006-12-061-3/+5
* Implement 'print devices'.Debarshi Ray2006-12-061-18/+46
* Translate the copyright message, and hard wrap itBenno Schulenberg2006-12-051-4/+4
* parted/parted.c: Remove useless line breakOtavio Salvador2006-12-051-4/+2
* Rename all old ChangeLog files to ChangeLog.0. Added code to the tarball_upl...David Cantrell2006-12-031-0/+0
* Make parted ignore '-i' option instead of failingAnant Narayanan2006-12-031-2/+2
* Support machine parseable output.Anant Narayanan2006-12-031-85/+161
* Cleanup _partition_warn_busy, _disk_warn_busy, _partition_warn_loss and _disk...Debarshi Ray2006-11-301-19/+11
* Proper print when there're no extended partitions, but partition names (patch...Otavio Salvador2006-11-281-4/+6
* Warn before mklabel and mkfs.Debarshi Ray2006-11-281-4/+40
* Make mktable aliased to mklabel.Debarshi Ray2006-11-281-2/+2
* Fix 'print' command helpOtavio Salvador2006-11-271-1/+1
* Introduce the -list command-line switch, patch by Debarshi RayAnant Narayanan2006-11-231-15/+26
* Avoid warning about user permissions when using --versionOtavio Salvador2006-11-221-7/+8
* parted/parted.c: Remove redeclaration of current_dev fixing a compilation errorOtavio Salvador2006-11-221-1/+0
* Fix loop in print_all, thanks to Debarshi Ray for the patch.Anant2006-11-231-2/+1
* * parted.c (do_print): Add device-mapper type to the transport typeDavid Cantrell2006-10-312-2/+6
* * parted.c (do_print): Define transport type list and display diskDavid Cantrell2006-10-092-1/+8
* Fix ChangeLogAnant Narayanan2006-09-1411-0/+5022