OSDN Git Service

android-x86/external-parted.git
2007-03-05 Jim MeyeringMake clearfat accept --help and --version options.
2007-03-05 Jim Meyering* include/parted/disk.h (struct _PedDiskOps) [write...
2007-03-05 Jim MeyeringBegin making libparted/labels/*.c const-correct.
2007-03-05 Jim MeyeringAvoid a libtool warning:
2007-03-05 Jim MeyeringMake "make distcheck" work better.
2007-03-02 Jim MeyeringAvoid recursive "LIBS = ... $(LIBS)" assignments.
2007-03-02 Jim MeyeringUse $(VAR), rather than obsolescent @VAR@ automake...
2007-03-02 Jim MeyeringEnable the po-check rule.
2007-03-02 Jim MeyeringAdd infrastructure for more rigorous "make distcheck...
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-27 Jim MeyeringNormalize the way we handle a generated-and-distributed...
2007-02-27 Jim MeyeringAdd -I$(top_srcdir)/lib, required for new use of close_...
2007-02-27 Jim MeyeringArrange for "make distcheck" to be stricter.
2007-02-26 Jim Meyering* bootstrap: new file.
2007-02-26 Debarshi RayFixing libparted/arch/gnu.c to remove build-time errors.
2007-02-25 Jim Meyeringpartprobe: Detect/report any error when writing to...
2007-02-25 Jim MeyeringAdd a bunch of .gitignore files.
2007-02-25 Jim Meyering Avoid a gcc format warning:
2007-02-25 Jim Meyering Remove now-generated files.
2007-02-25 Jim Meyering mv parted.m4 into new dir, m4/
2007-02-25 Jim Meyering * libparted/tests/label.c: Fail if _create_disk return...
2007-02-25 Jim Meyering Include <config.h> from every .c file:
2007-02-25 Jim Meyering * libparted/libparted.c: Include "configmake.h" for...
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-25 Jim MeyeringUpdate to use gnulib, and newer autoconf, automake...
2007-02-23 Anant NarayananFix memleaks. Patch thanks to Mike Hommey
2007-02-19 Debarshi RayIntroduced MAINTAINERCLEANFILES in Makefile.am for...
2007-02-19 Debarshi RayCleaning up nested structs & unions.
2007-02-16 Jim MeyeringAvoid compiler warnings with gcc -Wall -Wshadow.
2007-02-16 Jim Meyering* libparted/labels/rdb.c (amiga_read): Remove decl...
2007-02-16 Jim Meyering* libparted/labels/bsd.c (bsd_partition_new): Remove...
2007-02-16 Jim Meyering* libparted/labels/dasd.c: Remove unused labels and...
2007-02-16 Debarshi RayFix the style of typedef, enum, struct and __attribute_...
2007-02-15 Debarshi RayDeprecating ped_[register|unregister]_disk_type in...
2007-02-14 Jim MeyeringUse lighter-weight fputs and putchar in place of printf...
2007-02-14 Jim MeyeringMake it so "make distcheck" passes.
2007-02-14 Debarshi RayFixed the copyright notices.
2007-02-14 Debarshi RayCleaned up the formatting of AUTHORS.
2007-02-14 Debarshi RayTidying up the formatting and comments in linux_swap.c.
2007-02-13 Jim MeyeringDon't define _GNU_SOURCE manually.
2007-02-13 Jim MeyeringRemove some #ifdefs
2007-02-13 Jim Meyering* libparted/labels/fdasd.c (GETARG): Remove unused...
2007-02-13 Otavio SalvadorCreate 'm4' directory when generating the building...
2007-02-13 Jim MeyeringWork with automake-1.10.
2007-02-13 Jim MeyeringCompile warning-free with "gcc -Wall -Wshadow".
2007-02-13 Jim Meyeringconfigure.ac: Add LOCALEDIR definition to CFLAGS only...
2007-02-12 Riccardo SettiAdded a pkgconfig file for libparted, adjusted Makefile...
2007-01-30 Debarshi RayRenaming PARTITION_EXT to PARTITION_DOS_EXT in MSDOS...
2007-01-17 Debarshi RayEnable support for swsusp partitions, and the ability...
2007-01-16 Debarshi RaySynchronize the linux-swap (new version) header accordi...
2007-01-16 Debarshi Raycb6ca73be06f360308e6a2fccb7142ed8175af29 continued.
2007-01-16 Debarshi RayAdd stdint.h stdlib.h & string.h to include/parted...
2007-01-14 Debarshi RaySynchronise manual page and --help documentation.
2007-01-12 David CantrellUpdated i18n information.
2007-01-12 David CantrellAdd ped_device_cache_remove() prototype.
2007-01-12 David CantrellOnly call _disk_warn_loss(disk) in do_mklabel() if...
2007-01-12 David CantrellFix a segfault in ped_assert() where the wrong pointer...
2007-01-12 David CantrellAdd the ped_device_cache_remove() function to remove...
2007-01-12 David CantrellUpdated the AUTHORS file.
2007-01-12 Debarshi RayRectify segmentation fault caused by 9e05418de3477666b0...
2007-01-12 Debarshi RayUpdate doc/C/parted.8 to document --list.
2007-01-06 Otavio Salvadorparted/parted.c: Destroy all objects before return...
2007-01-05 Anant NarayananDump readline history on crash
2006-12-14 Anant NarayananLoosen requirement for the 'check' library.
2006-12-14 Debarshi RayUpdate AUTHORS.
2006-12-13 Leslie P. Polzeradded scripts/update-po
2006-12-13 David CantrellMerge branches 'master' and 'master' of git+ssh://dcant...
2006-12-11 Leslie P. PolzerUpdated translations.
2006-12-11 Debarshi RayAlias 'print list' with 'print all'.
2006-12-11 Otavio SalvadorInclude a disk probing test
2006-12-11 Otavio SalvadorIf CHECK is installed on configure time, build our...
2006-12-11 Otavio SalvadorAdd CHECK unittext library detection to Autoconf script
2006-12-09 Leslie P. PolzerRelease script: cannot call "return" from top level...
2006-12-08 Debarshi RayZero sized device is shown as 0.00B and not -0.00kB.
2006-12-07 Otavio Salvadorlibparted/exception.c: Dynamically allow space of excep...
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 Salvadorlibparted/disk.c: Standarize the way we walk throught...
2006-12-05 Otavio SalvadorRevert "Add check unittest support and a initial test...
2006-12-05 Otavio Salvadorparted/parted.c: Remove useless line break
2006-12-05 Otavio SalvadorAdd check unittest support and a initial test for a...
2006-12-04 David CantrellFix the upload script to correctly reference the sig...
2006-12-04 David CantrellRemove ChangeLog, doc/mdate-sh, and doc/texinfo.tex...
2006-12-04 David CantrellGenerate ChangeLog before running the autogen tools...
2006-12-03 David CantrellPass git changelog through 'fold -s' to wrap long lines.
2006-12-03 David CantrellAdded the --enable-selinux switch to the configure...
2006-12-03 David CantrellRename all old ChangeLog files to ChangeLog.0. Added...
2006-12-02 Leslie P. PolzerUpdated URL of static parted in docs.
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 Otavio Salvadorlibparted/arch/linux.c: initialize task point to please GCC
2006-11-28 Otavio SalvadorDon't enforce libselinux and libsepol linking when...
2006-11-28 Debarshi RayWarn before mklabel and mkfs.
2006-11-28 Debarshi RayMake mktable aliased to mklabel.
next