summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1996-02-25.Jim Meyering
1996-02-25(batch_convert): Put `' around filename in error in case it's empty.Jim Meyering
1996-02-24__P-protect forward declarations.Jim Meyering
1996-02-24(cmpf): Indent macro uses so ansi2knr doesn't mistake themJim Meyering
1996-02-23(docolon): Set re_syntax_options to RE_SYNTAX_POSIX_BASICJim Meyering
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-22(xfields) [without -t]: Ignore leading blanks.Jim Meyering
1996-02-18[TOLOWER]: Define.Jim Meyering
1996-02-18Add -z option. Change all occurrences of '\n' to `eolchar'.Jim Meyering
1996-02-17Mark a few error strings for translation.Jim Meyering
1996-02-16(copy): Detect (and fail) when creating backup file would destroy source.Jim Meyering
1996-02-14(main): When failing because there were `too many arguments,' say so.Jim Meyering
1996-02-13(print_entry): If possible, canonicalize the host hame.Jim Meyering
1996-02-13[.TRUE]: Undefine before defining.Jim Meyering
1996-02-01(main): Decalare local, BS.Jim Meyering
1996-02-01(main): Accept new option, --rfc-822 (-R).Jim Meyering
1996-02-01(main): New options --human-readable (-h) and --megabytes (-m).Jim Meyering
1996-02-01(dump_remainder): Flush stdout when tailing-forever on multiple files.Jim Meyering
1996-02-01Remove comma after last item in enum.Jim Meyering
1996-02-01(skip): Change type of parameter #5 from char* to unsigned char* to matchJim Meyering
1996-01-20Tweak usage.Jim Meyering
1996-01-20(main): New options --human-readable (-h) and --megabytes (-m).Jim Meyering
1996-01-20(usage): Copy backup/suffix stuff from ln.c.Jim Meyering
1996-01-19(copy_files): Accept backup options just as cp, ln, andJim Meyering
1996-01-19Protoize.Jim Meyering
1996-01-17(argdecode): Declare parameter const.Jim Meyering
1996-01-17(advance): Protoize function.Jim Meyering
1996-01-17Break some long lines.Jim Meyering
1996-01-17(integer_arg): Use xstrtol instead of open-coding this.Jim Meyering
1996-01-17(visible): Change parameter type to unsigned int from unsigned char.Jim Meyering
1996-01-17Protoize and __P-protect forward dcls.Jim Meyering
1996-01-14Indent cpp directives.Jim Meyering
1996-01-14.Jim Meyering
1996-01-14Include config.h.Jim Meyering
1996-01-07(print_element): Change type of argument from charJim Meyering
1996-01-07(print_esc_char): Change type of argument from char to int to avoidJim Meyering
1996-01-07Fix typo in __P use.Jim Meyering
1996-01-06Protoize and __P-protect forward dcls.Jim Meyering
1996-01-06Define WHO and include new file, who-users.c.Jim Meyering
1996-01-06.Jim Meyering
1996-01-06rename from who.cJim Meyering
1996-01-06Remove NGROUPS_MAX junk. It wasn't being used.Jim Meyering
1996-01-06(putenv): Declare.Jim Meyering
1996-01-06Remove no-longer-used NGROUPS_MAX cpp macros.Jim Meyering
1996-01-05Include rx.h after limit.h to avoid warning aboutJim Meyering
1996-01-04(usage): Tweak wording in --help output.Jim Meyering
1996-01-02(keycompare): Rewrite cases handling -i and -if to fix bug wherebyJim Meyering
1995-12-31(extract_regexp) [!WITH_REGEX]: Initialize re_compiled.syntax_parens.Jim Meyering
1995-12-23(decode_switches): Make -o a synonym for -lG for compatibilityJim Meyering