summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-01*** empty log message ***Jim Meyering
2001-12-01(EMIT_HELP_DESCRIPTION): New macro.Jim Meyering
(EMIT_VERSION_DESCRIPTION): New macro.
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering
instead of hard-coding --help and --version descriptions.
2001-12-01.Jim Meyering
2001-11-30*** empty log message ***Jim Meyering
2001-11-30Include xalloc.h, so that xstrdup is declared before being defined.Jim Meyering
2001-11-28.Jim Meyering
2001-11-28*** empty log message ***Jim Meyering
2001-11-28(quotearg_n, quotearg_n_style):Jim Meyering
First arg is int, not unsigned.
2001-11-28(quotearg_n, quotearg_n_style): Likewise.Jim Meyering
(SIZE_MAX, UINT_MAX): New macros. (quotearg_n_options): Abort if N is negative. Avoid overflow check on hosts where size_t is 64 bits and int is 32 bits, as overflow is impossible there. Fix off-by-one typo that caused unnecessary reallocation.
2001-11-27Merge with version from libc.Jim Meyering
2001-11-27*** empty log message ***Jim Meyering
2001-11-27*** empty log message ***Jim Meyering
2001-11-27Include stdlib.h unconditionally. On some old systems for whichJim Meyering
STDC_HEADERS is 0, it was not included, resulting in a warning about an integer-to-pointer conversion problem with getenv.
2001-11-27Merge with version from libc.Jim Meyering
2001-11-27(libfetish_a_SOURCES): Remove gtod.h.Jim Meyering
2001-11-27*** empty log message ***Jim Meyering
2001-11-27Compare all lines of output.Jim Meyering
Update code to use `trap' and more up to date infrastructure.
2001-11-27*** empty log message ***Jim Meyering
2001-11-27The change of 2001-11-01 introduced a bug whereby some recursiveJim Meyering
listings didn't have a blank line between per-directory groups of files. (print_dir): Print a newline before each directory name except the first one, rather than after each except the last, since now (after the changes of 2001-11-01) detecting whether a `pending*' is the last would involve more work. Reported by Andreas Schwab. This change has no net effect. (main): Remove always-true conjunct and add a comment.
2001-11-27*** empty log message ***Jim Meyering
2001-11-27*** empty log message ***Jim Meyering
2001-11-27(SET_MODE) [O_BINARY]: Call setmode, not set_mode.Jim Meyering
2001-11-26Don't include "gtod.h"Jim Meyering
(main): Don't `call' GETTIMEOFDAY_INIT.
2001-11-26*** empty log message ***Jim Meyering
2001-11-26Don't include gtod.h.Jim Meyering
(GTOD_init): Remove function. (rpl_gettimeofday): Do its job here instead, rather than aborting.
2001-11-26(cat): Don't test whether the full_write return value (of type size_t)Jim Meyering
is less than 0. Reported by Nelson H. F. Beebe, as a warning from Irix 6.5's C compiler.
2001-11-26.Jim Meyering
2001-11-26*** empty log message ***Jim Meyering
2001-11-25*** empty log message ***Jim Meyering
2001-11-25(usage): Indent --help and --version strings to start in the 7th column.Jim Meyering
2001-11-25*** empty log message ***Jim Meyering
2001-11-25(usage): Indent --help and --version strings to start in the 7th column.Jim Meyering
2001-11-24*** empty log message ***Jim Meyering
2001-11-24Include signatures for the xdelta file, too.Jim Meyering
2001-11-24(emit-upload-commands): Rename from emit-rsync-commands.Jim Meyering
Output only the package name and the prev and current version numbers.
2001-11-24*** empty log message ***Jim Meyering
2001-11-24.Jim Meyering
2001-11-24now generatedJim Meyering
2001-11-24*** empty log message ***Jim Meyering
2001-11-24(usage): Make --help and --version strings start in column 7.Jim Meyering
2001-11-24*** empty log message ***Jim Meyering
2001-11-24(move_if_change): Remove definition.Jim Meyering
($(srcdir)/m4/jm-glibc-io.m4): Use mv, not move-if-change.
2001-11-23*** empty log message ***Jim Meyering
2001-11-23*** empty log message ***Jim Meyering
2001-11-23*** empty log message ***Jim Meyering
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering
for short options too.''
2001-11-23*** empty log message ***Jim Meyering
2001-11-23(usage): Use `output', not `print' in description ofJim Meyering
the --version option, so this message is consistent with all the rest.
2001-11-23Split usage strings so that --help and --versionJim Meyering
descriptions are alone in their own string.