Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-10-19 | Indent cpp directives. | Jim Meyering | |
1995-10-19 | (build_spec_list): Propagate interface change. | Jim Meyering | |
(parse_str): Likewise. | |||
1995-10-19 | (struct E_string): Define. | Jim Meyering | |
(unquote): Convert string to E_string instead of overwriting input. Backslash-escaped non-special characters are marked as quoted in E_string. (build_spec_list): Convert outer switch stmt to an if-stmt. (parse_str): Update sole caller of unquote. | |||
1995-10-19 | New version from FSF. | Jim Meyering | |
1995-10-19 | Break lines longer than 79-80 chars. | Jim Meyering | |
1995-10-19 | . | Jim Meyering | |
1995-10-18 | Use HAVE_SYS_WAIT_H, not _POSIX_VERSION in conditional | Jim Meyering | |
inclusion of sys/wait.h. [endgrent]: Test !HAVE_ENDGRENT rather than _POSIX_SOURCE. [endpwent]: Test !HAVE_ENDPWENT rather than _POSIX_SOURCE. | |||
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 | |
if _POSIX_SOURCE | |||
1995-10-18 | . | Jim Meyering | |
1995-10-18 | . | 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 | |
[endgrent]: Remove unused definition. | |||
1995-10-18 | [HAVE_ENDGRENT]: Define away endgrent. | Jim Meyering | |
[HAVE_ENDPWENT]: Define away endpwent. | |||
1995-10-18 | Use _POSIX_VERSION, not _POSIX_SOURCE. | Jim Meyering | |
1995-10-18 | Merge latest change from FSF. | Jim Meyering | |
1995-10-18 | Get latest from FSF. | Jim Meyering | |
1995-10-18 | . | 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 | |
Remove forward dcls. | |||
1995-10-16 | Protoize. | Jim Meyering | |
Reorder functions to obviate forward dcls. Remove forward dcls. | |||
1995-10-16 | Move 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 and | Jim 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-13 | Add 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-12 | Remove bogus FIXME. | Jim Meyering | |
1995-10-09 | . | Jim Meyering | |
1995-10-09 | . | Jim Meyering | |
1995-10-09 | Indent cpp directives to reflect nesting. | Jim Meyering | |
1995-10-09 | Modified 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-08 | Add 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-06 | Include limits.h. | Jim Meyering | |
[!INT_MAX]: Define it. |