| Age | Commit message (Expand) | Author | Lines |
| 1995-10-06 | Include limits.h. | Jim Meyering | -0/+12 |
| 1995-10-06 | [!HAVE_UTIME_H]: Don't declare struct utimbuf here. | Jim Meyering | -1/+5 |
| 1995-10-05 | (show_point): Cast -2 to dev_t before assignment. | Jim Meyering | -1/+2 |
| 1995-10-04 | protoize | Jim Meyering | -40/+15 |
| 1995-10-04 | Remove forward dcl of usage. | Jim Meyering | -1/+0 |
| 1995-10-04 | (usage): Move to precede all other functions. | Jim Meyering | -42/+42 |
| 1995-10-04 | (main): Report `too few/many non-option arguments' then print --help | Jim Meyering | -11/+20 |
| 1995-10-04 | Test SA_INTERRUPT, not _POSIX_VERSION, | Jim Meyering | -21/+21 |
| 1995-10-03 | (set_fields): Use memset (not open coded loop) to initialize array. | Jim Meyering | -2/+1 |
| 1995-10-03 | Convert a lot of `int' types to `unsigned int' to avoid warnings from | Jim Meyering | -11/+11 |
| 1995-10-03 | (main): Declare counter, N_STRINGS, to be an integral type, not `char'. | Jim Meyering | -1/+1 |
| 1995-10-01 | Declare stat, xstat. | Jim Meyering | -0/+3 |
| 1995-10-01 | Declare stat, xstat. | Jim Meyering | -0/+3 |
| 1995-09-29 | (dired_dump_obstack): Don't generate any output if the obstack is empty. | Jim Meyering | -13/+19 |
| 1995-09-27 | (decode_one_format): Remove spurious semicolon. | Jim Meyering | -1/+1 |
| 1995-09-26 | (show_point): Ignore mtab entries with either | Jim Meyering | -0/+4 |
| 1995-09-24 | Protoize. | Jim Meyering | -30/+12 |
| 1995-09-23 | (print_kth): Change order of args in compare, and reverse sense of comparison | Jim Meyering | -1/+1 |
| 1995-09-23 | (md5_check): Distinguish between open/read failure and checksum mismatch. | Jim Meyering | -20/+41 |
| 1995-09-20 | (main): Reverse order of `check' and `compute sums' blocks in if-else | Jim Meyering | -12/+12 |
| 1995-09-19 | Rewrite confusing comment. | Jim Meyering | -2/+2 |
| 1995-09-19 | (checkfp): Rearrange loop to avoid duplicate test. | Jim Meyering | -45/+49 |
| 1995-09-18 | Protoize. | Jim Meyering | -17/+6 |
| 1995-09-18 | (main, usage): Remove -h, -s, -v short options. | Jim Meyering | -51/+57 |
| 1995-09-14 | (tempname): Replace `16' with a more readable expansion. | Jim Meyering | -6/+13 |
| 1995-09-14 | (sort): Rename local: ntemp -> n_temp_files, to avoid confusion | Jim Meyering | -7/+7 |
| 1995-08-10 | (main) [handling --string option]: Don't output nonstandard `b' binary flag. | Jim Meyering | -6/+9 |
| 1995-08-09 | (my_strtol): Remove function. | Jim Meyering | -32/+5 |
| 1995-08-09 | (main): Fail if either --verbose or --quiet is specified | Jim Meyering | -8/+15 |
| 1995-08-09 | Include system.h. | Jim Meyering | -0/+1 |
| 1995-08-09 | (md5_check): Fail if no valid line is found. | Jim Meyering | -8/+25 |
| 1995-08-08 | (mergefps) [lint]: Initialize SAVEALLOC to avoid spurious | Jim Meyering | -0/+4 |
| 1995-08-08 | (read_line) [lint]: Initialize CHARS to avoid spurious | Jim Meyering | -0/+4 |
| 1995-08-08 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | -280/+282 |
| 1995-08-07 | (is_number): Rename from isnumber. | Jim Meyering | -4/+4 |
| 1995-08-07 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | -343/+343 |
| 1995-08-05 | (validate): Remove const attribute from formal #1. | Jim Meyering | -1/+1 |
| 1995-08-05 | (__P): No longer define this. It's not used. | Jim Meyering | -7/+0 |
| 1995-08-05 | Protoize. | Jim Meyering | -11/+4 |
| 1995-08-05 | Protoize. | Jim Meyering | -106/+31 |
| 1995-08-05 | (save_cwd, restore_cwd, free_cwd): Remove functions. | Jim Meyering | -83/+12 |
| 1995-08-05 | (decode_switches): Set SORT_TYPE. Before, ls -c was sorting | Jim Meyering | -0/+1 |
| 1995-08-05 | (isnumber): Rename to is_number to avoid conflict with | Jim Meyering | -18/+20 |
| 1995-08-02 | . | Jim Meyering | -0/+458 |
| 1995-07-30 | (md5_check): Use getline instead of fgets. | Jim Meyering | -6/+14 |
| 1995-07-30 | Add parens to clarify ?: expression. | Jim Meyering | -1/+1 |
| 1995-07-30 | (check): Print `disorder on...' message on standard error, not stdout. | Jim Meyering | -1/+8 |
| 1995-07-27 | Remove spurious space. | Jim Meyering | -1/+1 |
| 1995-07-27 | (tail_bytes) [from_start]: For regular files, seek | Jim Meyering | -8/+39 |
| 1995-07-27 | (have_read_stdin): New global variable. | Jim Meyering | -54/+84 |