* Makefile.am (EXTRA_DIST): Remove these files here, too:
[platform/upstream/coreutils.git] / src /
2006-08-26 Jim MeyeringFix "mv --verbose --backup" so its output includes the
2006-08-26 Paul EggertInclude <config.h> unconditionally, since we now assume...
2006-08-26 Jim Meyering"ls --color" would highlight other-writable and sticky...
2006-08-25 Paul Eggert* .cvsignore: Remove stamp-h1. Add coreutils-*, to...
2006-08-25 Paul EggertFix typo in previous checkin; a "&" went missing.
2006-08-25 Paul EggertRewrite to avoid some unnecessary casts, macros, literals.
2006-08-24 Jim Meyering* src/stat.c (print_statfs): Fix typo: remove extra...
2006-08-23 Paul Eggert* src/stat.c (HAVE_STRUCT_STATXFS_F_FSID___VAL): Define...
2006-08-23 Paul Eggert* NEWS: printf supports the I flag.
2006-08-23 Paul Eggert(SA_RESTART): Fallback define.
2006-08-23 Paul Eggert* src/system.h (EDQUOT): Define if not already defined.
2006-08-23 Paul Eggert* .cvsignore: Remove config.h, config.hin, as they...
2006-08-22 Paul Eggert* aclocal.m4, config.hin, configure:
2006-08-22 Paul EggertBeOS portability.
2006-08-22 Jim MeyeringMove the check-AUTHORS rule to be run as part of "make...
2006-08-22 Paul Eggert(print_header, show_dev): Use a column width that
2006-08-21 Jim Meyering* src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no...
2006-08-21 Paul EggertAdd a bootstrap procedure, so that the CVS version...
2006-08-21 Paul EggertRemove from CVS, since the bootstrap script generates...
2006-08-20 Paul Eggertthe patch from 2006-08-18 broke on cygwin.
2006-08-19 Jim Meyering.
2006-08-19 Jim Meyering* NEWS: Fix cp --sparse so that it preserves tail-end...
2006-08-18 Paul EggertAdd support for NetBSD 3.0.
2006-08-18 Paul Eggert* src/system.h (select_plural): Reduce by 1000000,...
2006-08-17 Paul EggertAdd/fix copyright notices and adjust to latest GNU...
2006-08-17 Jim Meyeringls -CF would misalign columns in some cases.
2006-08-17 Jim Meyering* src/copy.c (copy_internal, same_file_ok): Adjust...
2006-08-17 Jim MeyeringWith this patch, permit building with Solaris cc on...
2006-08-16 Paul EggertFix bugs when printing plurals of numbers that are not
2006-08-15 Paul Eggert* NEWS: Mention that df exits with nonzero status if...
2006-08-15 Paul Eggert(USE_STATVFS): Define to 0 if f_type is needed, but
2006-08-15 Paul Eggert* src/dd.c (print_stats): Don't substitute "1" for...
2006-08-15 Jim Meyering.
2006-08-13 Jim Meyering* src/shred.c (usage): Don't indent the second line...
2006-08-10 Paul Eggert(struct control): Remove fastmap member.
2006-08-10 Jim Meyering* src/dircolors.hin: Add a TERM directive for each...
2006-08-09 Paul EggertRegenerate.
2006-08-09 Paul EggertWarn about oflag=append without conv=notrunc.
2006-08-09 Paul EggertAdd mlterm, rxvt-unicode; this fixes Debian bug 317503.
2006-08-09 Paul EggertRegenerate.
2006-08-09 Paul EggertAdd shuf.
2006-08-09 Paul Eggert(next_line): New function.
2006-08-09 Jim MeyeringAdd a compile-time check to ensure that filetype
2006-08-08 Paul EggertRemove; its contents are now in ../lib/rand-isaac.c.
2006-08-08 Paul EggertNew file, introduced for shuf, sort -R, and/or shred.
2006-08-08 Paul EggertUse new random-number interface rather than rand-isaac.c.
2006-08-08 Paul EggertUse new random-number interface rather than rand-isaac.c.
2006-08-08 Paul Eggert(bin_PROGRAMS): Add shuf.
2006-07-29 Paul Eggert(set_author): Preserve the st_author field via the
2006-07-27 Jim Meyering* src/chgrp.c (usage): Use correct grammar in descripti...
2006-07-26 Jim Meyering* src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]:
2006-07-26 Jim Meyering* src/ls.c (print_color_indicator): Test for S_IFREG...
2006-07-26 Jim MeyeringChecking in a change from Paul.
2006-07-26 Jim MeyeringPrepare for the above change.
2006-07-26 Jim Meyering* src/ls.c: Correct indentation/formatting in a few...
2006-07-25 Jim Meyering* src/ls.c (gobble_file): When handling a stat-failed...
2006-07-25 Jim Meyering* src/dircolors.hin: Mention that ORPHAN refers not...
2006-07-25 Jim Meyering* src/dircolors.hin: Mention that ORPHAN refers not...
2006-07-25 Jim MeyeringGet --dired offsets right when handling stat-failed...
2006-07-25 Jim Meyering* src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitial...
2006-07-25 Jim Meyering* src/ls.c (gobble_file): Make it so failure to stat a
2006-07-25 Jim Meyering* src/ls.c: Declare stat_failed to be "bool", not ...
2006-07-25 Jim Meyering* src/ls.c [enum filetype] (command_line): Remove membe...
2006-07-25 Jim Meyering* src/ls.c: Apply the stat-failed parts of Red Hat's
2006-07-25 Jim Meyering* src/df.c (n_valid_args): Declare global to be static.
2006-07-21 Jim Meyering* src/su.c (usage): Correct typo in --help output:...
2006-07-21 Jim Meyering(FILE_TYPE_INDICATOR_OPTION): Reposition this new name...
2006-07-21 Jim MeyeringFix another bug: ls --indicator-style=file-type would...
2006-07-20 Jim Meyering* src/df.c (main): Fail and don't print the headers...
2006-07-20 Jim MeyeringFix a bug: ls --file-type worked like --indicator-style...
2006-07-19 Jim Meyering* src/ls.c (print_dir): Give a better diagnostic for...
2006-07-17 Paul EggertRegenerate.
2006-07-17 Paul Eggert(main): Adjust to new mode_adjust API.
2006-07-17 Paul Eggert(main): Adjust to new mode_adjust API.
2006-07-17 Paul Eggert(struct mkdir_options): New struct.
2006-07-17 Paul EggertInclude mkancesdirs.h.
2006-07-17 Paul Eggert(process_file): Adjust to mode_adjust API change.
2006-07-14 Paul Eggert(do_decode): Output to parameter OUT, not to stdout.
2006-07-11 Paul EggertAssume <dirent.h> exists, since gnulib assumes this...
2006-07-09 Paul EggertRegenerate.
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-07-09 Paul Eggert(print_it): Don't assume char is unsigned.
2006-07-09 Paul Eggert(print_esc): Don't assume char is unsigned.
2006-07-09 Paul Eggert(create_fullname): Don't assume char is unsigned.
2006-07-09 Paul Eggert(is_blank): Remove; no longer needed. All uses
2006-07-09 Paul Eggert(unexpand): Don't assume that isprint etc. return
2006-07-09 Paul Eggert(is_char_class_member): Don't assume that isprint etc...
2006-07-09 Paul Eggert(initialize_regex, fix_output_parameters): Don't assume...
2006-07-09 Paul Eggert(check_punctuation): Don't assume that isprint etc...
2006-07-09 Paul Eggert(expand): Don't assume that isprint etc. return
2006-07-09 Paul Eggert(inittables): Use toupper rather than
2006-07-09 Paul Eggert(apply_translations): Use toupper rather than
2006-07-09 Paul Eggert(_D_EXACT_NAMELEN): Renamed from NLENGTH, for
2006-07-08 Jim Meyering* src/dd.c (skip): Remove one of two adjacent "the...
2006-07-05 Jim Meyering* src/ls.c (usage): Correct the description of -G:...
2006-07-05 Jim Meyering* src/copy.c (copy_internal): Don't work around old...
2006-07-05 Jim MeyeringRegenerate, to remove fuzz.
2006-07-03 Jim MeyeringPlug another unusual leak.
2006-07-03 Jim MeyeringThe dev/inode of the topmost directory in each hierarch...
2006-07-03 Jim MeyeringFix two small leaks.
next