summaryrefslogtreecommitdiff
path: root/libparted
Commit message (Expand)AuthorAgeFilesLines
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-0755-55/+55
* 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
* Replaced [f]printf with fput[c|s] in libparted/fs/ext2/ext2_block_relocator.c.Debarshi Ray2007-03-061-9/+8
* Undo part of the dos.c constification.Jim Meyering2007-03-052-4/+4
* Hide two unnecessarily-"extern" functions.Jim Meyering2007-03-052-2/+2
* * libparted/labels/dos.c: Complete constification of this file.Jim Meyering2007-03-052-13/+16
* Begin making libparted/labels/*.c const-correct.Jim Meyering2007-03-0511-48/+50
* Avoid a libtool warning:Jim Meyering2007-03-051-2/+0
* Avoid recursive "LIBS = ... $(LIBS)" assignments.Jim Meyering2007-03-022-10/+7
* Use $(VAR), rather than obsolescent @VAR@ automake notation.Jim Meyering2007-03-0215-30/+29
* Fixing libparted/arch/gnu.c to remove build-time errors.Debarshi Ray2007-02-271-3/+3
* Add a bunch of .gitignore files.Jim Meyering2007-02-251-0/+2
* * libparted/tests/label.c: Fail if _create_disk returns NULL.Jim Meyering2007-02-252-14/+20
* Include <config.h> from every .c file:Jim Meyering2007-02-2521-4/+25
* * libparted/libparted.c: Include "configmake.h" for LOCALEDIR defn.Jim Meyering2007-02-251-1/+2
* Begin adjusting Makefile.am files to use gnulib.Jim Meyering2007-02-251-2/+2
* Fix memleaks. Patch thanks to Mike HommeyAnant Narayanan2007-02-231-6/+13
* Introduced MAINTAINERCLEANFILES in Makefile.am for carrying out 'make maintai...Debarshi Ray2007-02-1914-5/+28
* Cleaning up nested structs & unions.Debarshi Ray2007-02-192-360/+354
* Avoid compiler warnings with gcc -Wall -Wshadow.Jim Meyering2007-02-1634-249/+121
* * libparted/labels/rdb.c (amiga_read): Remove decl of unused local(s).Jim Meyering2007-02-161-24/+2
* * libparted/labels/bsd.c (bsd_partition_new): Remove unused label.Jim Meyering2007-02-161-2/+0
* * libparted/labels/dasd.c: Remove unused labels and declarationsJim Meyering2007-02-161-30/+21
* Fix the style of typedef, enum, struct and __attribute__ ((packed)).Debarshi Ray2007-02-166-50/+69
* Deprecating ped_[register|unregister]_disk_type in favour of ped_disk_type_[r...Debarshi Ray2007-02-1512-32/+50
* Fixed the copyright notices.Debarshi Ray2007-02-142-2/+4
* Tidying up the formatting and comments in linux_swap.c.Debarshi Ray2007-02-141-28/+28
* Don't define _GNU_SOURCE manually.Jim Meyering2007-02-133-11/+3
* * libparted/labels/fdasd.c (GETARG): Remove unused definition.Jim Meyering2007-02-131-2/+0
* Compile warning-free with "gcc -Wall -Wshadow".Jim Meyering2007-02-136-23/+29
* Renaming PARTITION_EXT to PARTITION_DOS_EXT in MSDOS disk-label code, to main...Debarshi Ray2007-01-311-7/+6
* Enable support for swsusp partitions, and the ability to differentiate betwee...Debarshi Ray2007-01-171-32/+248
* Synchronize the linux-swap (new version) header according to the Linux kernel...Debarshi Ray2007-01-161-6/+8
* cb6ca73be06f360308e6a2fccb7142ed8175af29 continued.Debarshi Ray2007-01-1627-49/+0
* Add stdint.h stdlib.h & string.h to include/parted/parted.h and remove them f...Debarshi Ray2007-01-1616-26/+0
* Fix a segfault in ped_assert() where the wrong pointer is freed in the backtr...David Cantrell2007-01-121-5/+7
* Add the ped_device_cache_remove() function to remove a device from the cache.David Cantrell2007-01-121-0/+6
* Include a disk probing testOtavio Salvador2006-12-114-0/+100
* If CHECK is installed on configure time, build our unittest frameworkOtavio Salvador2006-12-111-1/+7
* Zero sized device is shown as 0.00B and not -0.00kB.Debarshi Ray2006-12-081-9/+11
* libparted/exception.c: Dynamically allow space of exception message.Otavio Salvador2006-12-061-7/+16
* libparted/disk.c: Standarize the way we walk throught the disk types overall ...Otavio Salvador2006-12-051-10/+10
* Revert "Add check unittest support and a initial test for a resizing bug."Otavio Salvador2006-12-053-45/+1
* Add check unittest support and a initial test for a resizing bug.Otavio Salvador2006-12-043-1/+45
* Added the --enable-selinux switch to the configure script. If set, it adds -...David Cantrell2006-12-031-0/+1
* Rename all old ChangeLog files to ChangeLog.0. Added code to the tarball_upl...David Cantrell2006-12-031-0/+0
* libparted/arch/linux.c: initialize task point to please GCCOtavio Salvador2006-11-281-1/+1
* Readd the 'return 0;' to please GCCOtavio Salvador2006-11-221-0/+2
* Remove useless 'return 0;' callOtavio Salvador2006-11-201-1/+1