Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-14 | (main): When failing because there were `too many arguments,' say so. | Jim Meyering | |
1996-02-13 | (print_entry): If possible, canonicalize the host hame. | Jim Meyering | |
From Miles Bader (miles@gnu.ai.mit.edu). | |||
1996-02-13 | [.TRUE]: Undefine before defining. | Jim Meyering | |
[FALSE]: Undefine before defining. From Derek Clegg (dclegg@next.com). | |||
1996-02-01 | (main): Decalare local, BS. | Jim Meyering | |
1996-02-01 | (main): Accept new option, --rfc-822 (-R). | Jim Meyering | |
(show_date): Use RFC822-mandated strftime format. From H. Peter Anvin (hpa@storm.net). (usage): Add a line describing the new option. | |||
1996-02-01 | (main): New options --human-readable (-h) and --megabytes (-m). | Jim Meyering | |
(human_readable_1k_blocks): New function. (print_header): Honor new options. (show_dev): Honor new options. Add ifdef'd-out code to avoid printing lines for mount points that match ^/auto/.* and ^/tmp_mnt.*. Rather than hard-coding those two prefixes, the code should allow the user to specify a regular expression. From Larry McVoy (lm@sgi.com). (human_readable_1k_blocks): Likewise (usage): Update usage message to reflect additions. | |||
1996-02-01 | (dump_remainder): Flush stdout when tailing-forever on multiple files. | Jim Meyering | |
From Carlos Canau <Carlos.Canau@relay.puug.pt>. | |||
1996-02-01 | Remove comma after last item in enum. | Jim Meyering | |
(human_readable): Fix off-by-one error that converted 1024*1024 to 1024K rather than 1G. Describe the function. | |||
1996-02-01 | (skip): Change type of parameter #5 from char* to unsigned char* to match | Jim Meyering | |
type of argument. (copy): Cast first arg in memset call to char* to avoid warnings from SunOS's acc. (copy_simple): Likewise. | |||
1996-01-20 | Tweak 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 | (usage): Copy backup/suffix stuff from ln.c. | Jim Meyering | |
(main): Handle 'S' in getopt switch. | |||
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-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 | (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-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 | 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-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-04 | (usage): Tweak wording in --help output. | 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>. | |||
1995-12-31 | (extract_regexp) [!WITH_REGEX]: Initialize re_compiled.syntax_parens. | Jim Meyering | |
From Andreas Schwab. | |||
1995-12-23 | (decode_switches): Make -o a synonym for -lG for compatibility | Jim Meyering | |
with most other versions of ls. Reported by Karl Berry. (usage): Update. | |||
1995-12-22 | (usage): Align text in -n line. | 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 | Include 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-19 | [SYMBOLIC_SPACE_STRING]: New macro. | Jim Meyering | |
(do_link): Use it instead of open-coded #ifdef. For --verbose, say `create link DEST to SRC' instead of ambiguous (or inconsistent with cp -v and mv -v) `SRC -> DEST.' | |||
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 | |
Rename misleading --first-page=N option to --starting-line-number=N. (usage): Update. | |||
1995-12-15 | (main): Use xstrtol instead of atoi. | Jim Meyering | |
(fold_file): Make a couple locals `int', not size_t, and cast fwrite's arg3 to size_t. | |||
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 fail | Jim Meyering | |
when given a zero-length file name argument. Reported by Mark Calabretta <mcalabre@atnf.csiro.au>. |