summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-29.Jim Meyering
1996-02-29Use @sc{} around POSIX and POSIX.2.Jim Meyering
1996-02-28.Jim Meyering
1996-02-28.Jim Meyering
1996-02-28Adapt for automake-0.30.Jim Meyering
(noinst_HEADERS): Rename from HEADERS.
1996-02-28.Jim Meyering
1996-02-27Revert last change. Comment didn't add anything.Jim Meyering
1996-02-27Elaborate comment.Jim Meyering
1996-02-27(copy): Remove bogus (now that we're using full_write) increment of w_partial.Jim Meyering
Change sense of the tests (though they're equivalent) that check the value returned by full_write. making it clearer where errno is valid. full_write always writes the full amount or fails.
1996-02-27.Jim Meyering
1996-02-26.Jim Meyering
1996-02-25.Jim Meyering
1996-02-25(batch_convert): Put `' around filename in error in case it's empty.Jim Meyering
1996-02-24Unprotoize.Jim Meyering
1996-02-24.Jim Meyering
1996-02-24__P-protect forward declarations.Jim Meyering
(main): Protoize function definition.
1996-02-24(cmpf): Indent macro uses so ansi2knr doesn't mistake themJim Meyering
for function dcls and munge them. (arithf): Likewise. (arithdivf): Likewise.
1996-02-23.Jim Meyering
1996-02-23[HAVE_SYS_SOCKET_H]: Include <sys/socket.h> for definition of AF_INETJim Meyering
on at least SunOS 4.
1996-02-23(docolon): Set re_syntax_options to RE_SYNTAX_POSIX_BASICJim Meyering
so expr's pattern matching uses BASIC (not GNU-extended) REs. Reported by Jim Kingdon.
1996-02-23(print_entry): Use strchr, not index.Jim Meyering
1996-02-23(batch_convert): Declare BUFLEN local to be of type size_t, not int.Jim Meyering
1996-02-23.Jim Meyering
1996-02-23.Jim Meyering
1996-02-22(xfields) [without -t]: Ignore leading blanks.Jim Meyering
From David Dyck (dcd@tc.fluke.COM).
1996-02-22.Jim Meyering
1996-02-22.Jim Meyering
1996-02-21.Jim Meyering
1996-02-20.Jim Meyering
1996-02-18[TOLOWER]: Define.Jim Meyering
(usage): Briefly describe new --ignore-case (-i) option. (memcasecmp): New function. (main): Set IGNORE_CASE for -i. (keycmp): Compare with memcasecmp if IGNORE_CASE is set. Suggestion and an initial patch from Alberto Accomazzi <alberto@cfa0.harvard.edu>.
1996-02-18.Jim Meyering
1996-02-18(join): Describe new --ignore-case (-i) option.Jim Meyering
1996-02-18.Jim Meyering
1996-02-18Add -z option. Change all occurrences of '\n' to `eolchar'.Jim Meyering
(usage): Describe it. (main): Set eolchar to 0 for -z. From Mark W. Eichin <eichin@cygnus.com>.
1996-02-17.Jim Meyering
1996-02-17Mark a few error strings for translation.Jim Meyering
From Franc,ois Pinard.
1996-02-16.Jim Meyering
1996-02-16.Jim Meyering
1996-02-16(copy): Detect (and fail) when creating backup file would destroy source.Jim Meyering
Reported by Martin C. Martin <mcm@cs.cmu.edu>.
1996-02-16.Jim Meyering
1996-02-14.Jim Meyering
1996-02-14(main): When failing because there were `too many arguments,' say so.Jim Meyering
1996-02-13.Jim Meyering
1996-02-13.Jim Meyering
1996-02-13.Jim Meyering
1996-02-13Be careful to always return something.Jim Meyering
1996-02-13(print_entry): If possible, canonicalize the host hame.Jim Meyering
From Miles Bader (miles@gnu.ai.mit.edu).
1996-02-13.Jim Meyering
1996-02-13.Jim Meyering
1996-02-13.Jim Meyering