Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "-N" option syntax in expand, head, fold, split, tail, unexpand, uniq, and which prohibits options with optional arguments in od and pr. (usage): Document it. (main): Check for obsolete options. (short_options): New constant. (SEP_STRING_OPTION): New enum value. (long_options): Use it. | |||
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "-N" option syntax in expand, head, fold, split, tail, unexpand, uniq, and which prohibits options with optional arguments in od and pr. (usage): Document it. (main): Check for obsolete options. (short_options): New constant. New enum for long options. | |||
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "-N" option syntax in expand, head, fold, split, tail, unexpand, uniq, and which prohibits options with optional arguments in od and pr. (usage): Document it. (main): Check for obsolete options. (header_mode_option): New constant. | |||
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "-N" option syntax in expand, head, fold, split, tail, unexpand, uniq, and which prohibits options with optional arguments in od and pr. (main): Check for obsolete options. (main): Fix bug: -- -N was treated as -N --. | |||
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "-N" option syntax in expand, head, fold, split, tail, unexpand, uniq, and which prohibits options with optional arguments in od and pr. (shortopts): New constant. (main): Check for obsolete options. | |||
2002-02-02 | (OPTARG_POSIX, OBSOLETE_OPTION_WARNINGS): New macros. | Jim Meyering | |
2002-02-01 | *** empty log message *** | Jim Meyering | |
2002-02-01 | * src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds, not every 10. | Jim Meyering | |
(wipename): Quote file names only when necessary. (main): Copy quoted string into malloc'd storage so it doesn't get clobbered when using -u and --verbose. Minor clean-up. * src/shred.c: Use `NULL' rather than `(time_t *) 0'. (dopass): Use STREQ in place of strcmp. Add parentheses around use of nested ternary operator. | |||
2002-02-01 | (VERBOSE_UPDATE): Now counts seconds, not bytes. | Jim Meyering | |
(dopass): If verbose, output a line every VERBOSE_UPDATE seconds, and suppress duplicate output lines. Output a percentage as well as a count of bytes. Also, fix comment/code typo regarding how many bytes have been written; this typo was harmless before, but is no longer harmless with the above change in effect. | |||
2002-02-01 | (rm): Add a comment. | Jim Meyering | |
2002-02-01 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "-N" option syntax in expand, head, fold, split, tail, unexpand, uniq, and which prohibits options with optional arguments in od and pr. (parse_obsolescent_option, main): Likewise. | |||
2002-02-01 | (start_lines): Handle the case in which bytes_read is zero. | Jim Meyering | |
2002-01-28 | *** empty log message *** | Jim Meyering | |
2002-01-28 | (ac-check): Remove, now that we no longer have | Jim Meyering | |
to duplicate that information. | |||
2002-01-28 | *** empty log message *** | Jim Meyering | |
2002-01-28 | *** empty log message *** | Jim Meyering | |
2002-01-28 | *** empty log message *** | Jim Meyering | |
2002-01-28 | *** empty log message *** | Jim Meyering | |
2002-01-27 | *** empty log message *** | Jim Meyering | |
2002-01-27 | tail -n +2 would perform an extra read after encountering EOF | Jim Meyering | |
(start_lines): Detect EOF, inform caller. (tail_lines): Upon EOF in start_lines, return immediately. | |||
2002-01-26 | split a long line | Jim Meyering | |
2002-01-26 | . | Jim Meyering | |
2002-01-26 | (jm_MACROS): Require autoconf-2.52g. | Jim Meyering | |
2002-01-26 | . | Jim Meyering | |
2002-01-26 | *** empty log message *** | Jim Meyering | |
2002-01-26 | (getdate$U.o): Depend on unlocked-io.h. | Jim Meyering | |
2002-01-24 | *** empty log message *** | Jim Meyering | |
2002-01-24 | (START-INFO-DIR-ENTRY): Remove a few entries | Jim Meyering | |
and clean up a few others based on suggestions from Bob Proulx. | |||
2002-01-22 | *** empty log message *** | Jim Meyering | |
2002-01-22 | (skip): Remove redundant check for overflow. | Jim Meyering | |
fseeko's seek argument is already known to be in range, since it is less than the file size. | |||
2002-01-22 | (save_stdin): Report proper errno value after | Jim Meyering | |
fwrite failures. Do not bother to rewind the temp file, as it'll be read backwards anyway. | |||
2002-01-22 | . | Jim Meyering | |
2002-01-22 | *** empty log message *** | Jim Meyering | |
2002-01-22 | (Makefile): Don't depend on $(BUILT_SOURCES). | Jim Meyering | |
Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in. | |||
2002-01-22 | . | Jim Meyering | |
2002-01-22 | header-check: fix it yet again | Jim Meyering | |
2002-01-22 | (header-check): Add `&& :'. | Jim Meyering | |
2002-01-22 | *** empty log message *** | Jim Meyering | |
2002-01-22 | *** empty log message *** | Jim Meyering | |
2002-01-22 | . | Jim Meyering | |
2002-01-22 | update copyright year | Jim Meyering | |
2002-01-22 | (swallow_file_in_memory): Work even if `open' returns 0. | Jim Meyering | |
Check for `close' error. | |||
2002-01-22 | remove the parens I just added to Paul's patch | Jim Meyering | |
2002-01-22 | (EOVERFLOW, fseeko): New macros. | Jim Meyering | |
2002-01-22 | (skip): Use fseeko rather than lseek. | Jim Meyering | |
(Also, check for overflow when converting uintmax_t to off_t.) | |||
2002-01-22 | *** empty log message *** | Jim Meyering | |
2002-01-22 | (jm_MACROS): Require AC_FUNC_FSEEKO. | Jim Meyering | |
2002-01-22 | . | Jim Meyering | |
2002-01-22 | . | Jim Meyering | |
2002-01-22 | *** empty log message *** | Jim Meyering | |