| Age | Commit message (Expand) | Author | Lines |
| 2006-09-16 | * NEWS: Document that mkdir -p and install -d now fork on occasion. | Paul Eggert | -38/+90 |
| 2006-09-14 | * src/mv.c (main): Remove unnecessary (always-true) test for 2 <= n. | Jim Meyering | -4/+4 |
| 2006-09-12 | (print_user): Rewrite to avoid warning from GCC 4.1.1 with -Wall. | Paul Eggert | -1/+1 |
| 2006-09-11 | * src/c99-to-c89.diff: Add another set of curly braces. | Jim Meyering | -3/+12 |
| 2006-09-11 | * src/remove.c (remove_dir): Move new cache_stat_init call onto | Jim Meyering | -4/+5 |
| 2006-09-11 | (eval6): Fix buffer overrun, or bad performance, if | Paul Eggert | -4/+8 |
| 2006-09-08 | tail now ignores the -f option if POSIXLY_CORRECT is set, | Paul Eggert | -3/+8 |
| 2006-09-08 | mv and "cp -r" no longer fail when invoked with two arguments | Jim Meyering | -11/+0 |
| 2006-09-07 | * src/c99-to-c89.diff: Update to have proper offsets. | Jim Meyering | -19/+19 |
| 2006-09-05 | * src/c99-to-c89.diff (remove.c): Adapt one hunk to match the new | Jim Meyering | -1/+1 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -55/+108 |
| 2006-09-03 | Fix comment. | Paul Eggert | -4/+4 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -4/+3 |
| 2006-09-03 | Include "dirname.h", since dot_or_dotdot needs it | Paul Eggert | -5/+9 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -19/+4 |
| 2006-09-01 | Fix typo in previous change; an unsigned int wasn't converted to | Paul Eggert | -1/+4 |
| 2006-09-01 | * m4/jm-macros.m4 (gl_MACROS): Call cu_PREREQ_STAT_PROG rather | Paul Eggert | -21/+21 |
| 2006-08-29 | * src/stat.c (HAVE_STRUCT_STATXFS_F_FSID_VAL, FSID_VAL): New macros, to | Paul Eggert | -5/+16 |
| 2006-08-29 | * bootstrap.conf (gnulib_modules): Add isapipe. | Paul Eggert | -12/+8 |
| 2006-08-29 | * src/system.h (LOCALEDIR): Remove, since configmake.h now defines | Paul Eggert | -1/+0 |
| 2006-08-29 | (main): Don't test whether macros like | Paul Eggert | -4/+0 |
| 2006-08-28 | * src/copy.c (copy_internal): Don't test whether macros like | Paul Eggert | -41/+7 |
| 2006-08-28 | Adjust to recent gnulib changes for the gnulib module. | Paul Eggert | -73/+0 |
| 2006-08-28 | Adjust to recent gnulib changes for the inttypes module. | Paul Eggert | -1/+0 |
| 2006-08-27 | * src/copy.c (copy_internal): Don't make a backup if the last | Jim Meyering | -1/+4 |
| 2006-08-27 | * src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a... | Jim Meyering | -6/+11 |
| 2006-08-27 | Two of those comments apply only when "moving" (not when copying). | Jim Meyering | -2/+2 |
| 2006-08-27 | * src/copy.c (copy_internal): Add comments. | Jim Meyering | -1/+6 |
| 2006-08-27 | (AM_CPPFLAGS): Remove -I$(srcdir) and -I../lib, | Paul Eggert | -1/+1 |
| 2006-08-26 | * src/c99-to-c89.diff: Remove hunk for copy.c; no longer needed. | Jim Meyering | -24/+0 |
| 2006-08-26 | Fix "mv --verbose --backup" so its output includes the | Jim Meyering | -12/+18 |
| 2006-08-26 | Include <config.h> unconditionally, since we now assume config.h exists. | Paul Eggert | -6/+2 |
| 2006-08-26 | "ls --color" would highlight other-writable and sticky directories | Jim Meyering | -0/+4 |
| 2006-08-25 | * .cvsignore: Remove stamp-h1. Add coreutils-*, to ignore | Paul Eggert | -11/+4 |
| 2006-08-25 | Fix typo in previous checkin; a "&" went missing. | Paul Eggert | -1/+1 |
| 2006-08-25 | Rewrite to avoid some unnecessary casts, macros, literals. | Paul Eggert | -39/+49 |
| 2006-08-24 | * src/stat.c (print_statfs): Fix typo: remove extra "sizeof". | Jim Meyering | -1/+1 |
| 2006-08-23 | * src/stat.c (HAVE_STRUCT_STATXFS_F_FSID___VAL): Define. This | Paul Eggert | -117/+155 |
| 2006-08-23 | * NEWS: printf supports the I flag. | Paul Eggert | -0/+3 |
| 2006-08-23 | (SA_RESTART): Fallback define. | Paul Eggert | -0/+3 |
| 2006-08-23 | * src/system.h (EDQUOT): Define if not already defined. | Paul Eggert | -2/+5 |
| 2006-08-23 | * .cvsignore: Remove config.h, config.hin, as they are now | Paul Eggert | -1/+1 |
| 2006-08-22 | * aclocal.m4, config.hin, configure: | Paul Eggert | -8/+2 |
| 2006-08-22 | BeOS portability. | Paul Eggert | -1/+18 |
| 2006-08-22 | Move the check-AUTHORS rule to be run as part of "make distcheck", | Jim Meyering | -1/+1 |
| 2006-08-22 | (print_header, show_dev): Use a column width that | Paul Eggert | -6/+18 |
| 2006-08-21 | * src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer defined | Jim Meyering | -3/+3 |
| 2006-08-21 | Add a bootstrap procedure, so that the CVS version contains fewer | Paul Eggert | -209/+12 |
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | -1951/+0 |
| 2006-08-20 | the patch from 2006-08-18 broke on cygwin. | Paul Eggert | -2/+3 |