summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore the gnulib/ subdirectory in version control.v1.8.3David Cantrell2007-03-161-0/+1
* More spec file template cleanups.David Cantrell2007-03-161-11/+17
* File size updates.David Cantrell2007-03-161-2/+2
* Install the libparted.pc file, not the libparted.pc.in file.David Cantrell2007-03-161-1/+1
* Updated NEWS for version 1.8.3.David Cantrell2007-03-161-1/+35
* Revert "From: Jim Meyering <jim@meyering.net> - 2048-byte linux_write patch"David Cantrell2007-03-161-5/+7
* From: Jim Meyering <jim@meyering.net>David Cantrell2007-03-161-7/+5
* po/POTFILES.in: Add lib/getopt.cJim Meyering2007-03-161-0/+1
* Fixed faulty information in README-hacking (Bison is not a maintainer tool fo...Debarshi Ray2007-03-162-3/+0
* Prevented DASD specific headers and sources from being compiled/installed on ...Debarshi Ray2007-03-165-9/+26
* Modernize the spec file template.David Cantrell2007-03-151-55/+74
* Move static variable flagging little endian or not to journal.c. We don't wa...David Cantrell2007-03-152-34/+33
* Reverted my patch to configure.ac to remove -Wl,--as-needed from LDFLAGS when...David Cantrell2007-03-151-6/+0
* libreadline is a problematic library. Autoconf adds a block to the generated...David Cantrell2007-03-141-0/+12
* Ignore more files.David Cantrell2007-03-131-0/+7
* More changes to set the version number to 1.8.3.David Cantrell2007-03-132-23/+2
* Patch from Matthew Garrett <mjg59@srcf.ucam.org> to add HFS+ resize support.David Cantrell2007-03-132-25/+37
* Don't use deprecated mktemp, to avoid linker warningJim Meyering2007-03-131-11/+16
* tests/label: Don't dereference NULL if open fails.Jim Meyering2007-03-131-0/+2
* Set version to 1.8.3 for upcoming release.David Cantrell2007-03-132-7/+7
* hfs.c: Detect write failure.Jim Meyering2007-03-131-10/+10
* aix.c: Avoid memory overrun. Don't assume logical sector size <= 512BJim Meyering2007-03-131-21/+43
* Use PED_SECTOR_SIZE_DEFAULT not 512Jim Meyering2007-03-136-12/+16
* * parted/ui.c (non_interactive_mode): Plug a tiny leak.Jim Meyering2007-03-131-0/+1
* linux.c: Avoid memory overrun. Handle 2048-byte logical sectors.Jim Meyering2007-03-131-4/+2
* * libparted/tests/label.c: Plug a trivial leak.Jim Meyering2007-03-131-0/+1
* Replaced [f]printf with fput[c|s] globally.Debarshi Ray2007-03-1311-102/+91
* libparted/unit.c: constify interfacesJim Meyering2007-03-132-21/+23
* Declare some static arrays to be "const".Jim Meyering2007-03-134-5/+5
* Add "const" to parameters in these public interfaces.Jim Meyering2007-03-072-10/+10
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-0761-61/+60
* start_pos is a PedSector, not a PedGeometry.David Cantrell2007-03-061-1/+1
* Preserve starting sector for primary NTFS 3.1 partitions (Windows Vista)David Cantrell2007-03-061-10/+26
* Patched parted.8 man page to show partition names apply to GPT disk labelsDavid Cantrell2007-03-061-2/+2
* Replaced [f]printf with fput[c|s] in libparted/fs/ext2/ext2_block_relocator.c.Debarshi Ray2007-03-061-9/+8
* Re-arranging .gitignore in alphabetical order.Debarshi Ray2007-03-061-1/+1
* Defined a dummy '_dump_history' function in parted/ui.c when Readline is abse...Debarshi Ray2007-03-061-6/+9
* Added libparted/tests/label to .gitignore.Debarshi Ray2007-03-061-0/+1
* Fixed parted/ui.c to incorporate signal handlers for systems lacking 'sigacti...Debarshi Ray2007-03-061-45/+163
* Undo part of the dos.c constification.Jim Meyering2007-03-053-6/+6
* Hide two unnecessarily-"extern" functions.Jim Meyering2007-03-052-2/+2
* * libparted/labels/dos.c: Complete constification of this file.Jim Meyering2007-03-053-15/+18
* * po/POTFILES.in: Add partprobe/partprobe.c, now that it containsJim Meyering2007-03-051-0/+1
* Make partprobe accept --help and --version options.Jim Meyering2007-03-051-46/+81
* Make clearfat accept --help and --version options.Jim Meyering2007-03-055-20/+86
* * include/parted/disk.h (struct _PedDiskOps) [write]: ChangeJim Meyering2007-03-051-2/+2
* Begin making libparted/labels/*.c const-correct.Jim Meyering2007-03-0511-48/+50
* Avoid a libtool warning:Jim Meyering2007-03-051-2/+0
* Make "make distcheck" work better.Jim Meyering2007-03-052-1/+2
* Avoid recursive "LIBS = ... $(LIBS)" assignments.Jim Meyering2007-03-022-10/+7