Jim Meyering
d4e2205ea9
Remove useless void casts of *printf return values.
1996-05-05 02:04:04 +00:00
Jim Meyering
812fdadfca
[IN_CTYPE_DOMAIN]: Rename from ISASCII.
1996-05-05 01:55:16 +00:00
Jim Meyering
437e9a0bc4
.
1996-05-02 02:47:10 +00:00
Jim Meyering
389c4049b3
(parse_ls_color, usage): Remove support for alternate spellings:
...
--colours and LS_COLOURS.
(parse_ls_color): Reverse sense of test for LS_COLORS environment
variable and return -- save a level of indentation on a 100+-line block.
1996-05-02 02:45:43 +00:00
Jim Meyering
482d5be531
(parse_ls_color, usage): Remove support for alternate spellings:
...
--colours and LS_COLOURS.
1996-05-01 05:19:34 +00:00
Jim Meyering
12da649245
(usage): Change TAB in message to spaces. Doing that seems
...
to have worked around a problem with something in gettext that was
producing a truncated usage message for date's usage.
Fran?ois Pinard.
1996-04-30 03:30:51 +00:00
Jim Meyering
22aec49d4c
(main): Separate messages about too few' and too many'
...
arguments to ease translation.
From Franc,ois.
1996-04-30 03:29:01 +00:00
Jim Meyering
6580f24783
Mark translatable strings.
...
(main): Separate messages about `too few' and `too many'
arguments to ease translation.
From Franc,ois.
1996-04-30 03:26:34 +00:00
Jim Meyering
a3c143bd82
Mark translatable strings.
1996-04-30 03:20:38 +00:00
Jim Meyering
07e148c8e7
(print_name_with_quoting): Add braces around inner if-else stmt.
1996-04-29 04:53:53 +00:00
Jim Meyering
8455ea2e13
(LEN_STR_PAIR): New macro.
...
(color_indicator): Use it in this declaration.
(parse_ls_color): Use error, not fprintf.
(decode_switches): Add a comment.
1996-04-29 04:52:16 +00:00
Jim Meyering
95439d0f33
(parse_ls_color): Use strcpy to initialize 3-character array.
...
Automatic aggregate initialization isn't portable.
1996-04-29 04:31:24 +00:00
Jim Meyering
aa7d0d8c85
Remove all ^L's.
...
(get_funky_string): Declare static and move to precede single
caller: parse_ls_color.
1996-04-29 04:29:06 +00:00
Jim Meyering
3ce3cb772d
(get_funky_string): Upper-case anon. union `state'.
1996-04-29 04:26:47 +00:00
Jim Meyering
e08a28e045
Apply color ls changes from Drepper.
1996-04-29 04:24:07 +00:00
Jim Meyering
6ea9602009
.
1996-04-29 04:04:59 +00:00
Jim Meyering
ea11fd8868
FIXME
1996-04-29 01:44:33 +00:00
Jim Meyering
346b0368cf
.
1996-04-29 01:43:52 +00:00
Jim Meyering
30f76e827e
(main): Give a better diagnostic for `sort -0'. Reported by Karl Berry.
1996-04-29 01:35:18 +00:00
Jim Meyering
5a5938db82
(copy_rest): Don't copy past end of prefix. Output
...
trailing spaces if the prefix had any. Before, the command
perl -e 'print "| S";' |fmt -p' | '|tr '\0' @ output `|@S'.
Reported by Fran?ois Pinard.
1996-04-29 01:28:06 +00:00
Jim Meyering
c17caa0c0f
Fri Apr 26 05:52:03 1996 Karl Eichwalder <ke@ke.Central.DE>
...
* ls.c (usage): Add newline at end of printf format string.
1996-04-27 04:10:54 +00:00
Jim Meyering
56d10407e7
(main): Use verbose_fmt_string, not string literal in
...
call to make_path for --parents. From Uli.
1996-04-25 03:10:57 +00:00
Jim Meyering
f3194fe603
(do_link): With --force, don't remove DEST when it's
...
the same as SOURCE. Before, `ln -f FILE FILE' would remove FILE.
Reported by Bruno Haible.
1996-04-25 02:47:07 +00:00
Jim Meyering
f59d1dac46
(do_link): Remove duplicate `if (lstat' block.
1996-04-25 02:34:36 +00:00
Jim Meyering
272f8d891e
(usage): The long-named arg is --human-readable, not --human.
1996-04-24 05:05:34 +00:00
Jim Meyering
25f22cdc5d
Be consistent. Accept --human-readable, not --human.
...
(usage): Reflect the change.
1996-04-24 05:04:44 +00:00
Jim Meyering
59d334f4d4
update Copyright years for 1996
1996-04-24 04:50:53 +00:00
Jim Meyering
e6eece1575
update Copyright years for 1996
1996-04-24 04:45:54 +00:00
Jim Meyering
dc98736719
update Copyright years for 1996
1996-04-24 04:42:21 +00:00
Jim Meyering
69e6145e1e
[HAVE_LCHOWN]: Define chown to lchown.
1996-04-24 03:44:29 +00:00
Jim Meyering
fb19d01b96
[chown]: Move definition up a little.
1996-04-24 03:41:33 +00:00
Jim Meyering
b380f45a13
[HAVE_LCHOWN]: Define chown to lchown.
1996-04-24 03:41:10 +00:00
Jim Meyering
8e12bada8a
[HAVE_LCHOWN]: Define chown to lchown.
1996-04-24 03:40:18 +00:00
Jim Meyering
ade410fae0
[HAVE_LCHOWN]: Define chown to lchown.
1996-04-24 03:35:55 +00:00
Jim Meyering
78273e9d23
(main): Declare to return int, not void.
1996-04-24 03:24:54 +00:00
Jim Meyering
2b5207bc59
(main): Declare to return int, not void.
1996-04-24 03:23:54 +00:00
Jim Meyering
deeb3e0c49
(usage): Add missing close paren and open paren.
1996-04-24 03:23:37 +00:00
Jim Meyering
674180c97f
(usage): Use FIRST, LAST consistently in description.
1996-04-22 03:20:14 +00:00
Jim Meyering
c264e159a4
(usage): Describe new %V format.
1996-04-22 03:19:14 +00:00
Jim Meyering
d7bf7dee47
(usage): Reflect that now --no-sync is the default.
1996-04-22 03:17:14 +00:00
Jim Meyering
50b029f4d9
(md5_check): Remove spurious `\n' at end of error format string.
1996-04-22 03:00:52 +00:00
Jim Meyering
c07d15973c
(decode_one_format): Use printf's L modifier for long doubles,
...
not `l'. From Eric Backus.
1996-04-21 21:07:13 +00:00
Jim Meyering
5beebbd8da
Include <values.h>.
...
[!BITSPERBYTE]: Define.
[OFF_T_MAX]: Use BITSPERBYTE, not 8, and cast the result to off_t.
1996-04-21 14:17:13 +00:00
Jim Meyering
2411847f16
Include xstrtol.h.
...
[!BITSPERBYTE]: Define.
[!UID_T_MAX]: Define.
[!GID_T_MAX]: Define.
(get_ids): Use xstrtol, not atoi.
(is_number): Remove now-unused function.
1996-04-21 05:18:19 +00:00
Jim Meyering
874f418e03
Remove obsolete FIXME.
1996-04-21 05:15:39 +00:00
Jim Meyering
0126f74936
(decode_switches): Replace two more atoi uses with xstrtol.
1996-04-21 04:45:12 +00:00
Jim Meyering
7d956ece8c
(decode_switches): Use getenv (POSIXLY_CORRECT), not undefined posix_pedantic.
1996-04-21 04:11:43 +00:00
Jim Meyering
ee708ff4aa
(decode_switches): Clean up last change.
...
[posix_pedantic]: Don't consider TABSIZE environment variable.
1996-04-21 04:07:41 +00:00
Jim Meyering
c1f1f8ac3a
(decode_switches): Use xstrtol, not atoi.
...
Detect and ignore invalid value for COLUMNS environment variable.
In error about invalid TABSIZE, don't reference optarg!
1996-04-21 03:52:30 +00:00
Jim Meyering
b76ab178d1
(usage): Improve help message. From Karl Berry.
1996-04-21 03:26:46 +00:00