summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-01-31.Jim Meyering
1996-01-30.Jim Meyering
1996-01-26.Jim Meyering
1996-01-25.Jim Meyering
1996-01-20Tweak usage.Jim Meyering
1996-01-20(main): New options --human-readable (-h) and --megabytes (-m).Jim Meyering
(human_readable): New function. From Larry McVoy (lm@sgi.com).
1996-01-20.Jim Meyering
1996-01-20.Jim Meyering
1996-01-20(usage): Copy backup/suffix stuff from ln.c.Jim Meyering
(main): Handle 'S' in getopt switch.
1996-01-20(BUILT_SOURCES): Set to posixtm.c getdate.c.Jim Meyering
1996-01-20.Jim Meyering
1996-01-20.Jim Meyering
1996-01-20Year is 6th field, not 7th.Jim Meyering
1996-01-20.Jim Meyering
1996-01-19.Jim Meyering
1996-01-19(copy_files): Accept backup options just as cp, ln, andJim Meyering
mv do: --backup (-b). From Marty Leisner <leisner@sdsp.mc.xerox.c>.
1996-01-19Protoize.Jim Meyering
1996-01-19.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
Add const attribute to a few parameters.
1996-01-17(integer_arg): Use xstrtol instead of open-coding this.Jim Meyering
1996-01-17(.su_SOURCES): Add xstrtol.c.Jim Meyering
(HEADERS): Add xstrtol.h.
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-08.Jim Meyering
1996-01-08.Jim Meyering
1996-01-08.Jim Meyering
1996-01-08.Jim Meyering
1996-01-07(print_element): Change type of argument from charJim Meyering
to int to avoid potential promotion problem.
1996-01-07(print_esc_char): Change type of argument from char to int to avoidJim Meyering
potential promotion problem.
1996-01-07Fix typo in __P use.Jim Meyering
1996-01-06.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
(universal_time): Remove. (main): If -u is given, set TZ to "UTC0"; this causes date to use UTC uniformly and fixes bugs in the handling of date -u +'%s %Z'. (show_date): Just use localtime and a single format, since TZ will be set properly if -u is given. From Paul Eggert.
1996-01-06Remove no-longer-used NGROUPS_MAX cpp macros.Jim Meyering
(print_group_list) [HAVE_GETGROUPS]: Reorganize to use getgroups (0, NULL) to compute number of groups at run time rather than relying on NGROUPS_MAX at compile time. (print_full_info) [HAVE_GETGROUPS]: Likewise. Suggestion from Roland McGrath.
1996-01-06.Jim Meyering
1996-01-06.Jim Meyering
1996-01-05.Jim Meyering
1996-01-05.Jim Meyering
1996-01-05Include rx.h after limit.h to avoid warning aboutJim Meyering
redeclaration of RE_DUP_MAX in limit.h. rx.h protects its definition. From Kaveh Ghazi.
1996-01-05.Jim Meyering
1996-01-05[SYNTAX]: Rename from SYNTAX_TABLE.Jim Meyering
[SYNTAX_TABLE]: Remove extern dcl or re_syntax_table. (RE_SEARCH_2_FN): Cast string1 and string2 to avoid pointer type mismatch errors from e.g. SunOS's /bin/cc. Reported by Kaveh Ghazi.