OSDN Git Service

android-x86/external-parted.git
2007-03-20 David CantrellCheck for tgetent() in libtinfo as well as ncurses...
2007-03-20 David CantrellRemove some unused variables, check the return values...
2007-03-20 David CantrellInclude vtoc.h for the format1_label_t typedef.
2007-03-20 David CantrellRemove GNU make-specific things from po4a.mk.
2007-03-16 David CantrellInstall the libparted.pc file, not the libparted.pc...
2007-03-16 David CantrellMore spec file template cleanups.
2007-03-16 David CantrellUpdated the release script to work with the new source...
2007-03-16 Debarshi RayFixed faulty information in README-hacking (Bison is...
2007-03-16 Jim Meyeringpo/POTFILES.in: Add lib/getopt.c
2007-03-16 Debarshi RayPrevented DASD specific headers and sources from being...
2007-03-15 David CantrellMove static variable flagging little endian or not...
2007-03-13 David CantrellModernize the spec file template.
2007-03-13 David CantrellIgnore more files.
2007-03-13 David CantrellPatch from Matthew Garrett <mjg59@srcf.ucam.org> to...
2007-03-12 Jim Meyeringhfs.c: Detect write failure.
2007-03-08 Jim Meyering aix.c: Avoid memory overrun. Don't assume logical...
2007-03-08 Jim Meyering Use PED_SECTOR_SIZE_DEFAULT not 512
2007-03-08 Jim Meyering* parted/ui.c (non_interactive_mode): Plug a tiny leak.
2007-03-08 Jim Meyeringlinux.c: Avoid memory overrun. Handle 2048-byte logica...
2007-03-08 Jim MeyeringDon't use deprecated mktemp, to avoid linker warning
2007-03-08 Jim Meyering* libparted/tests/label.c: Plug a trivial 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 Meyeringlibparted/unit.c: constify interfaces
2007-03-07 Jim MeyeringDeclare some static arrays to be "const".
2007-03-07 Jim Meyering* configure.ac: Fix a typo: s/have_scintilla/have_check/
2007-03-07 Jim Meyeringtests/label: Don't dereference NULL if open fails.
2007-03-07 Jim MeyeringAdd "const" to parameters in these public interfaces.
2007-03-07 Jim MeyeringUse <config.h> consistently, not "config.h".
2007-03-06 David Cantrellstart_pos is a PedSector, not a PedGeometry.
2007-03-06 David CantrellPreserve starting sector for primary NTFS 3.1 partition...
2007-03-06 David CantrellPatched parted.8 man page to show partition names apply...
2007-03-06 Debarshi RayReplaced [f]printf with fput[c|s] in libparted/fs/ext2...
2007-03-06 Debarshi RayRe-arranging .gitignore in alphabetical order.
2007-03-06 Debarshi RayDefined a dummy '_dump_history' function in parted...
2007-03-06 Debarshi RayAdded libparted/tests/label to .gitignore.
2007-03-06 Debarshi RayFixed parted/ui.c to incorporate signal handlers for...
2007-03-05 Jim MeyeringUndo part of the dos.c constification.
2007-03-05 Jim MeyeringHide two unnecessarily-"extern" functions.
2007-03-05 Jim Meyering* libparted/labels/dos.c: Complete constification of...
2007-03-05 Jim Meyering* po/POTFILES.in: Add partprobe/partprobe.c, now that...
2007-03-05 Jim MeyeringMake partprobe accept --help and --version options.
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.
next