Age | Commit message (Expand) | Author |
1998-03-21 | (decode_switches): Pass a null pointer instead of address | Jim Meyering |
1998-03-15 | Use #if, not #ifdef with HAVE_ macros. | Jim Meyering |
1998-02-25 | Include new file quotearg.h. | Jim Meyering |
1998-01-23 | add curlies | Jim Meyering |
1998-01-10 | (usage): Correct descriptions of --sort, --time, and -t. | Jim Meyering |
1998-01-10 | (decode_switches) [-u]: Fix bug whereby -u had no effect | Jim Meyering |
1998-01-04 | (main, usage): Check for write error to stdout before exiting. | Jim Meyering |
1997-12-31 | (decode_switches): -h and -H override output units. | Jim Meyering |
1997-12-16 | s/__P/PARAMS/g | Jim Meyering |
1997-12-16 | tweak indentation | Jim Meyering |
1997-12-16 | (struct bin_str): Make len int, not unsigned, to avoid | Jim Meyering |
1997-11-30 | (print_long_format): Rename inner-scoped `buf' arrays to `hbuf' | Jim Meyering |
1997-11-30 | (<inttypes.h>): Include if HAVE_INTTYPES_H. | Jim Meyering |
1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering |
1997-10-23 | Remove stpcpy decl. | Jim Meyering |
1997-10-13 | Bracket inclusion of termios.h with #ifdef HAVE_TERMIOS_H. | Jim Meyering |
1997-10-07 | update bug-reporting address | Jim Meyering |
1997-09-14 | (struct col_info) [valid_len]: Rename from `valid' which conflicted | Jim Meyering |
1997-09-14 | (print_horizontal): Add some non-essential curly braces. | Jim Meyering |
1997-09-14 | (print_many_per_line): Add some non-essential curly braces. | Jim Meyering |
1997-09-02 | [!STDC_HEADERS]: Declare malloc. | Jim Meyering |
1997-07-06 | Add new option: --sort=version (-v). | Jim Meyering |
1997-07-06 | (print_long_format): Reflect changes in semantics of getuser, getgroup. | Jim Meyering |
1997-06-22 | Use variable width columns when printing in multi-column mode. | Jim Meyering |
1997-05-25 | declare strip_trailing_slashes | Jim Meyering |
1997-05-25 | (convert_blocks): Add definition. | Jim Meyering |
1997-03-10 | (decode_switches): Ignore value of COLUMNS envionment | Jim Meyering |
1997-02-20 | (main): Remove trailing slashes from command line arguments. | Jim Meyering |
1997-02-09 | update copyrights for 1997 | Jim Meyering |
1997-02-06 | (quote_filename): Allocate two more bytes (for quotes) | Jim Meyering |
1997-02-03 | (quote_filename): Don't backslash-escape double quotes. | Jim Meyering |
1997-02-02 | [obstack_chunk_alloc]: Define to malloc, not xmalloc | Jim Meyering |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)... | Jim Meyering |
1997-01-28 | (print_long_format): Fix off-by-one problem in size being passed to strftime. | Jim Meyering |
1997-01-26 | Restore dcl of free. with obstacks, you need it. | Jim Meyering |
1997-01-15 | [!STDC_HEADERS]: Remove unnecessary declaration of free. | Jim Meyering |
1997-01-09 | (print_long_format): Cast alloca return value to char*. | Jim Meyering |
1997-01-05 | (print_long_format): Detect and handle strftime failure | Jim Meyering |
1997-01-05 | (print_long_format): NUL-terminate line of output. | Jim Meyering |
1997-01-05 | (print_long_format): First patch from Paul Eggert. | Jim Meyering |
1997-01-05 | (print_long_format): Clean up vestiges of legacy | Jim Meyering |
1996-12-29 | Two problems fixed by these changes from Joakim Rosqvist. | Jim Meyering |
1996-12-28 | Correct obsolete comment referring to macro that is now ls_mode. | Jim Meyering |
1996-12-19 | (gobble_file): Stat symlinks also when printing with | Jim Meyering |
1996-12-04 | (print_color_indicator): Initialize EXT to NULL. | Jim Meyering |
1996-12-03 | (print_color_indicator): Check the file's suffix only | Jim Meyering |
1996-11-30 | (main): Close stdout and check result, in case any deferred writes fail. | Jim Meyering |
1996-11-23 | (usage): Alphabetize option descriptions the way sort -f would. | Jim Meyering |
1996-11-03 | change bug-reporting address | Jim Meyering |