summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1995-10-26(xfopen): Rewrite using open/fdopen in order to setJim Meyering
1995-10-20(BEGIN_STATE): Use INT_MAX - 1 so as not to interfere with large repeat counts.Jim Meyering
1995-10-19Indent cpp directives.Jim Meyering
1995-10-19(build_spec_list): Propagate interface change.Jim Meyering
1995-10-19(struct E_string): Define.Jim Meyering
1995-10-19Break lines longer than 79-80 chars.Jim Meyering
1995-10-18Use HAVE_SYS_WAIT_H, not _POSIX_VERSION in conditionalJim Meyering
1995-10-18Use HAVE_SYS_IOCTL_H, rather than !_POSIX_SOURCE || _AIX.Jim Meyering
1995-10-18(duplicate_entry): Always return 0 if !D_INO_IN_DIRENT, rather thanJim Meyering
1995-10-18(main): Fail if the same file system type was both selected and excluded.Jim Meyering
1995-10-18[endgrent]: Test !HAVE_ENDGRENT rather than _POSIX_SOURCE.Jim Meyering
1995-10-18[endpwent]: Test !HAVE_ENDPWENT rather than _POSIX_SOURCE.Jim Meyering
1995-10-18Prootize.Jim Meyering
1995-10-17Add `const' attribute to dcls of lots of formals.Jim Meyering
1995-10-17Protoize.Jim Meyering
1995-10-17Protoize.Jim Meyering
1995-10-17Reorder functions to obviate forward dcls. Remove forward dcls.Jim Meyering
1995-10-17Reorder functions to obviate forward dcls. Remove forward dcls.Jim Meyering
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