Age | Commit message (Expand) | Author |
2006-08-22 | * aclocal.m4, config.hin, configure: | Paul Eggert |
2006-08-22 | BeOS portability. | Paul Eggert |
2006-08-22 | Move the check-AUTHORS rule to be run as part of "make distcheck", | Jim Meyering |
2006-08-22 | (print_header, show_dev): Use a column width that | Paul Eggert |
2006-08-21 | * src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer defined | Jim Meyering |
2006-08-21 | Add a bootstrap procedure, so that the CVS version contains fewer | Paul Eggert |
2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert |
2006-08-20 | the patch from 2006-08-18 broke on cygwin. | Paul Eggert |
2006-08-19 | . | Jim Meyering |
2006-08-19 | * NEWS: Fix cp --sparse so that it preserves tail-end sparseness, even | Jim Meyering |
2006-08-18 | Add support for NetBSD 3.0. | Paul Eggert |
2006-08-18 | * src/system.h (select_plural): Reduce by 1000000, not 1000, since | Paul Eggert |
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert |
2006-08-17 | ls -CF would misalign columns in some cases. | Jim Meyering |
2006-08-17 | * src/copy.c (copy_internal, same_file_ok): Adjust comments not | Jim Meyering |
2006-08-17 | With this patch, permit building with Solaris cc on Solaris 7. | Jim Meyering |
2006-08-16 | Fix bugs when printing plurals of numbers that are not | Paul Eggert |
2006-08-15 | * NEWS: Mention that df exits with nonzero status if it generates | Paul Eggert |
2006-08-15 | (USE_STATVFS): Define to 0 if f_type is needed, but | Paul Eggert |
2006-08-15 | * src/dd.c (print_stats): Don't substitute "1" for number, as this | Paul Eggert |
2006-08-15 | . | Jim Meyering |
2006-08-13 | * src/shred.c (usage): Don't indent the second line of an item. | Jim Meyering |
2006-08-10 | (struct control): Remove fastmap member. | Paul Eggert |
2006-08-10 | * src/dircolors.hin: Add a TERM directive for each of the following: | Jim Meyering |
2006-08-09 | Regenerate. | Paul Eggert |
2006-08-09 | Warn about oflag=append without conv=notrunc. | Paul Eggert |
2006-08-09 | Add mlterm, rxvt-unicode; this fixes Debian bug 317503. | Paul Eggert |
2006-08-09 | Regenerate. | Paul Eggert |
2006-08-09 | Add shuf. | Paul Eggert |
2006-08-09 | (next_line): New function. | Paul Eggert |
2006-08-09 | Add a compile-time check to ensure that filetype | Jim Meyering |
2006-08-08 | Remove; its contents are now in ../lib/rand-isaac.c. | Paul Eggert |
2006-08-08 | New file, introduced for shuf, sort -R, and/or shred. | Paul Eggert |
2006-08-08 | Use new random-number interface rather than rand-isaac.c. | Paul Eggert |
2006-08-08 | Use new random-number interface rather than rand-isaac.c. | Paul Eggert |
2006-08-08 | (bin_PROGRAMS): Add shuf. | Paul Eggert |
2006-07-29 | (set_author): Preserve the st_author field via the | Paul Eggert |
2006-07-27 | * src/chgrp.c (usage): Use correct grammar in description of the --reference ... | Jim Meyering |
2006-07-26 | * src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]: | Jim Meyering |
2006-07-26 | * src/ls.c (print_color_indicator): Test for S_IFREG first, rather | Jim Meyering |
2006-07-26 | Checking in a change from Paul. | Jim Meyering |
2006-07-26 | Prepare for the above change. | Jim Meyering |
2006-07-26 | * src/ls.c: Correct indentation/formatting in a few places. | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file): When handling a stat-failed entry, | Jim Meyering |
2006-07-25 | * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. | Jim Meyering |
2006-07-25 | * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. | Jim Meyering |
2006-07-25 | Get --dired offsets right when handling stat-failed entries. | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized the | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file): Make it so failure to stat a | Jim Meyering |
2006-07-25 | * src/ls.c: Declare stat_failed to be "bool", not "int" everywhere. | Jim Meyering |