Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-10-28 | New option --reference=FILE (-r FILE) analogous to the | Jim Meyering | |
like-named touch option. (main): Recognize it and give diagnostic for misuse. (usage): Describe briefly. From Franc,ois Pinard. (batch_convert): Close input stream also when it's not stdin. (main): Reorganize to do option-consistency checks before all else. | |||
1995-10-28 | . | Jim Meyering | |
1995-10-27 | (batch_convert): Close input stream also when it's not stdin. | Jim Meyering | |
1995-10-26 | (main): Use xfopen, not xtmpopen to open final output file. | Jim Meyering | |
1995-10-26 | (xtmpfopen): New function -- for opening temp files. | Jim Meyering | |
Use it instead of xfopen. | |||
1995-10-26 | . | Jim Meyering | |
1995-10-26 | (xfopen): Rewrite using open/fdopen in order to set | Jim Meyering | |
proper permissions on temporary files. Reported by Erik Corry (erik@kroete2.freinet.de). | |||
1995-10-24 | . | Jim Meyering | |
1995-10-24 | . | Jim Meyering | |
1995-10-21 | . | Jim Meyering | |
1995-10-21 | . | Jim Meyering | |
1995-10-20 | . | Jim Meyering | |
1995-10-20 | (BEGIN_STATE): Use INT_MAX - 1 so as not to interfere with large repeat counts. | Jim Meyering | |
(struct E_string): New struct. (find_closing_delim): Take E_string arg rather than char* and length. (find_bracketed_repeat): Likewise. (star_digits_closebracket): New function. (append_char_class): No longer give diagnostic. (append_equiv_class): No longer give diagnostic. (build_spec_list): Give them here instead, allowing things like [:*][:upper:] that got errors before. Take E_string arg rather than char*. Convert switch stmts into if-then so as to use ES_MATCH. | |||
1995-10-19 | . | Jim Meyering | |
1995-10-19 | . | Jim Meyering | |
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 | |