summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-11*** empty log message ***Jim Meyering
2002-02-11From Bruno HaibleJim Meyering
(print_esc): Call print_unicode_char with exit_on_error = false.
2002-02-11*** empty log message ***Jim Meyering
2002-02-112002-02-02 Paul Eggert <eggert@twinsun.com>Jim Meyering
Bruno Haible <bruno@clisp.org> * unicodeio.c (unicode_to_mb): New function, extracted from print_unicode_char. Call failure callback instead of error. (fwrite_success_callback): New function. (exit_failure_callback): New function. (fallback_failure_callback): New function. (print_unicode_char): Call unicode_to_mb.
2002-02-112002-02-02 Paul Eggert <eggert@twinsun.com>Jim Meyering
Bruno Haible <bruno@clisp.org> * unicodeio.c (unicode_to_mb): New function, extracted from print_unicode_char. Call failure callback instead of error. (fwrite_success_callback): New function. (exit_failure_callback): New function. (fallback_failure_callback): New function. (print_unicode_char): Call unicode_to_mb.
2002-02-11.Jim Meyering
2002-02-11*** empty log message ***Jim Meyering
2002-02-11(TESTS): Add head-pos.Jim Meyering
2002-02-11*** empty log message ***Jim Meyering
2002-02-11(head_lines): If we have read too much data, tryJim Meyering
to seek back to the position we would have gotten to had we been reading one byte at a time. POSIX currently doesn't require this, but it's easy to do and some software relies on it.
2002-02-11New file/test for the change of 2002-02-08.Jim Meyering
2002-02-11*** empty log message ***Jim Meyering
2002-02-11*** empty log message ***Jim Meyering
2002-02-11(unquote): Make comment a little clearer.Jim Meyering
2002-02-10*** empty log message ***Jim Meyering
2002-02-02*** empty log message ***Jim Meyering
2002-02-02(main): Prepend `warning: ' to the diagnostic, so it'sJim Meyering
consistent with all of the other `... is obsolete...' diagnostics.
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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 this. (shortopts): New constant. (main): Check for obsolete options.
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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 this. (shortopts): New constant. (main): Check for obsolete options.
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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 this. (main): Check for obsolete options. (shortopts): New constant. (main): Use -1, not EOF, for getopt_long.
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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. (short_options): New constant.
2002-02-02*** empty log message ***Jim Meyering
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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-02Add more support for POSIX 1003.1-2001, which requires removal forJim 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-01Add more support for POSIX 1003.1-2001, which requires removal forJim 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 haveJim 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-27tail -n +2 would perform an extra read after encountering EOFJim Meyering
(start_lines): Detect EOF, inform caller. (tail_lines): Upon EOF in start_lines, return immediately.
2002-01-26split a long lineJim 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 entriesJim Meyering
and clean up a few others based on suggestions from Bob Proulx.