summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-08.Jim Meyering
2003-09-08Add a comment.Jim Meyering
2003-09-08.Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07(D_INO, ENABLE_CYCLE_CHECK) [D_INO_IN_DIRENT]:Jim Meyering
Don't define. These symbols are no longer used.
2003-09-07*** empty log message ***Jim Meyering
2003-09-07Write ^D as \cD.Jim Meyering
Complete the change of 2003-08-02.
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07(EXTRA_DIST): Add vfat.Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07(po-check): Use cvsu, so that a temporary sourceJim Meyering
file in lib/ or src/ doesn't induce an unwarranted failure. Add a kludge to filter out the sole generated source file that also has translatable messages: false.c.
2003-09-07.Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-06*** empty log message ***Jim Meyering
2003-09-06*** empty log message ***Jim Meyering
2003-09-06*** empty log message ***Jim Meyering
2003-09-06*** empty log message ***Jim Meyering
2003-09-06(enum): Add ALLOW_MISSING_OPTION.Jim Meyering
(parse_options): Give a diagnostic for (but still accept) the deprecated --allow-missing option.
2003-09-05.Jim Meyering
2003-09-05*** empty log message ***Jim Meyering
2003-09-05Don't ignore -S if input is a pipe. Bug report by Michael McFarland inJim Meyering
<http://mail.gnu.org/archive/html/bug-coreutils/2003-09/msg00008.html>. (sort_buffer_size): Omit SIZE_BOUND arg. Compute the size_bound ourselves. if an input file is a pipe and the user specified a size, use that size instead of trying to guess the pipe size. This has the beneficial side effect of avoiding the overhead of default_sort_size in that case. All callers changed. (sort): Remove static var size; now done by sort_buffer_size.
2003-09-05*** empty log message ***Jim Meyering
2003-09-05(elide_tail_lines_pipe): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes.Jim Meyering
(struct linebuffer): Change nbytes and nlines from unsigned int to size_t. unsigned int is safe (after the 2003-09-03 patch) but size_t is cleaner. Standardize on BUFSIZ as opposed to other macro names and values. (BUFSIZE): Remove. All uses changed to BUFSIZ.
2003-09-05(pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes.Jim Meyering
(struct linebuffer, struct charbuffer): Change nbytes and nlines from unsigned int to size_t. unsigned int is safe (after the 2003-09-03 patch) but size_t is cleaner. (pipe_bytes): Likewise for local variable 'i', which was 'int'. Standardize on BUFSIZ as opposed to other macro names and values. (BUFSIZ) [!defined BUFSIZ]: Remove. stdio.h has always defined it, and other code already assumes it's defined.
2003-09-05*** empty log message ***Jim Meyering
2003-09-05Standardize on BUFSIZ as opposed to other macro names and values.Jim Meyering
(BUFSIZ) [!defined BUFSIZ]: Don't define. (IO_BUF_SIZE): Remove; replace all uses with sizeof io_buf. (io_buf): IO_BUF_SIZE -> BUFSIZ.
2003-09-05*** empty log message ***Jim Meyering
2003-09-05Wait .5 seconds for backgrounded processJim Meyering
to start, rather than just .1. Upon failure, print unexpected state.
2003-09-05*** empty log message ***Jim Meyering
2003-09-05(onearg-2): Output should be empty.Jim Meyering
2003-09-05(step): Default to 1.Jim Meyering
(print_numbers): Allow the output to be empty. (main): The default step is 1, even if LAST < FIRST; as per documentation.
2003-09-05*** empty log message ***Jim Meyering
2003-09-05(wget_files): Temporarily disable, until masterJim Meyering
versions are restored to ftp.gnu.org.
2003-09-04.Jim Meyering
2003-09-04.Jim Meyering
2003-09-04*** empty log message ***Jim Meyering
2003-09-04(AM_INIT_AUTOMAKE): Specify automake-1.7.6.Jim Meyering
2003-09-04*** empty log message ***Jim Meyering
2003-09-04sort -t '\0' now uses a NUL tab.Jim Meyering
sort option order no longer matters, unless POSIX requires it.
2003-09-04(sort invocation): -d now overrides -i.Jim Meyering
"whitespace" -> "blanks"; "whitespace" isn't correct. -t '\0' now specifies a NUL tab.
2003-09-04*** empty log message ***Jim Meyering