summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-10-16Move struct dcls to precede dcls of file-scope variables.Jim Meyering
(monthtab, keyhead): Separate variable dcls from type dcls.
1995-10-16(usage): Move function definition to precede uses andJim Meyering
remove remove forward dcl. Protoize and add `const' attribute to dcls of lots of formals.
1995-10-14.Jim Meyering
1995-10-13(prjoin): Handle case in which file spec is 0.Jim Meyering
(add_field): Update assertions. (decode_field_spec): For S == "0", set file spec to zero and don't modify *FIELD_INDEX. Otherwise, *FIELD_INDEX gets the zero-based index.
1995-10-13Add tests to exercize -o 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-09.Jim Meyering
1995-10-09.Jim Meyering
1995-10-09Indent cpp directives to reflect nesting.Jim Meyering
1995-10-09Modified from glibc copy.Jim Meyering
1995-10-09(SOURCES): Add strpbrk.c..Jim Meyering
Remove bcopy.c.
1995-10-09.Jim Meyering
1995-10-08.Jim Meyering
1995-10-08(main): Close input files.Jim Meyering
1995-10-08Add alloca junk.Jim Meyering
1995-10-08.Jim Meyering
1995-10-08(add_field): No longer return a value.Jim Meyering
(decode_field_spec): New function. (add_field_list): Rewrite to be more strict about what is accepted. Before, `,1.2' was accepted as valid. (main): Use xstrtol instead atoi. Combine nearly identical -a and -v cases.
1995-10-06.Jim Meyering
1995-10-06.Jim Meyering
1995-10-06Include limits.h.Jim Meyering
[!INT_MAX]: Define it.
1995-10-06[!HAVE_UTIME_H]: Don't declare struct utimbuf here.Jim Meyering
[!HAVE_STRUCT_UTIMBUF]: Declare struct utimbuf here instead.
1995-10-06.Jim Meyering
1995-10-05(read_filesystem_list): Cast -1 to dev_t before assignment.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
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