Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-22 | . | Jim Meyering | |
1996-02-21 | . | Jim Meyering | |
1996-02-20 | . | Jim Meyering | |
1996-02-18 | [TOLOWER]: Define. | Jim Meyering | |
(usage): Briefly describe new --ignore-case (-i) option. (memcasecmp): New function. (main): Set IGNORE_CASE for -i. (keycmp): Compare with memcasecmp if IGNORE_CASE is set. Suggestion and an initial patch from Alberto Accomazzi <alberto@cfa0.harvard.edu>. | |||
1996-02-18 | . | Jim Meyering | |
1996-02-18 | (join): Describe new --ignore-case (-i) option. | Jim Meyering | |
1996-02-18 | . | Jim Meyering | |
1996-02-18 | Add -z option. Change all occurrences of '\n' to `eolchar'. | Jim Meyering | |
(usage): Describe it. (main): Set eolchar to 0 for -z. From Mark W. Eichin <eichin@cygnus.com>. | |||
1996-02-17 | . | Jim Meyering | |
1996-02-17 | Mark a few error strings for translation. | Jim Meyering | |
From Franc,ois Pinard. | |||
1996-02-16 | . | Jim Meyering | |
1996-02-16 | . | Jim Meyering | |
1996-02-16 | (copy): Detect (and fail) when creating backup file would destroy source. | Jim Meyering | |
Reported by Martin C. Martin <mcm@cs.cmu.edu>. | |||
1996-02-16 | . | Jim Meyering | |
1996-02-14 | . | Jim Meyering | |
1996-02-14 | (main): When failing because there were `too many arguments,' say so. | Jim Meyering | |
1996-02-13 | . | Jim Meyering | |
1996-02-13 | . | Jim Meyering | |
1996-02-13 | . | Jim Meyering | |
1996-02-13 | Be careful to always return something. | 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 | . | Jim Meyering | |
1996-02-13 | . | Jim Meyering | |
1996-02-13 | . | Jim Meyering | |
1996-02-13 | (info_TEXINFOS): Renamed from TEXINFOS. | Jim Meyering | |
1996-02-13 | (CONFIG_HEADER): Don't define. Automake now does it. | Jim Meyering | |
1996-02-13 | . | Jim Meyering | |
1996-02-13 | . | Jim Meyering | |
1996-02-13 | [.TRUE]: Undefine before defining. | Jim Meyering | |
[FALSE]: Undefine before defining. From Derek Clegg (dclegg@next.com). | |||
1996-02-13 | . | Jim Meyering | |
1996-02-04 | (canon_host): Cast returned he->h_name to char*. | Jim Meyering | |
1996-02-04 | . | Jim Meyering | |
1996-02-03 | . | Jim Meyering | |
1996-02-03 | . | Jim Meyering | |
1996-02-01 | (main): Decalare local, BS. | Jim Meyering | |
1996-02-01 | . | Jim Meyering | |
1996-02-01 | __P-protect dcls. | Jim Meyering | |
1996-02-01 | . | Jim Meyering | |
1996-02-01 | . | 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 | . | Jim Meyering | |
1996-02-01 | (add_num_tz): New function. | Jim Meyering | |
(strftime): Handle new %z format. From H. Peter Anvin (hpa@storm.net). Don't use local, LENGTH, before it's defined. | |||
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 | . | Jim Meyering | |
1996-02-01 | . | Jim Meyering | |
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 | . | Jim Meyering | |
1996-02-01 | . | Jim Meyering | |
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. |