Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-09-21 | Update to reflect changes in md5sum.c. | Jim Meyering | |
Add FIXME with Karl's comm suggestion. | |||
1995-09-20 | (main): Reverse order of `check' and `compute sums' blocks in if-else | Jim Meyering | |
chain to make it a little more readable. | |||
1995-09-19 | . | Jim Meyering | |
1995-09-19 | Rewrite confusing comment. | Jim Meyering | |
1995-09-19 | (checkfp): Rearrange loop to avoid duplicate test. | Jim Meyering | |
Move a couple dcls from function scope into inner block. | |||
1995-09-19 | . | Jim Meyering | |
1995-09-18 | Protoize. | Jim Meyering | |
1995-09-18 | (main, usage): Remove -h, -s, -v short options. | Jim Meyering | |
Rename --verbose to --warn, --quiet to --status. (main): Handle --help and --version using parse_long_options. (md5_check): Check ferror. | |||
1995-09-14 | (tempname): Replace `16' with a more readable expansion. | Jim Meyering | |
Make sure that SEQ never exceeds 99999. | |||
1995-09-14 | (sort): Rename local: ntemp -> n_temp_files, to avoid confusion | Jim Meyering | |
with another local, ntmp. | |||
1995-09-13 | Fix typo in comment. | Jim Meyering | |
1995-08-11 | . | Jim Meyering | |
1995-08-11 | . | Jim Meyering | |
1995-08-10 | (main) [handling --string option]: Don't output nonstandard `b' binary flag. | Jim Meyering | |
1995-08-09 | . | Jim Meyering | |
1995-08-09 | (my_strtol): Remove function. | Jim Meyering | |
(main): Use xstrtol instead. | |||
1995-08-09 | Include config.h. | Jim Meyering | |
Define bcopy to memcpy if possible. | |||
1995-08-09 | Indent cpp directives. | Jim Meyering | |
1995-08-09 | . | Jim Meyering | |
1995-08-09 | (main): Fail if either --verbose or --quiet is specified | Jim Meyering | |
when not verifying checksums. | |||
1995-08-09 | . | Jim Meyering | |
1995-08-09 | . | Jim Meyering | |
1995-08-09 | . | Jim Meyering | |
1995-08-09 | Include system.h. | Jim Meyering | |
1995-08-09 | (md5_check): Fail if no valid line is found. | Jim Meyering | |
Don't use the word `fail' unless there were failures -- say `all N tests passed.' | |||
1995-08-08 | work on updating md5sum | Jim Meyering | |
1995-08-08 | . | Jim Meyering | |
1995-08-08 | (mergefps) [lint]: Initialize SAVEALLOC to avoid spurious | Jim Meyering | |
compiler warning. From Ulrich Drepper. | |||
1995-08-08 | (read_line) [lint]: Initialize CHARS to avoid spurious | Jim Meyering | |
compiler warning. From Ulrich Drepper. | |||
1995-08-08 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | |
1995-08-08 | . | Jim Meyering | |
1995-08-07 | Declare xmalloc, xrealloc rather than including xalloc.h. | Jim Meyering | |
1995-08-07 | . | Jim Meyering | |
1995-08-07 | Add FIXME comments. | Jim Meyering | |
1995-08-07 | (is_number): Rename from isnumber. | Jim Meyering | |
1995-08-07 | . | Jim Meyering | |
1995-08-07 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | |
1995-08-06 | Sort examples. | Jim Meyering | |
1995-08-06 | . | Jim Meyering | |
1995-08-06 | . | Jim Meyering | |
1995-08-05 | (validate): Remove const attribute from formal #1. | Jim Meyering | |
It may be modified. | |||
1995-08-05 | (__P): No longer define this. It's not used. | Jim Meyering | |
1995-08-05 | . | Jim Meyering | |
1995-08-05 | Protoize. | Jim Meyering | |
1995-08-05 | Protoize. | Jim Meyering | |
1995-08-05 | (isnumber): Rename to is_number. | Jim Meyering | |
(parse_user_spec): Rename uses, too. | |||
1995-08-05 | . | Jim Meyering | |
1995-08-05 | (save_cwd, restore_cwd, free_cwd): Remove functions. | Jim Meyering | |
New versions have been broken out into save-cwd.c. (du_files): Adapt to handle status code returned by new versions of save_cwd and restore_cwd. (count_entry): Likewise. | |||
1995-08-05 | (decode_switches): Set SORT_TYPE. Before, ls -c was sorting | Jim Meyering | |
by name, rather than change time. Reported by Ken Estes (m-ke0082@sparky.cs.nyu.edu). | |||
1995-08-05 | (SOURCES, OBJECTS, DISTFILES): Update for new files, save-cwd.[ch]. | Jim Meyering | |