Age | Commit message (Expand) | Author |
2004-08-24 | POSIX-conformance fixes for "expand" and "unexpand". | Paul Eggert |
2004-08-20 | Sync from gnulib. | Paul Eggert |
2004-08-20 | Regenerate. | Paul Eggert |
2004-08-20 | Sync getopt from gnulib. | Paul Eggert |
2004-08-20 | Add getopt_.h, getopt_int.h. | Paul Eggert |
2004-08-19 | Add support for "chown : file" and the like. | Paul Eggert |
2004-08-19 | Regenerate. | Paul Eggert |
2004-08-19 | (chown invocation): Fix synopsis: | Paul Eggert |
2004-08-19 | Don't use <alloca.h>, so that we don't use alloca on | Paul Eggert |
2004-08-19 | New file, partly taken from | Paul Eggert |
2004-08-19 | (TESTS): Add separator. | Paul Eggert |
2004-08-19 | Test "chgrp '' file". | Paul Eggert |
2004-08-19 | (usage): "chown '' file" is now allowed. | Paul Eggert |
2004-08-19 | (describe_change): Describe changes to -1:-1 | Paul Eggert |
2004-08-19 | (parse_group): Return gid_t rather than storing it | Paul Eggert |
2004-08-19 | "chown : file", "chown '' file", and "chgrp '' file" now | Paul Eggert |
2004-08-18 | Add fts.h, search.h. | Paul Eggert |
2004-08-18 | Add .kludge-stamp. | Paul Eggert |
2004-08-18 | * coreutils.texi (printf invocation): Clarify "printf". | Paul Eggert |
2004-08-18 | (printf invocation): Clarify how "printf" is | Paul Eggert |
2004-08-11 | Regenerate. | Paul Eggert |
2004-08-11 | Further fix for -d regression. | Paul Eggert |
2004-08-11 | Fix typo: missing ). | Paul Eggert |
2004-08-11 | obstack fixes | Paul Eggert |
2004-08-11 | minor porting fixes (e.g., obstack) | Paul Eggert |
2004-08-11 | (gl_PREREQ_OBSTACK): Require | Paul Eggert |
2004-08-11 | Do not include error.h. (merge from gnulib). | Paul Eggert |
2004-08-11 | Include <inttypes.h> and <stdint.h> if available. | Paul Eggert |
2004-08-11 | (settime): Recode to avoid warning with Sun Forte C 6U2. | Paul Eggert |
2004-08-11 | (O_DIRECTORY): Define to 0 if the system doesn't define. | Paul Eggert |
2004-08-11 | Test for the -d regression. | Paul Eggert |
2004-08-11 | Test for the -d regression. | Paul Eggert |
2004-08-11 | * src/install.c (main): Fix -d regression | Paul Eggert |
2004-08-11 | (main): Fix -d regression introduced with | Paul Eggert |
2004-08-11 | Fix porting problem to Reliant Unix. | Paul Eggert |
2004-08-11 | (WIDE_CHAR_SUPPORT): Don't set to 1 if missing | Paul Eggert |
2004-08-11 | (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy. | Paul Eggert |
2004-08-11 | (copy_internal): When preserving links, unlink | Paul Eggert |
2004-08-11 | Fix cp -a confusion bug. | Paul Eggert |
2004-08-10 | Convert to UTF-8. | Paul Eggert |
2004-08-10 | Convert to UTF-8. | Paul Eggert |
2004-08-10 | Fix typo in previous log entry. | Paul Eggert |
2004-08-10 | (usage, tee): "tee -" writes to standard output, not | Paul Eggert |
2004-08-10 | (die, xfopen, mergefps, first_same_file, merge): | Paul Eggert |
2004-08-10 | (usage): "-" is an operand, not an option. | Paul Eggert |
2004-08-10 | (Common options): Clarify that "-" means | Paul Eggert |
2004-08-10 | POSIX-conformance fixes for "-" used as an operand. | Paul Eggert |
2004-08-10 | "sort -o -", "shred -", "tee -" POSIX-conformance fixes. | Paul Eggert |
2004-08-10 | Document "sort -o -" and "tee -" POSIX-conformance fixes. | Paul Eggert |
2004-08-10 | Fix install.c int->bool conversion bug. | Paul Eggert |