summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
1995-12-22(usage): Align text in -n line.Jim Meyering
1995-12-22(cleanup): New function -- broken out from quit.Jim Meyering
1995-12-22Include argmatch.h.Jim Meyering
1995-12-22(main): Accept new option, --sparse={never,auto,always},Jim Meyering
1995-12-19[SYMBOLIC_SPACE_STRING]: New macro.Jim Meyering
1995-12-15(main): Use xstrtol instead of atoi.Jim Meyering
1995-12-15(main): Use xstrtol instead of atoi.Jim Meyering
1995-12-15(main): Use xstrtol instead of atoi.Jim Meyering
1995-12-15(main): Use xstrtol instead of atoi.Jim Meyering
1995-12-06[!WITH_REGEX]: Include rx.h.Jim Meyering
1995-12-05(main): Diagnose improper form of arguments to -k, then fail.Jim Meyering
1995-12-05(rm): Work around SunOS 4 bug whereby lstat doesn't failJim Meyering
1995-12-05(numcompare): Properly handle all cases in which signs differ. From Karl Heuer.Jim Meyering
1995-12-05(bsd_sum_file): Remove misleading comment. From Karl Heuer.Jim Meyering
1995-12-01treat `-' as if it were zero. Reported by Ross AlexanderJim Meyering
1995-11-29(limfield): Remove field_start junk.Jim Meyering