summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-26(parse_obsolescent_option): Comment.Jim Meyering
1997-01-26.Jim Meyering
1997-01-26(is_ancestor): Add it.Jim Meyering
1997-01-26.Jim Meyering
1997-01-26.Jim Meyering
1997-01-26.Jim Meyering
1997-01-26.Jim Meyering
1997-01-26Interpret `input arg is a hashJim Meyering
reference' as meaning that the tested program will read no input. Most of the tests for the date program use this feature. Also for date, the generated script now reflects specification (in Test.pm) of default and per-test environment settings.
1997-01-26.Jim Meyering
1997-01-26.Jim Meyering
1997-01-25remove trailing blanksJim Meyering
1997-01-25remove now-spurious junkJim Meyering
1997-01-25.Jim Meyering
1997-01-25(noinst_HEADERS): Add getdate.h.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25Move the code from configure.in intoJim Meyering
this macro that resorts to looking for getgroups in -lbsd. Set new shell variable, GETGROUPS_LIB (that callers should check), if it is found there.
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25update for changed xstrtou?lJim Meyering
1997-01-25.Jim Meyering
1997-01-25(XSTRTOL_H): Undefine it.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25[!_STRTOL_ERROR]: Define the type `enum strtol_error'Jim Meyering
only if it hasn't already been defined.
1997-01-25(__xstrtol): Change interpretation ofJim Meyering
VALID_SUFFIXES == NULL vs VALID_SUFFIXES == "". Use the former when any suffix is valid, the later when no suffix is allowed.
1997-01-25fix copyright fillingJim Meyering
1997-01-25fix copyright fillingJim Meyering
1997-01-25.Jim Meyering
1997-01-25.Jim Meyering
1997-01-25(parse_long_options): Reset optind to zeroJim Meyering
before just returning so that getopt internals get initialized from the probably-new parameters when/if getopt is called later.
1997-01-24(parse_obsolescent_option): Recognize and fail forJim Meyering
more malformed obsolescent options. Makes for better diagnostics.
1997-01-24.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23(parse_options): New function.Jim Meyering
(parse_obsolescent_option): New function. (main): Use the new functions instead of open-coding them. This better fixes the bug in handling obsolescent `+Nc' options. General cleanup.
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23.Jim Meyering
1997-01-23Update from GNU via UliJim Meyering