Age | Commit 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, and | Jim Meyering | |
mv do: --backup (-b). From Marty Leisner <leisner@sdsp.mc.xerox.c>. | |||
1996-01-19 | Protoize. | 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-17 | Break 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-17 | Protoize and __P-protect forward dcls. | Jim Meyering | |
1996-01-14 | Indent cpp directives. | Jim Meyering | |
1996-01-14 | . | Jim Meyering | |
1996-01-14 | Include 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 char | Jim Meyering | |
to int to avoid potential promotion problem. | |||
1996-01-07 | (print_esc_char): Change type of argument from char to int to avoid | Jim Meyering | |
potential promotion problem. | |||
1996-01-07 | Fix typo in __P use. | Jim Meyering | |
1996-01-06 | . | Jim Meyering | |
1996-01-06 | Protoize and __P-protect forward dcls. | Jim Meyering | |
1996-01-06 | Define WHO and include new file, who-users.c. | Jim Meyering | |
1996-01-06 | . | Jim Meyering | |
1996-01-06 | rename from who.c | Jim Meyering | |
1996-01-06 | Remove 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-06 | Remove 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-05 | Include rx.h after limit.h to avoid warning about | Jim 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-04 | Use `$year', not `year' as expr arg. | Jim Meyering | |
1996-01-04 | update from gettext | Jim Meyering | |
1996-01-03 | . | Jim Meyering | |
1996-01-03 | . | Jim Meyering | |
1996-01-03 | Fix 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 whereby | Jim Meyering | |
non-ascii characters (supposed to be ignored with -i) were treated as significant. Reported by Carl Johnson <carlj@cjlinux.home.org>. | |||
1996-01-02 | 14b: Just like 14a, but add -f. | Jim Meyering | |