Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 source | Jim 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-05 | Don't ignore -S if input is a pipe. Bug report by Michael McFarland in | Jim 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-05 | Standardize 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-05 | Wait .5 seconds for backgrounded process | Jim 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 master | Jim 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-04 | sort -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 | |
2003-09-04 | *** empty log message *** | Jim Meyering | |
2003-09-04 | This makes seq's --width (-w) option work properly even when the | Jim Meyering | |
endpoint requiring the largest width is negative and smaller than the other endpoint. (get_width_format): Include `-' in the set of bytes allowed in a `simple' number (no decimal point, no exponent). | |||
2003-09-04 | *** empty log message *** | Jim Meyering | |
2003-09-04 | *** empty log message *** | Jim Meyering | |
2003-09-04 | *** empty log message *** | Jim Meyering | |
2003-09-04 | (usage): Say "blanks" instead of "whitespace", | Jim Meyering | |
Similar fixes for many comments. (TAB_DEFAULT): New constant, so that we can support NUL as the field separator. (tab): Now int, not char. Initialize to TAB_DEFAULT. (specify_sort_size): If multiple sizes are specified, use the largest. (begfield, limfield): Support NUL tab char. (set_ordering): Do not let -i override -d. (main): Report an error if incompatible -o or -t options are given. Report an error for "-t ''". Allow "-t '\0'" to specify a NUL tab. | |||
2003-09-04 | [o2, nul-tab]: New tests for changes of 2003-09-02. | Jim Meyering | |
2003-09-04 | (elide_tail_lines_pipe): Don't truncate return value from safe_read. | Jim Meyering | |
2003-09-04 | (pipe_lines): Don't truncate return value from safe_read. | Jim Meyering | |
2003-09-03 | *** empty log message *** | Jim Meyering | |
2003-09-03 | *** empty log message *** | Jim Meyering | |