summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1995-10-17Protoize. Reorder functions to obviate forward dcls. Remove forward dcls.Jim Meyering
1995-10-17Protoize. Reorder functions to obviate forward dcls.Jim Meyering
1995-10-16Protoize.Jim Meyering
1995-10-16Move struct dcls to precede dcls of file-scope variables.Jim Meyering
1995-10-16(usage): Move function definition to precede uses andJim Meyering
1995-10-13(prjoin): Handle case in which file spec is 0.Jim Meyering
1995-10-13(prjoin): Rewrite loop that iterates over field specs.Jim Meyering
1995-10-12(add_field_list): Allow SPACE and TAB as well as `,' as list item separators.Jim Meyering
1995-10-12Remove bogus FIXME.Jim Meyering
1995-10-08(main): Close input files.Jim Meyering
1995-10-08Add alloca junk.Jim Meyering
1995-10-08(add_field): No longer return a value.Jim Meyering
1995-10-06Include limits.h.Jim Meyering
1995-10-06[!HAVE_UTIME_H]: Don't declare struct utimbuf here.Jim Meyering
1995-10-05(show_point): Cast -2 to dev_t before assignment.Jim Meyering
1995-10-04protoizeJim Meyering
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
1995-10-04Test SA_INTERRUPT, not _POSIX_VERSION,Jim Meyering
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
1995-10-03(main): Declare counter, N_STRINGS, to be an integral type, not `char'.Jim Meyering
1995-10-01Declare stat, xstat.Jim Meyering
1995-10-01Declare stat, xstat.Jim Meyering
1995-09-29(dired_dump_obstack): Don't generate any output if the obstack is empty.Jim Meyering
1995-09-27(decode_one_format): Remove spurious semicolon.Jim Meyering
1995-09-26(show_point): Ignore mtab entries with eitherJim Meyering
1995-09-24Protoize.Jim Meyering
1995-09-23(print_kth): Change order of args in compare, and reverse sense of comparisonJim Meyering
1995-09-23(md5_check): Distinguish between open/read failure and checksum mismatch.Jim Meyering
1995-09-20(main): Reverse order of `check' and `compute sums' blocks in if-elseJim Meyering
1995-09-19Rewrite confusing comment.Jim Meyering
1995-09-19(checkfp): Rearrange loop to avoid duplicate test.Jim Meyering
1995-09-18Protoize.Jim Meyering
1995-09-18(main, usage): Remove -h, -s, -v short options.Jim Meyering
1995-09-14(tempname): Replace `16' with a more readable expansion.Jim Meyering
1995-09-14(sort): Rename local: ntemp -> n_temp_files, to avoid confusionJim Meyering
1995-08-10(main) [handling --string option]: Don't output nonstandard `b' binary flag.Jim Meyering
1995-08-09(my_strtol): Remove function.Jim Meyering
1995-08-09(main): Fail if either --verbose or --quiet is specifiedJim Meyering
1995-08-09Include system.h.Jim Meyering
1995-08-09(md5_check): Fail if no valid line is found.Jim Meyering
1995-08-08(mergefps) [lint]: Initialize SAVEALLOC to avoid spuriousJim Meyering
1995-08-08(read_line) [lint]: Initialize CHARS to avoid spuriousJim Meyering
1995-08-08Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-08-07(is_number): Rename from isnumber.Jim Meyering
1995-08-07Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-08-05(validate): Remove const attribute from formal #1.Jim Meyering
1995-08-05(__P): No longer define this. It's not used.Jim Meyering