bracket bug address with <> and append a period
[platform/upstream/coreutils.git] / src / ls.c
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-28 Jim Meyering(print_long_format): Fix off-by-one problem in size...
1997-01-26 Jim MeyeringRestore dcl of free. with obstacks, you need it.
1997-01-15 Jim Meyering[!STDC_HEADERS]: Remove unnecessary declaration of...
1997-01-09 Jim Meyering(print_long_format): Cast alloca return value to char*.
1997-01-05 Jim Meyering(print_long_format): Detect and handle strftime failure
1997-01-05 Jim Meyering(print_long_format): NUL-terminate line of output.
1997-01-05 Jim Meyering(print_long_format): First patch from Paul Eggert.
1997-01-05 Jim Meyering(print_long_format): Clean up vestiges of legacy
1996-12-29 Jim MeyeringTwo problems fixed by these changes from Joakim Rosqvist.
1996-12-28 Jim MeyeringCorrect obsolete comment referring to macro that is...
1996-12-19 Jim Meyering(gobble_file): Stat symlinks also when printing with
1996-12-04 Jim Meyering(print_color_indicator): Initialize EXT to NULL.
1996-12-03 Jim Meyering(print_color_indicator): Check the file's suffix only
1996-11-30 Jim Meyering(main): Close stdout and check result, in case any...
1996-11-23 Jim Meyering(usage): Alphabetize option descriptions the way sort...
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyering(gobble_file): Set linkok for non-orphaned symlinks.
1996-10-29 Jim Meyering(decode_switches): Make -A set really_all_files to...
1996-10-13 Jim Meyering(print_long_format): Use strftime of localtime
1996-10-09 Jim Meyering(usage): Improve brief descriptions of --sort and ...
1996-10-08 Jim Meyering(usage): Improve usage messages
1996-10-05 Jim Meyering(print_long_format): Add support for Cray's migrated...
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-08-31 Jim Meyering(usage): remove spurious trailing \n in puts.
1996-08-29 Jim Meyering(usage): Tell where to report bugs.
1996-07-08 Jim MeyeringMake initial colors for `color_indicator' match those
1996-07-08 Jim MeyeringInclude termios.h.
1996-07-04 Jim Meyering(main): Fix typo in last change.
1996-07-04 Jim MeyeringMake `dir --version' and `vdir --version' print their...
1996-07-03 Jim Meyering(usage): Add omitted \n\ at the end of a line in the...
1996-06-29 Jim MeyeringRemove u from Colour.
1996-06-25 Jim Meyering(decode_switches): Allow 0 as argument to --tabsize...
1996-06-19 Jim Meyering(parse_ls_color): Use STREQ here instead of strcmp...
1996-06-19 Jim Meyering(decode_switches): Correct typo in error message: eniro...
1996-06-02 Jim MeyeringDeclare pointer parameters const as appropriate.
1996-06-01 Jim Meyering(decode_switches): Set print_with_color in one statement.
1996-06-01 Jim MeyeringRename options and internal variables to reflect change to
1996-05-23 Jim Meyering(usage): Make --literal (-N) description clearer.
1996-05-02 Jim Meyering.
1996-05-02 Jim Meyering(parse_ls_color, usage): Remove support for alternate...
1996-05-01 Jim Meyering(parse_ls_color, usage): Remove support for alternate...
1996-04-29 Jim Meyering(print_name_with_quoting): Add braces around inner...
1996-04-29 Jim Meyering(LEN_STR_PAIR): New macro.
1996-04-29 Jim Meyering(parse_ls_color): Use strcpy to initialize 3-character...
1996-04-29 Jim MeyeringRemove all ^L's.
1996-04-29 Jim Meyering(get_funky_string): Upper-case anon. union `state'.
1996-04-29 Jim MeyeringApply color ls changes from Drepper.
1996-04-27 Jim MeyeringFri Apr 26 05:52:03 1996 Karl Eichwalder <ke@ke.Centr...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-21 Jim Meyering(decode_switches): Replace two more atoi uses with...
1996-04-21 Jim Meyering(decode_switches): Use getenv (POSIXLY_CORRECT), not...
1996-04-21 Jim Meyering(decode_switches): Clean up last change.
1996-04-21 Jim Meyering(decode_switches): Use xstrtol, not atoi.
1996-04-05 Jim MeyeringRemove fixed FIXME.
1996-03-31 Jim Meyering.
1996-03-31 Jim Meyering(quote_filename): Use ISGRAPH and ISPRINT in place of
1996-03-31 Jim MeyeringRip out color support.
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-12 Jim Meyering(main): Initialize for internationalized message suppor...
1995-12-23 Jim Meyering(decode_switches): Make -o a synonym for -lG for compat...
1995-12-22 Jim MeyeringInclude argmatch.h.
1995-11-29 Jim MeyeringMark all translatable strings using po-mode.el.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-10 Jim Meyering(parse_ls_color): Use strcpy to initialize 3-character...
1995-11-09 Jim MeyeringProtect prototypes with __P.
1995-11-09 Jim Meyering(enum filetype): Move dcl to precede prototypes.
1995-11-09 Jim MeyeringProtoize.
1995-10-18 Jim MeyeringUse HAVE_SYS_IOCTL_H, rather than !_POSIX_SOURCE |...
1995-09-29 Jim Meyering(dired_dump_obstack): Don't generate any output if...
1995-08-05 Jim Meyering(decode_switches): Set SORT_TYPE. Before, ls -c was...
1995-06-22 Jim Meyering(main): Include program name in --version output.
1995-05-22 Jim Meyering(usage): Add one or two lines of descriptive text.
1995-05-13 Jim MeyeringUse stat (lstat), not safe_stat (safe_lstat).
1995-05-02 Jim Meyering(quote_filename): Never return NULL when quoting filenames
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
1995-02-27 Jim Meyering(color_indicator[0]): Add missing `['.
1995-01-27 Jim MeyeringRename SAFE_STAT and SAFE_LSTAT to lower case names.
1994-12-27 Jim MeyeringInclude "error.h" rather than simply declaring `void...
1994-11-28 Jim MeyeringMake some globals `static' and/or `const'.
1994-11-28 Jim Meyeringindent
1994-11-28 Jim Meyering(indent): Use TABs only when doing so replaces at least...
1994-11-28 Jim Meyering`colorize' patch from Drepper.
1994-11-04 Jim MeyeringInclude <limits.h> before system.h because limits.h on
1994-10-31 Jim Meyering.
1994-10-28 Jim Meyering.
1994-10-28 Jim Meyering.
1994-10-27 Jim Meyeringmerge with 3.9q
1994-10-20 Jim Meyering.
1994-10-20 Jim Meyering.
1994-10-18 Jim Meyering.
1994-10-13 Jim Meyeringmerge with 3.9n
1994-10-10 Jim Meyering.
1994-10-02 Jim Meyering.
1994-07-30 Jim Meyering.
1994-06-30 Jim Meyering.
next