(case_GETOPT_VERSION_CHAR): Append NULL to version_etc argument list.
[platform/upstream/coreutils.git] / src /
2003-09-18 Jim Meyering(case_GETOPT_VERSION_CHAR): Append NULL to version_etc...
2003-09-18 Jim Meyering(main): Append NULL to version_etc argument list.
2003-09-18 Jim Meyering(numcompare): Rename local, logb, to log_b to avoid
2003-09-14 Jim Meyering(print_factors): Give a separate diagnostic
2003-09-10 Jim Meyering.
2003-09-09 Jim MeyeringAlphabetize includes.
2003-09-09 Jim Meyering.
2003-09-08 Jim MeyeringAdd a comment.
2003-09-07 Jim Meyering(D_INO, ENABLE_CYCLE_CHECK) [D_INO_IN_DIRENT]:
2003-09-07 Jim Meyering.
2003-09-06 Jim Meyering(enum): Add ALLOW_MISSING_OPTION.
2003-09-05 Jim Meyering.
2003-09-05 Jim MeyeringDon't ignore -S if input is a pipe. Bug report by...
2003-09-05 Jim Meyering(elide_tail_lines_pipe): Don't assign 0 or SAFE_READ_ER...
2003-09-05 Jim Meyering(pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_E...
2003-09-05 Jim MeyeringStandardize on BUFSIZ as opposed to other macro names...
2003-09-05 Jim Meyering(step): Default to 1.
2003-09-04 Jim MeyeringThis makes seq's --width (-w) option work properly...
2003-09-04 Jim Meyering(usage): Say "blanks" instead of "whitespace",
2003-09-04 Jim Meyering(elide_tail_lines_pipe): Don't truncate return value...
2003-09-04 Jim Meyering(pipe_lines): Don't truncate return value from safe_read.
2003-09-03 Jim Meyering(AUTHORS): Remove Larry McVoy's name, since the relatively
2003-08-31 Jim Meyering(split_3): Accept the BSD format for generic
2003-08-31 Jim MeyeringChange meaning of -l from --lookup to --login, per...
2003-08-30 Jim Meyering(do_link): Use SAME_INODE rather than open-coding it.
2003-08-30 Jim MeyeringWhen source and destination arguments refer to the...
2003-08-27 Jim Meyering(paste_parallel): Don't output `EOF' (aka -1) as a...
2003-08-27 Jim Meyering.
2003-08-27 Jim Meyering(print_it): Avoid buffer overrun that would occur
2003-08-25 Jim Meyering(main): Warn about use of deprecated `-l' option.
2003-08-22 Jim Meyering(do_stat): For link count at end of line, use %h format,
2003-08-19 Jim Meyering.
2003-08-19 Jim MeyeringInclude stdlib.h unconditionally,
2003-08-18 Jim Meyering(textdomain, bindtextdomain) [! ENABLE_NLS]: Define...
2003-08-18 Jim Meyering.
2003-08-17 Jim Meyering(strtoull): Remove unused declaration.
2003-08-17 Jim MeyeringAvoid unnecessary and sometimes time-consuming hostname...
2003-08-17 Jim MeyeringAvoid unnecessary and sometimes time-consuming hostname...
2003-08-17 Jim Meyering.
2003-08-16 Jim Meyering(tail_lines): Fix a potential (but very hard to exercise)
2003-08-16 Jim MeyeringAn invalid initial value for *read_pos would result in
2003-08-15 Jim Meyering.
2003-08-15 Jim Meyering(ASSORT): New var.
2003-08-15 Jim Meyering.
2003-08-11 Jim Meyering.
2003-08-11 Jim Meyeringfold -s -wN would infloop for N < 8 with TABs in the...
2003-08-10 Jim Meyering[!NICE_PRIORITY]: Include <sys/resource.h> after
2003-08-09 Jim MeyeringInclude utimens.h.
2003-08-09 Jim MeyeringInclude utimens.h.
2003-08-09 Jim MeyeringInclude utimens.h.
2003-08-09 Jim MeyeringInclude utimens.h.
2003-08-09 Jim Meyering(main): Tweak Solaris OS version number in comment.
2003-08-09 Jim MeyeringTweak Solaris OS version number in comment.
2003-08-09 Jim Meyering(pipe_lines): Use memchr to skip lines, rather than...
2003-08-09 Jim MeyeringAdd new undocumented option, --presume-input-pipe.
2003-08-09 Jim Meyering.
2003-08-09 Jim Meyering(suffix_alphabet): New var.
2003-08-07 Jim Meyering.
2003-08-07 Jim MeyeringInclude getndelim2.h rather than getdelim2.h.
2003-08-07 Jim Meyering.
2003-08-06 Jim Meyering.
2003-08-04 Jim Meyering(main): Use unsigned int instead of int for `nsigs'
2003-08-03 Jim MeyeringMinor code cleanups, mostly to use more accurate
2003-08-02 Jim Meyering[!NICE_PRIORITY]: Include <time.h> before <sys/resource.h>
2003-08-02 Jim Meyering(cut_fields): Don't read again after encountering EOF.
2003-08-02 Jim Meyering(sortlines): Add description and references.
2003-08-01 Jim Meyering(long_options, usage, main): Add --rfc-2822 option...
2003-08-01 Jim MeyeringDo not include bumpalloc.h.
2003-07-31 Jim Meyering.
2003-07-28 Jim Meyering(sortlines_temp): Undo previous change.
2003-07-27 Jim Meyering(sortlines_temp): Declare local `swap' to be `int'...
2003-07-27 Jim Meyering(prompt) [! recursive]: Don't prompt about unwritable
2003-07-27 Jim Meyeringremove trailing blanks
2003-07-27 Jim Meyering(sort): Don't require two `struct line's per text line,
2003-07-27 Jim MeyeringThis change was inspired by a similar proposal by Stepa...
2003-07-27 Jim Meyering(is_printable_field): Simplify bit arithmetic.
2003-07-27 Jim Meyering(validate_path): Use %lu, not %ld.
2003-07-27 Jim Meyering(sort_files): Put `volatile' in the right place.
2003-07-26 Jim Meyering.
2003-07-26 Jim MeyeringInclude exitfail.h.
2003-07-26 Jim MeyeringUse only one bit per field/offset in array, not one...
2003-07-26 Jim Meyering(set_fields): Detect overflow properly.
2003-07-26 Jim Meyering(parse_tabstops): Detect overflow properly.
2003-07-26 Jim Meyering * src/rm.c: Include "dirname.h".
2003-07-26 Jim Meyering(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test.
2003-07-26 Jim Meyering(validate_path): Cast strlen value to `unsigned long'
2003-07-26 Jim Meyering(flush_paragraph): Cast field width to `int' to avoid...
2003-07-26 Jim Meyering(sort_files): Make `func' volatile, so it can't be
2003-07-25 Jim Meyering(validate_path): Use %ld format (not %d) for size_t...
2003-07-25 Jim Meyering(usage): Document the fact that SIGUSR1 makes dd
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include unistd.h or time.h; system.h already...
2003-07-23 Jim MeyeringDon't include stdlib.h, unistd.h, or limits.h; system...
2003-07-23 Jim MeyeringDon't include time.h; system.h already does it.
2003-07-23 Jim MeyeringDon't include errno.h; system.h already does it.
2003-07-23 Jim MeyeringDon't include sys/time.h; system.h already does it.
next