Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-19 | (usage): "chown '' file" is now allowed. | Paul Eggert | |
(main): Do not set user name to the empty string if the group name is null. | |||
2004-08-19 | (describe_change): Describe changes to -1:-1 | Paul Eggert | |
without using "to OWNERSHIP" phrase. | |||
2004-08-19 | (parse_group): Return gid_t rather than storing it | Paul Eggert | |
through a pointer. Treat "chgrp '' file" as a no-op change, as FreeBSD does. (main): Set chopt.group_name to NULL if the group is the empty string. | |||
2004-08-19 | "chown : file", "chown '' file", and "chgrp '' file" now | Paul Eggert | |
succeed without changing the uid and gid, like FreeBSD. | |||
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 | |
supposed to work with extra arguments, missing arguments, etc. | |||
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 | |
gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T. | |||
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 | |
(union fooround): Use uintmax_t, not long int. The rest is a merge from libc: [defined _LIBC]: Include <shlib-compat.h>. (_obstack) [defined _LIBC]: Remove after 2.3.4. | |||
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 | |
--target-directory support at 2004-06-25. | |||
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 | |
wmemchr or wmemcpy. Problem reported by Robert Dahlem for Reliant Unix 5.43. | |||
2004-08-11 | (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy. | Paul Eggert | |
2004-08-11 | (copy_internal): When preserving links, unlink | Paul Eggert | |
a destination with link count greater than one. This is so that commands like "cp -a" don't get confused when copying into a destination that already contains many hard links. | |||
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 | |
to a file named "-". | |||
2004-08-10 | (die, xfopen, mergefps, first_same_file, merge): | Paul Eggert | |
A null file arg means standard output. (main): "-o -" means to write to a file named "-", not to standard output. | |||
2004-08-10 | (usage): "-" is an operand, not an option. | Paul Eggert | |
2004-08-10 | (Common options): Clarify that "-" means | Paul Eggert | |
stdin/stdout only when it is an operand, not when it is an option-argument. (shred invocation): "shred -- -" is equivalent to "shred -", not to "shred ./-". (tee invocation): "tee -" means to copy (again) to stdout. | |||
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 | |
2004-08-10 | (change_timestamps): Fix int->bool conversion | Paul Eggert | |
bugs introduced on 2004-07-29. | |||
2004-08-10 | Regenerate. | Paul Eggert | |
2004-08-10 | Sync with gnulib. | Paul Eggert | |
2004-08-09 | readlink.c cleanup | Paul Eggert | |
2004-08-09 | (canonicalize_fname): Remove unneeded proxy function. | Paul Eggert | |
(can_mode): Make variable local. | |||
2004-08-09 | Improve code to work in some cases when files are writeable but not readable. | Paul Eggert | |
2004-08-09 | (wipename): Work even if the directory is writeable | Paul Eggert | |
and not readable. Prefer write access, since this should work better with fdatasync. | |||
2004-08-09 | (diropen): New function. | Paul Eggert | |
(fts_open, fts_read, fts_children, fts_safe_changedir): Use it, so that the code works even if the directory is writeable but not readable. | |||
2004-08-09 | (rpl_chown): Work even if the file is writeable but not readable. | Paul Eggert | |
2004-08-09 | Switch to UTF-8. | Paul Eggert | |
2004-08-09 | Change to UTF-8. | Paul Eggert | |
2004-08-09 | Import from gnulib. | Paul Eggert | |