summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-18(gl_MACROS): Use gl_ or coreutils_ rather than fetish_ for prefixes.Paul Eggert
2005-04-18(gl_CLOCK_TIME): Use gl_ rather than fetish_ forPaul Eggert
variable names.
2005-04-18fetish->coreutils in compilation command.Paul Eggert
2005-04-18coreutils->fetish in comment.Paul Eggert
2005-04-18(noinst_LIBRARIES): fetish -> coreutils.Paul Eggert
(libcoreutils_a_SOURCES): Renamed from libfetish_a_SOURCES. All uses changed. (libcoreutils_a_LIBADD): Renamed from libfetish_a_LIBADD. All uses changed. (libcoreutils_a_DEPENDENCIES): Renamed from libfetish_a_DEPENDENCIES. All uses changed.
2005-04-18(emit_upload_commands): Remove fetish.sf.net.Paul Eggert
2005-04-18(ftp): Remove fetish.sf.net.Paul Eggert
2005-04-18Fix typo in comment.Paul Eggert
2005-04-18Use "cat", not "test", to test forPaul Eggert
../../src/dd. Problem reported by Eric Blake.
2005-04-18*** empty log message ***Jim Meyering
2005-04-18Don't include stat-macros.h directly. system.h does that.Jim Meyering
2005-04-18Work around a couple of "make check" failures reported for CygwinPaul Eggert
and ash by Eric Blake.
2005-04-18Skip this test if "trap '' CHLD" doesn't work.Paul Eggert
2005-04-18Skip this test if ../../src/dd isn't readable.Paul Eggert
2005-04-16*** empty log message ***Jim Meyering
2005-04-16(S_TYPEISSHM): Remove definition.Jim Meyering
Get the definition by including "stat-macros.h", instead.
2005-04-14Fix test suite problems reported by Eric Blake on Cygwin.Paul Eggert
2005-04-14(dot_mount_point): Use stat rather than df, asPaul Eggert
it's more reliable. (other_partition_tmpdir): Remove df from name as that would be misleading now.
2005-04-14Ignore chatter about when files are removed,Paul Eggert
since POSIX doesn't require rename to fail across file systems.
2005-04-14*** empty log message ***Jim Meyering
2005-04-14Correct typo, fchmod -> fchown, in a comment.Jim Meyering
2005-04-13* getdate.y (zone): Allow relunit_snumber after tZONE.Paul Eggert
2005-04-13(zone): Allow relunit_snumber after tZONE, soPaul Eggert
that "UTC +1 second" continues to work. Problem reported by Dmitry V. Levin. (relunit_snumber): New rule. (relunit): Use it.
2005-04-12src/ls.c (usage): "uid" -> "user ID".Paul Eggert
2005-04-12(usage): uid -> user IDPaul Eggert
2005-04-12* getdate.y: Fix problem with parsing GMT time stamps during London summers.Paul Eggert
2005-04-12(universal_time_zone_table): New constant.Paul Eggert
(time_zone_table): Remove GMT, UT, UTC entries; they're now in universal_time_zone_table. (lookup_zone): Prefer universal_time_zone_table to local_time_zone_table, so that "GMT" time stamps are allowed in London during the summer. Problem reported by Ian Abbott.
2005-04-12*** empty log message ***Jim Meyering
2005-04-12(tsort): Use "%s" as the format string, rather than a diagnostic or a file name.Jim Meyering
2005-04-12(compare_files): Remove declaration of unused local.Jim Meyering
2005-04-12For consistency, standardize on "user ID" rather than "uid".Paul Eggert
2005-04-12Reword usage, man pages to use "user ID" rather than "uid" etc.Paul Eggert
2005-04-12(usage, main): Use "user ID", not "UID", and similarly for "group ID".Paul Eggert
2005-04-12(usage): Use "user ID", not "UID", and similarlyPaul Eggert
for "group ID".
2005-04-12Reword to match coreutils.texi.Paul Eggert
2005-04-12Reword to match user manual.Paul Eggert
2005-04-12For consistency, standardize on "user ID" ratherPaul Eggert
than "uid" or "UID" or "user id". Similarly for "group ID".
2005-04-11Regenerate.Paul Eggert
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-11Include stdio_safer.h.Paul Eggert
(check_file): Don't assume fopen cannot return stdin or stdout.
2005-04-11(next_file): Don't assume fopen cannot return stdin.Paul Eggert
2005-04-11(have_read_stdin): Remove; no longer needed. All usesPaul Eggert
removed. (tsort): Do not assume fopen can't return stdin. Close stdin before returning. All uses changed.
2005-04-11Include unistd-safer.h.Paul Eggert
(touch): Use fd_safer.
2005-04-11Include stdio-safer.h.Paul Eggert
(tee): Use fopen_safer.
2005-04-11Include unistd-safer.h rather than fcntl-safer.h.Paul Eggert
(recheck, tail_file): Use fd_safer rather than open_safer.
2005-04-11Include unistd-safer.h.Paul Eggert
(copy_to_temp): Use fd_safer. (tac_file): Don't assume fopen cannot return stdin.
2005-04-11(bsd_sum_file, sysv_sym_file):Paul Eggert
Use same pattern as elsewhere for checking for stdin.
2005-04-11Include unistd-safer.h.Paul Eggert
(cwrite): Use fd_safer. Replace mystery constant 0666 with symbolic version, as POSIX requires.
2005-04-11Include unistd-safer.h.Paul Eggert
(create_temp_file): Use fd_safer. (xfclose): Don't assume fileno (stdin) == STDIN_FILENO, etc.