summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-10-04Remove forward dcl of usage.Jim Meyering
1995-10-04(usage): Move to precede all other functions.Jim Meyering
1995-10-04(main): Report `too few/many non-option arguments' then print --helpJim Meyering
output rather than just the latter. Properly interpret obsolescent usage like `join -o 2.1 2.1 2.2'. (usage): Describe POSIX -1, -2 options and deprecate -j* ones
1995-10-04.Jim Meyering
1995-10-04Test SA_INTERRUPT, not _POSIX_VERSION,Jim Meyering
to determine whether `sigaction' functions are available. Reported by Paul Nevai <nevai@ops.mps.ohio-state.edu>. Fix suggested by Karl Berry.
1995-10-03(set_fields): Use memset (not open coded loop) to initialize array.Jim Meyering
1995-10-03Convert a lot of `int' types to `unsigned int' to avoid warnings fromJim Meyering
`gcc -Wall' about comparing signed and unsigned types.
1995-10-03(main): Declare counter, N_STRINGS, to be an integral type, not `char'.Jim Meyering
1995-10-03Correct typos, mostly from Jens Schweikhardt.Jim Meyering
1995-10-01.cJim Meyering
1995-10-01Remove trailing whitespace.Jim Meyering
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