summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1996-01-04.Jim Meyering
1996-01-04.Jim Meyering
1996-01-04(usage): Tweak wording in --help output.Jim Meyering
1996-01-04Use `$year', not `year' as expr arg.Jim Meyering
1996-01-04update from gettextJim Meyering
1996-01-03.Jim Meyering
1996-01-03.Jim Meyering
1996-01-03Fix comments.Jim Meyering
1996-01-03.Jim Meyering
1996-01-03.Jim Meyering
1996-01-02.Jim Meyering
1996-01-02(keycompare): Rewrite cases handling -i and -if to fix bug wherebyJim Meyering
non-ascii characters (supposed to be ignored with -i) were treated as significant. Reported by Carl Johnson <carlj@cjlinux.home.org>.
1996-01-0214b: Just like 14a, but add -f.Jim Meyering