summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-10-01Declare stat, xstat.Jim Meyering
1995-10-01Declare stat, xstat.Jim Meyering
1995-10-01(SOURCES): Add strtoul.Jim Meyering
1995-10-01(get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: Copy untruncated blockJim Meyering
counts from f_spare array into proper members of struct statfs. From Eirik Fuller (eirik@netapp.com);
1995-09-29.Jim Meyering
1995-09-29.Jim Meyering
1995-09-29(dired_dump_obstack): Don't generate any output if the obstack is empty.Jim Meyering
(main): Always initialize and dump subdired_obstack, not just if -R. `ls -lDR dir dir2' was using uninitialized subdired_obstack. Reported by Samuli K{rkk{inen <hskarkka@snakemail.hut.fi>.
1995-09-27(decode_one_format): Remove spurious semicolon.Jim Meyering
1995-09-27.Jim Meyering
1995-09-26(show_point): Ignore mtab entries with eitherJim Meyering
nonexistent mount points or with inconsistent device number. From Eirik Fuller <eirik@synopsys.com>.
1995-09-25.Jim Meyering
1995-09-24Protoize.Jim Meyering
1995-09-23[REL_ALLOC]: #ifdef-out dcls of unused variables.Jim Meyering
1995-09-23.Jim Meyering
1995-09-23(print_kth): Change order of args in compare, and reverse sense of comparisonJim Meyering
(Hence, no semantic change).
1995-09-23Merge in changes for ConvexOS 11.0.Jim Meyering
1995-09-23New version from FSF.Jim Meyering
1995-09-23(md5_check): Distinguish between open/read failure and checksum mismatch.Jim Meyering
1995-09-23.Jim Meyering
1995-09-23.Jim Meyering
1995-09-23.Jim Meyering
1995-09-21Update 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-elseJim Meyering
chain to make it a little more readable.
1995-09-19.Jim Meyering
1995-09-19Rewrite 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-18Protoize.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 confusionJim Meyering
with another local, ntmp.
1995-09-13Fix 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-09Include config.h.Jim Meyering
Define bcopy to memcpy if possible.
1995-08-09Indent cpp directives.Jim Meyering
1995-08-09.Jim Meyering
1995-08-09(main): Fail if either --verbose or --quiet is specifiedJim Meyering
when not verifying checksums.
1995-08-09.Jim Meyering
1995-08-09.Jim Meyering
1995-08-09.Jim Meyering
1995-08-09Include 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-08work on updating md5sumJim Meyering
1995-08-08.Jim Meyering
1995-08-08(mergefps) [lint]: Initialize SAVEALLOC to avoid spuriousJim Meyering
compiler warning. From Ulrich Drepper.
1995-08-08(read_line) [lint]: Initialize CHARS to avoid spuriousJim Meyering
compiler warning. From Ulrich Drepper.