summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-11-23(usage): Alphabetize option descriptions the way sort -f would.Jim Meyering
1996-11-23.Jim Meyering
1996-11-23(usage): Alphabetize options like sort -f would.Jim Meyering
1996-11-23.Jim Meyering
1996-11-23.Jim Meyering
1996-11-23.Jim Meyering
1996-11-23(copy): With -i and not -f, prompt for any type ofJim Meyering
(non-directory) source file before overwriting an existing target. Reported by Mark A. Thomas.
1996-11-23.Jim Meyering
1996-11-23.Jim Meyering
1996-11-23(main): Warn if excess arguments are ignored.Jim Meyering
E.g., printf foo bar now ignores the single non-format argument, bar.
1996-11-23.Jim Meyering
1996-11-23(process_regexp): Update CURRENT_LINE only ifJim Meyering
the new value would be larger. This avoids the infinite loop otherwise provoked by situations like this: printf "\na\n" | csplit - '/a/-1' '{*}' From Jens Schmidt.
1996-11-21remove my @comco addressJim Meyering
1996-11-21.Jim Meyering
1996-11-21(xgethostname): Work around bug in SunOS5.5's gethostname.Jim Meyering
1996-11-20.Jim Meyering
1996-11-20.Jim Meyering
1996-11-20.Jim Meyering
1996-11-20.Jim Meyering
1996-11-20.Jim Meyering
1996-11-18Remove unused declaration of mktime. From Tony Leneis.Jim Meyering
1996-11-18.Jim Meyering
1996-11-18.Jim Meyering
1996-11-18(main): Ignore -a, for compatibility with SVR4.Jim Meyering
1996-11-05.Jim Meyering
1996-11-05.Jim Meyering
1996-11-05.Jim Meyering
1996-11-05Thu Oct 31 19:32:32 1996 Miles Bader <miles@gnu.ai.mit.edu>Jim Meyering
[ENAMETOOLONG] (xgethostname): If gethostname returns an error other than buffer overflow, exit with an error message instead of allocating infinite amounts of space. [!EXIT_FAILURE] (EXIT_FAILURE): New macro. <errno.h>: New include. [!errno] (errno): New declaration.
1996-11-05.Jim Meyering
1996-11-05Fix copyright.Jim Meyering
1996-11-05Fix copyright.Jim Meyering
1996-11-05.Jim Meyering
1996-11-05libitizeJim Meyering
1996-11-05.Jim Meyering
1996-11-04from franc,oisJim Meyering
1996-11-04libitizeJim Meyering
1996-11-04libitizeJim Meyering
1996-11-04New version from François Pinard.Jim Meyering
1996-11-04libitizeJim Meyering
1996-11-04libitizeJim Meyering
1996-11-04libitizeJim Meyering
1996-11-04libitizeJim Meyering
1996-11-04.Jim Meyering
1996-11-04(recover_mode): Fail also if there are too many fields. From Karl Heuer.Jim Meyering
1996-11-03cpp-indent + change some #ifdef to #ifJim Meyering
1996-11-03.Jim Meyering
1996-11-03.Jim Meyering
1996-11-03Include sys/types.h for the definitionsJim Meyering
(otherwise missing on some systems) of caddr_t (used by sys/socket.h) and ushort (used by netinet/in.h). From Karl Heuer.
1996-11-03.Jim Meyering
1996-11-03.Jim Meyering