Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-02 | (main): Rename local I to C to avoid shadowing and to | Jim Meyering | |
be more consistent. Declare I in inner scopes. | |||
1997-02-02 | Gutted code -- pieces are in copy.[ch]. | Jim Meyering | |
1997-02-02 | . | Jim Meyering | |
1997-02-02 | . | Jim Meyering | |
1997-02-01 | . | Jim Meyering | |
1997-02-01 | (init_parameters): For compatibility: use default | Jim Meyering | |
separator `TAB' with full length lines. From Roland Huebner. | |||
1997-02-01 | (usage): Make parenthetical note on --no-dereference a little more general. | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | Rename globals buffer and buffer_size to have G_ prefix | Jim Meyering | |
to avoid shadowing local variables. | |||
1997-02-01 | (add_line_number): Rename from `number' to avoid shadowing local variables. | Jim Meyering | |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1997-01-30 | . | Jim Meyering | |
1997-01-28 | (usage): Remove one space in message to make colons line up. | Jim Meyering | |
1997-01-28 | (print_long_format): Fix off-by-one problem in size being passed to strftime. | Jim Meyering | |
1997-01-27 | really make the messages identical | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | (usage): Fix typo (--writeable -> --writable) in help output | Jim Meyering | |
1997-01-26 | (parse_options): Add quotes to make messages identical. | Jim Meyering | |
1997-01-26 | Restore dcl of free. with obstacks, you need it. | Jim Meyering | |
1997-01-26 | Revert last change. With obstack, dcl of free is *required*. | Jim Meyering | |
1997-01-26 | (count_entry): Fix blatant bug (typo?) that made | Jim Meyering | |
--megabytes report numbers in units of kilobytes. Reported by Galen Hazelwood. | |||
1997-01-26 | (print_factors): Reflect changes to xstrtoul interface. | Jim Meyering | |
1997-01-26 | (parse_options): Remove unnecessary goto and label. | Jim Meyering | |
1997-01-26 | (parse_obsolescent_option): Comment. | Jim Meyering | |
1997-01-26 | (is_ancestor): Add it. | Jim Meyering | |
1997-01-25 | update for changed xstrtou?l | Jim Meyering | |
1997-01-25 | fix copyright filling | Jim Meyering | |
1997-01-25 | fix copyright filling | Jim Meyering | |
1997-01-25 | . | Jim Meyering | |
1997-01-24 | (parse_obsolescent_option): Recognize and fail for | Jim Meyering | |
more malformed obsolescent options. Makes for better diagnostics. | |||
1997-01-23 | (parse_options): New function. | Jim Meyering | |
(parse_obsolescent_option): New function. (main): Use the new functions instead of open-coding them. This better fixes the bug in handling obsolescent `+Nc' options. General cleanup. | |||
1997-01-22 | (main): Properly handle what the POSIX spec calls | Jim Meyering | |
the `obsolescent' usage (e.g., tail +2c). It didn't work. Reported by Karl Heuer. | |||
1997-01-18 | Include getdate.h. | Jim Meyering | |
(<time.h>, <sys/time.h>): Don't include -- now getdate.h does it. | |||
1997-01-15 | [!STDC_HEADERS]: Remove unnecessary declaration of free. | Jim Meyering | |
1997-01-15 | [!STDC_HEADERS]: Remove unnecessary declaration of free. | Jim Meyering | |
1997-01-15 | Add struct dir_list and is_ancestor. | Jim Meyering | |
1997-01-11 | . | Jim Meyering | |
1997-01-11 | . | Jim Meyering | |
1997-01-09 | (print_long_format): Cast alloca return value to char*. | Jim Meyering | |
1997-01-08 | (main): Work around failures induced by new version of | Jim Meyering | |
getopt.c by not modifying optind before the first getopt_long call in main. With suggestions from Ulrich Drepper. | |||
1997-01-05 | (print_long_format): Detect and handle strftime failure | Jim Meyering | |
due to pathologically long strings in locale tables. Patch from Paul Eggert. (print_long_format): Change references to BIGBUF in use of FPUT macro to references to BUF. Use 11 (not 20) bytes for mode string buffer. | |||
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 | |
ctime-oriented code. With internationalization and strftime, you can't presume that %a expands to a 3-byte string. Reported by Ross Ridge. | |||
1997-01-03 | (init_fps): Initialize lines_stored field in three places. | Jim Meyering | |
This avoids uninitialized memory reads in close_file. | |||
1996-12-30 | (init_header): Plug a small memory leak by using stack | Jim Meyering | |
rather than heap for a 15-byte temporary buffer. |