Age | Commit message (Expand) | Author |
2001-03-04 | (output_char): Reformat so each statement is on a separate line. | Jim Meyering |
2001-03-03 | (die): New function. | Jim Meyering |
2001-03-03 | (xfclose): Add FILE arg, and report the file name | Jim Meyering |
2001-03-03 | (main): When fclose (stdin) fails, do not mention | Jim Meyering |
2001-03-03 | (xfopen): Set have_read_stdin to 1 only if file is "-". | Jim Meyering |
2001-03-03 | (initbuf): If the desired size cannot be | Jim Meyering |
2001-03-03 | (parse_field_count): Comment fix. | Jim Meyering |
2001-03-03 | Tune allocation and comparison of nodes | Jim Meyering |
2001-03-02 | (eolchar, trim_trailing_blanks): Now static. | Jim Meyering |
2001-03-02 | 'sort' race condition fixes. | Jim Meyering |
2001-02-22 | (keycompare): Move declarations of locals, lena and lenb, | Jim Meyering |
2001-02-21 | (main): Remove assignment-in-if-expression. | Jim Meyering |
2001-02-20 | (FULL_TIME_OPTION): Renamed from FULL_TIME, for | Jim Meyering |
2001-02-20 | (SI_OPTION): New enum value. | Jim Meyering |
2001-02-20 | revert last change, until after the release | Jim Meyering |
2001-02-20 | `ls -Fd symlink-to-directory' would print a trailing `/' | Jim Meyering |
2001-02-19 | (AUTHORS): Add Paul Eggert. | Jim Meyering |
2001-02-19 | Fix a race condition: freed storage accessed during a signal handler. | Jim Meyering |
2001-02-19 | Check for input size, and do not overallocate memory. | Jim Meyering |
2001-02-19 | (wc): Rename innermost `buf' to avoid shadowing warning. | Jim Meyering |
2001-02-18 | `chmod 0 file; rm file' would no longer prompt before removal. | Jim Meyering |
2001-02-17 | (main): `quote' the offending argument. | Jim Meyering |
2001-02-17 | (mbrtowc, mbsinit): | Jim Meyering |
2001-02-06 | require 1 argument | Jim Meyering |
2001-02-06 | better comment | Jim Meyering |
2001-02-06 | emit a comment, print numbers one per line | Jim Meyering |
2001-02-06 | remove parens | Jim Meyering |
2001-02-06 | move decl of q into loop | Jim Meyering |
2001-02-06 | remove n0 | Jim Meyering |
2001-02-04 | remove --help --version, etc | Jim Meyering |
2001-02-04 | (usage): Tweak --help output: it prints the _prime_ | Jim Meyering |
2001-02-04 | (is_prime): Remove function. | Jim Meyering |
2001-02-04 | *** empty log message *** | Jim Meyering |
2001-02-04 | *** empty log message *** | Jim Meyering |
2001-02-04 | *** empty log message *** | Jim Meyering |
2001-02-03 | (main): Change type of index variable to `unsigned int' to avoid a warning. | Jim Meyering |
2001-02-03 | (long_opts): Use `strip-trailing-slashes', | Jim Meyering |
2001-02-03 | (long_options): Use `strip-trailing-slashes', | Jim Meyering |
2001-02-03 | Improve the performance of `factor' (more than 2x speed-up for large N). | Jim Meyering |
2001-01-28 | (main): Remove decl of unused local, `len'. | Jim Meyering |
2001-01-28 | (gobble_file): Add a FIXME comment. | Jim Meyering |
2001-01-28 | [FULL_TIME]: Define. | Jim Meyering |
2001-01-26 | (main): Declare local result as non-const, now that it's freed. | Jim Meyering |
2001-01-22 | (remove_file): Correct an expression to avoid making | Jim Meyering |
2001-01-17 | (main): Likewise. | Jim Meyering |
2001-01-17 | (PACKAGE): Likewise. | Jim Meyering |
2001-01-17 | (main): Likewise. | Jim Meyering |
2001-01-17 | (case_GETOPT_VERSION_CHAR): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering |
2001-01-17 | (main): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering |
2001-01-17 | (usage): Convert each TAB in --help output to a sequence of 8 spaces. | Jim Meyering |