summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-04Regenerate.Paul Eggert
2004-11-03remove trailing spacesJim Meyering
2004-11-03Log recent getdate-etc. related changes.Paul Eggert
2004-11-03Sync from gnulib.Paul Eggert
2004-11-03Include "vasprintf.h" since we use vasprintf now.Paul Eggert
2004-11-03Sync from gnulib.Paul Eggert
2004-11-03(check-AUTHORS): Don't assume \? works in a sedPaul Eggert
expression; it's not portable. Problem reported by Albert Chin. Don't invoke a program more than once.
2004-11-03(version): New variable, containing author info,Paul Eggert
for benefit of AUTHORS check. Use it when acting on --version option.
2004-11-03Remove duplicate lines. Remove bogus "chroot:" in groups line.Paul Eggert
2004-11-03(libfetish_a_SOURCES): Remove setenv.c.Paul Eggert
2004-11-03New file, from gnulib.Paul Eggert
2004-11-03(gl_PREREQ): Require gt_FUNC_SETENV.Paul Eggert
2004-11-03.Jim Meyering
2004-11-03.Jim Meyering
2004-11-03Don't #define and #undef getopt around <stdlib.h>,Paul Eggert
as this breaks the new regime that does "#define getopt rpl_getopt".
2004-11-03* Makefile.am (_W, W_): New macros.Paul Eggert
2004-11-03(_W, W_): New macros.Paul Eggert
(check-texinfo): Use them instead of assuming grep -w (which is not portable). Problem reported by Albert Chin.
2004-11-03(libfetish_a_SOURCES): Add setenv.c and setenv.h.Jim Meyering
2004-11-03remove trailing blanksJim Meyering
2004-11-03*** empty log message ***Jim Meyering
2004-11-03quote(...) file names in diagnostics.Jim Meyering
2004-11-03Import from gnulib.Paul Eggert
2004-11-03Regenerate.Paul Eggert
2004-11-03Sync from gnulib.Paul Eggert
2004-10-30* NEWS: Document getdate changes.Paul Eggert
2004-10-30Document getdate changes.Paul Eggert
2004-10-29Sync from gnulib (for getdate changes).Paul Eggert
2004-10-29Sync from gnulib.Paul Eggert
2004-10-29Document TZ better, and adjust to new getdate.texi.Paul Eggert
(Top): Update menu. (pr invocation, Formatting file timestamps, touch invocation, stat invocation, who invocation, date invocation, Options for date): Mention TZ.
2004-10-29`tac /proc/modules' would print nothingJim Meyering
2004-10-29*** empty log message ***Jim Meyering
2004-10-29*** empty log message ***Jim Meyering
2004-10-29 * src/tac.c (tac_file): Remove temporary prototype and move thisJim Meyering
function `down' so that it precedes definition of tac_nonseekable.
2004-10-29*** empty log message ***Jim Meyering
2004-10-29`tac /proc/modules' would print nothingJim Meyering
(copy_to_temp): Renamed from save_stdin, since now it copies a general file descriptor, not just stdin. (tac_nonseekable): Renamed/adapted from tac_stdin. (tac_file): Get fd via `open' directly rather than via fopen/fileno, since we never used the stream. Perform "-" to stdin mapping here rather than in main. Determine whether a file is seekable, by trying to `lseek' to its end, and dispatch to tac_seekable or tac_nonseekable accordingly. (main): Rewrite argument handling now that it uses only tac_file. Reported by Harald Dunkel in http://bugs.debian.org/278604.
2004-10-29*** empty log message ***Jim Meyering
2004-10-28* coreutils.texi (Standards conformance): Use "head -10" ratherPaul Eggert
than "head -1".
2004-10-28(Standards conformance): Use "head -10" rather than "head -1" asPaul Eggert
example of obsolete usage, since the POSIX consensus is that "head -1" could be supported even if we don't yet have clear consensus on "head -10". See today's revision to the SUS FAQ <http://www.opengroup.org/austin/papers/single_unix_faq.html>.
2004-10-25* coreutils.texi (pathchk invocation): Options must precede operands.Paul Eggert
2004-10-25(pathchk invocation): Options must precede operands.Paul Eggert
2004-10-24* mktime.c (leapyear): Arg is long int, not int.Paul Eggert
2004-10-24(leapyear): Arg is long int, not int. Change imported from gnulib.Paul Eggert
2004-10-21.Jim Meyering
2004-10-21*** empty log message ***Jim Meyering
2004-10-21*** empty log message ***Jim Meyering
2004-10-21*** empty log message ***Jim Meyering
2004-10-21Correct my patch of 2004-10-18.Jim Meyering
(rm): Destroy the saved_cwd here (via cwd_state), if necessary, not in remove_dir. Otherwise, removing multiple `.'-relative nonempty directories no longer worked.
2004-10-21*** empty log message ***Jim Meyering
2004-10-21(TESTS): Add leak-fd.Jim Meyering
2004-10-21*** empty log message ***Jim Meyering