summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1996-01-01Correct 14a per manual.Jim Meyering
1996-01-01.Jim Meyering
1995-12-31.Jim Meyering
1995-12-31.Jim Meyering
1995-12-31(extract_regexp) [!WITH_REGEX]: Initialize re_compiled.syntax_parens.Jim Meyering
From Andreas Schwab.
1995-12-26.Jim Meyering
1995-12-23.Jim Meyering
1995-12-23.Jim Meyering
1995-12-23(decode_switches): Make -o a synonym for -lG for compatibilityJim Meyering
with most other versions of ls. Reported by Karl Berry. (usage): Update.
1995-12-23.Jim Meyering
1995-12-22(usage): Align text in -n line.Jim Meyering
1995-12-22.Jim Meyering
1995-12-22(cleanup): New function -- broken out from quit.Jim Meyering
(interrupt_handler): Rewrite to reset default signal handler, call cleanup, then repost caught signal.
1995-12-22.Jim Meyering
1995-12-22.Jim Meyering
1995-12-22Include argmatch.h.Jim Meyering
1995-12-22(main): Accept new option, --sparse={never,auto,always},Jim Meyering
to control creation of sparse files. (copy_reg): Set local, make_holes, from global flag_sparse. Include argmatch.h.
1995-12-22(argmatch): Add const attribute to parameters.Jim Meyering
(invalid_arg): Add const attribute to parameters.
1995-12-22.Jim Meyering
1995-12-22.Jim Meyering
1995-12-21(HEADERS): Add argmatch.h.Jim Meyering
1995-12-21.Jim Meyering
1995-12-20.Jim Meyering
1995-12-19.Jim Meyering