Age | Commit message (Expand) | Author |
1995-10-20 | (BEGIN_STATE): Use INT_MAX - 1 so as not to interfere with large repeat counts. | Jim Meyering |
1995-10-19 | Indent 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-19 | Break lines longer than 79-80 chars. | Jim Meyering |
1995-10-18 | Use HAVE_SYS_WAIT_H, not _POSIX_VERSION in conditional | Jim Meyering |
1995-10-18 | Use 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 than | Jim 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-18 | Prootize. | Jim Meyering |
1995-10-17 | Add `const' attribute to dcls of lots of formals. | Jim Meyering |
1995-10-17 | Protoize. | Jim Meyering |
1995-10-17 | Protoize. | Jim Meyering |
1995-10-17 | Reorder functions to obviate forward dcls. Remove forward dcls. | Jim Meyering |
1995-10-17 | Reorder functions to obviate forward dcls. Remove forward dcls. | Jim Meyering |
1995-10-17 | Protoize. Reorder functions to obviate forward dcls. Remove forward dcls. | Jim Meyering |
1995-10-17 | Protoize. Reorder functions to obviate forward dcls. | Jim Meyering |
1995-10-16 | Protoize. | Jim Meyering |
1995-10-16 | Move struct dcls to precede dcls of file-scope variables. | Jim Meyering |
1995-10-16 | (usage): Move function definition to precede uses and | Jim 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-12 | Remove bogus FIXME. | Jim Meyering |
1995-10-08 | (main): Close input files. | Jim Meyering |
1995-10-08 | Add alloca junk. | Jim Meyering |
1995-10-08 | (add_field): No longer return a value. | Jim Meyering |
1995-10-06 | Include 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-04 | protoize | Jim Meyering |
1995-10-04 | Remove 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 --help | Jim Meyering |
1995-10-04 | Test 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-03 | Convert a lot of `int' types to `unsigned int' to avoid warnings from | Jim Meyering |
1995-10-03 | (main): Declare counter, N_STRINGS, to be an integral type, not `char'. | Jim Meyering |
1995-10-01 | Declare stat, xstat. | Jim Meyering |
1995-10-01 | Declare 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 either | Jim Meyering |
1995-09-24 | Protoize. | Jim Meyering |
1995-09-23 | (print_kth): Change order of args in compare, and reverse sense of comparison | Jim 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-else | Jim Meyering |
1995-09-19 | Rewrite confusing comment. | Jim Meyering |