Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-16 | . | Jim Meyering | |
1996-05-16 | (selected_fstype): Move definition to precede use. | Jim Meyering | |
Remove prototype. Declare parameter FSTYPE to be const. (excluded_fstype): Likewise. (main): Fail with a diagnostic if both --human-readable and --portability are used. Likewise if --megabytes and --portability are used. | |||
1996-05-16 | (do_link): Declare pointer parameters to be const. | Jim Meyering | |
1996-05-16 | (describe_change): Declare pointer parameters to be const. | Jim Meyering | |
(change_file_mode): Likewise. (change_dir_mode): Likewise. | |||
1996-05-15 | (md5_t_stats): Restructure pluralization of error message so it's easier | Jim Meyering | |
to translate. | |||
1996-05-15 | (print_stats): Restructure pluralization of error message so it's easier | Jim Meyering | |
to translate. | |||
1996-05-15 | (main): Restructure pluralization of error message so it's easier to translate. | Jim Meyering | |
1996-05-06 | (main): Use fputs, not puts. Avoids spurious newline. | Jim Meyering | |
1996-05-05 | Look for SYSTEM_FILE, not USER_FILE in SHAREDIR. | Jim Meyering | |
1996-05-05 | Make enumerated constants upper case. | Jim Meyering | |
(main): Don't rely on ANSI-style string concatenation. Add `static' and/or `const' to some file scope variables. | |||
1996-05-05 | Remove useless void casts of *printf return values. | Jim Meyering | |
1996-05-05 | [IN_CTYPE_DOMAIN]: Rename from ISASCII. | Jim Meyering | |
1996-05-02 | . | Jim Meyering | |
1996-05-02 | (parse_ls_color, usage): Remove support for alternate spellings: | Jim Meyering | |
--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-01 | (parse_ls_color, usage): Remove support for alternate spellings: | Jim Meyering | |
--colours and LS_COLOURS. | |||
1996-04-30 | (usage): Change TAB in message to spaces. Doing that seems | Jim Meyering | |
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 | (main): Separate messages about `too few' and `too many' | Jim Meyering | |
arguments to ease translation. From Franc,ois. | |||
1996-04-30 | Mark translatable strings. | Jim Meyering | |
(main): Separate messages about `too few' and `too many' arguments to ease translation. From Franc,ois. | |||
1996-04-30 | Mark translatable strings. | Jim Meyering | |
1996-04-29 | (print_name_with_quoting): Add braces around inner if-else stmt. | Jim Meyering | |
1996-04-29 | (LEN_STR_PAIR): New macro. | Jim Meyering | |
(color_indicator): Use it in this declaration. (parse_ls_color): Use error, not fprintf. (decode_switches): Add a comment. | |||
1996-04-29 | (parse_ls_color): Use strcpy to initialize 3-character array. | Jim Meyering | |
Automatic aggregate initialization isn't portable. | |||
1996-04-29 | Remove all ^L's. | Jim Meyering | |
(get_funky_string): Declare static and move to precede single caller: parse_ls_color. | |||
1996-04-29 | (get_funky_string): Upper-case anon. union `state'. | Jim Meyering | |
1996-04-29 | Apply color ls changes from Drepper. | Jim Meyering | |
1996-04-29 | . | Jim Meyering | |
1996-04-29 | FIXME | Jim Meyering | |
1996-04-29 | . | Jim Meyering | |
1996-04-29 | (main): Give a better diagnostic for `sort -0'. Reported by Karl Berry. | Jim Meyering | |
1996-04-29 | (copy_rest): Don't copy past end of prefix. Output | Jim Meyering | |
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-27 | Fri Apr 26 05:52:03 1996 Karl Eichwalder <ke@ke.Central.DE> | Jim Meyering | |
* ls.c (usage): Add newline at end of printf format string. | |||
1996-04-25 | (main): Use verbose_fmt_string, not string literal in | Jim Meyering | |
call to make_path for --parents. From Uli. | |||
1996-04-25 | (do_link): With --force, don't remove DEST when it's | Jim Meyering | |
the same as SOURCE. Before, `ln -f FILE FILE' would remove FILE. Reported by Bruno Haible. | |||
1996-04-25 | (do_link): Remove duplicate `if (lstat' block. | Jim Meyering | |
1996-04-24 | (usage): The long-named arg is --human-readable, not --human. | Jim Meyering | |
1996-04-24 | Be consistent. Accept --human-readable, not --human. | Jim Meyering | |
(usage): Reflect the change. | |||
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | [chown]: Move definition up a little. | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | (main): Declare to return int, not void. | Jim Meyering | |
1996-04-24 | (main): Declare to return int, not void. | Jim Meyering | |
1996-04-24 | (usage): Add missing close paren and open paren. | Jim Meyering | |
1996-04-22 | (usage): Use FIRST, LAST consistently in description. | Jim Meyering | |
1996-04-22 | (usage): Describe new %V format. | Jim Meyering | |
1996-04-22 | (usage): Reflect that now --no-sync is the default. | Jim Meyering | |