Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Include argmatch.h. | Jim Meyering | |
1995-11-29 | Mark all translatable strings using po-mode.el. | Jim Meyering | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-10 | (parse_ls_color): Use strcpy to initialize 3-character array. | Jim Meyering | |
Automatic aggregate initialization isn't portable. | |||
1995-11-09 | Protect prototypes with __P. | Jim Meyering | |
1995-11-09 | (enum filetype): Move dcl to precede prototypes. | Jim Meyering | |
(struct fileinfo): Likewise. Add const attribute to some parameters. | |||
1995-11-09 | Protoize. | Jim Meyering | |
1995-10-18 | Use HAVE_SYS_IOCTL_H, rather than !_POSIX_SOURCE || _AIX. | Jim Meyering | |
1995-09-29 | (dired_dump_obstack): Don't generate any output if the obstack is empty. | Jim Meyering | |
(main): Always initialize and dump subdired_obstack, not just if -R. `ls -lDR dir dir2' was using uninitialized subdired_obstack. Reported by Samuli K{rkk{inen <hskarkka@snakemail.hut.fi>. | |||
1995-08-05 | (decode_switches): Set SORT_TYPE. Before, ls -c was sorting | Jim Meyering | |
by name, rather than change time. Reported by Ken Estes (m-ke0082@sparky.cs.nyu.edu). | |||
1995-06-22 | (main): Include program name in --version output. | Jim Meyering | |
1995-05-22 | (usage): Add one or two lines of descriptive text. | Jim Meyering | |
1995-05-13 | Use stat (lstat), not safe_stat (safe_lstat). | Jim Meyering | |
1995-05-02 | (quote_filename): Never return NULL when quoting filenames | Jim Meyering | |
as C-strings. --quote-name was quoting only strings containing at least one C-quotable character. Reported by David J. MacKenzie. | |||
1995-03-10 | add 1995 to Copyright dates | Jim Meyering | |
1995-02-27 | (color_indicator[0]): Add missing `['. | Jim Meyering | |
1995-01-27 | Rename SAFE_STAT and SAFE_LSTAT to lower case names. | Jim Meyering | |
1994-12-27 | Include "error.h" rather than simply declaring `void error ();'. | Jim Meyering | |
1994-11-28 | Make some globals `static' and/or `const'. | Jim Meyering | |
(LEN_STR_PAIR): New macro. (decode_switches): Only ignore invalid TABSET value instead of dying. (parse_ls_color): Use error, not fprintf. (print_type_indicator): Remove dcls of two unused variables. | |||
1994-11-28 | indent | Jim Meyering | |
1994-11-28 | (indent): Use TABs only when doing so replaces at least two spaces. | Jim Meyering | |
1994-11-28 | `colorize' patch from Drepper. | Jim Meyering | |
1994-11-04 | Include <limits.h> before system.h because limits.h on | Jim Meyering | |
some systems undefines PATH_MAX, whereas system.h includes pathmax.h which sets PATH_MAX. From Kaveh Ghazi. | |||
1994-10-31 | . | Jim Meyering | |
1994-10-28 | . | Jim Meyering | |
1994-10-28 | . | Jim Meyering | |
1994-10-27 | merge with 3.9q | Jim Meyering | |
1994-10-20 | . | Jim Meyering | |
1994-10-20 | . | Jim Meyering | |
1994-10-18 | . | Jim Meyering | |
1994-10-13 | merge with 3.9n | Jim Meyering | |
1994-10-10 | . | Jim Meyering | |
1994-10-02 | . | Jim Meyering | |
1994-07-30 | . | Jim Meyering | |
1994-06-30 | . | Jim Meyering | |
1993-12-17 | merge with 3.9b | Jim Meyering | |
1993-10-26 | merge with 3.9a | Jim Meyering | |
1993-10-19 | merge with 3.8.4k | Jim Meyering | |
1993-10-18 | add newline back, but only for --help output | Jim Meyering | |
1993-10-18 | Change `fprintf (stdout' to `printf ('. | Jim Meyering | |
1993-10-18 | remove extra newline in usage message | Jim Meyering | |
1993-10-17 | merge with 3.8.4g | Jim Meyering | |
1993-10-13 | merge with 3.8.4e | Jim Meyering | |
1993-10-12 | merge with 3.8.4b | Jim Meyering | |
1993-10-09 | merge with 3.8.4 | Jim Meyering | |
1993-10-09 | merge with 3.8.3e | Jim Meyering | |
1993-10-08 | merge with 3.8.3d | Jim Meyering | |
1993-10-06 | merge with 3.8.3b | Jim Meyering | |
1993-10-06 | merge with 3.8.3a | Jim Meyering | |