Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-08-09 | Regenerate. | Paul Eggert | |
2004-08-09 | (xalloc_die): New function. | Paul Eggert | |
(main): Remove now-obsolete initialization of xalloc_fail_func. | |||
2004-08-09 | Remove dependency of xalloc on error, etc. | Paul Eggert | |
2004-08-09 | Adjust to sha->sha1 renaming. | Paul Eggert | |
2004-08-09 | Finish renaming sha -> sha1. | Paul Eggert | |
2004-08-08 | (O_BINARY) [!O_BINARY && defined O_BINARY]: | Paul Eggert | |
Do not define, to avoid annoying compiler messages on QNX 6.3. | |||
2004-08-08 | (O_BINARY) [!O_BINARY && defined O_BINARY]: | Paul Eggert | |
Do not define, to avoid annoying compiler messages on QNX 6.3. | |||
2004-08-07 | Merge from gnulib. | Paul Eggert | |
2004-08-05 | Regenerate. | Paul Eggert | |
2004-08-05 | New file, imported from gnulib. | Paul Eggert | |
2004-08-05 | Sync from gnulib. | Paul Eggert | |
2004-08-04 | Fixes for OpenBSD 3.4. | Paul Eggert | |
2004-08-04 | Fixes for OpenBSD 3.4. | Paul Eggert | |
2004-08-04 | Fixes for OpenBSD 3.4. | Paul Eggert | |
2004-08-04 | Fix parenthesization typo. | Paul Eggert | |
2004-08-04 | Remove bogus "*/" from shell comment. | Paul Eggert | |
2004-08-04 | Remove bogus "*/" from shell comment. | Paul Eggert | |
2004-08-04 | Include copyright notice. | Paul Eggert | |
(cu_PREREQ_STAT_PROG): Use the _ONCE variants when appropriate. Include sys/param.h before testing for sys/mount.h. | |||
2004-08-04 | Include copyright notice. | Paul Eggert | |
(gl_LIST_MOUNTED_FILE_SYSTEMS): Include sys/param.h before testing for sys/mount.h. | |||
2004-08-04 | Include copyright notice. | Paul Eggert | |
(gl_MACROS): Use the _ONCE variants when appropriate. Include sys/param.h before testing for sys/sysctl.h and sys/mount.h; needed for OpenBSD 3.4. | |||
2004-08-04 | Add copyright notice. | Paul Eggert | |
(gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h. Needed for OpenBSD 3.4. | |||
2004-08-04 | Add copyright notice. | Paul Eggert | |
(GNULIB_BOOT_TIME): Include sys/param.h before testing for sys/sysctl.h; needed for OpenBSD 3.4. | |||
2004-08-04 | (PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): | Paul Eggert | |
Define to a concatenation of string literals, not to an expression; needed for concatenation contexts. (INTMAX_MAX, INTMAX_MIN): New macros. | |||
2004-08-04 | (SIZE_MAX): Define after including files, to avoid | Paul Eggert | |
a collision on OpenBSD 3.4. | |||
2004-08-04 | (print_stat): Don't assume st_ino / st_dev fits in | Paul Eggert | |
unsigned long; this isn't true for st_ino on Solaris 9. | |||
2004-08-04 | (LONGEST_MODIFIER): New macro. | Paul Eggert | |
(PRIuMAX) [!PRI_MACROS_BROKEN && !defined PRIuMAX]: New macro. (find_matching_ancestor): Use it for dev_t and ino_t. | |||
2004-08-04 | Sync from gnulib. | Paul Eggert | |
2004-08-04 | Work around bug in OpenBSD 3.4 sterror_r: it | Paul Eggert | |
sometimes returns a positive errno value even when it succeeds. (print_errno_message) [!LIBC]: Fall back on strerror if __strerror_r fails. | |||
2004-08-04 | Add uname kludge to work around Mac OS X bug. | Paul Eggert | |