summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2003-08-16(tail_lines): Fix a potential (but very hard to exercise)Jim Meyering-1/+8
2003-08-16An invalid initial value for *read_pos would result inJim Meyering-3/+6
2003-08-15.Jim Meyering-2/+7
2003-08-15(ASSORT): New var.Jim Meyering-2/+7
2003-08-15.Jim Meyering-1/+1
2003-08-11.Jim Meyering-1/+1
2003-08-11fold -s -wN would infloop for N < 8 with TABs in the input.Jim Meyering-7/+6
2003-08-10[!NICE_PRIORITY]: Include <sys/resource.h> afterJim Meyering-2/+5
2003-08-09Include utimens.h.Jim Meyering-14/+39
2003-08-09Include utimens.h.Jim Meyering-8/+7
2003-08-09Include utimens.h.Jim Meyering-8/+7
2003-08-09Include utimens.h.Jim Meyering-8/+7
2003-08-09(main): Tweak Solaris OS version number in comment.Jim Meyering-1/+1
2003-08-09Tweak Solaris OS version number in comment.Jim Meyering-1/+1
2003-08-09(pipe_lines): Use memchr to skip lines, rather than an explicit loop.Jim Meyering-16/+18
2003-08-09Add new undocumented option, --presume-input-pipe.Jim Meyering-5/+20
2003-08-09.Jim Meyering-1/+1
2003-08-09(suffix_alphabet): New var.Jim Meyering-7/+26
2003-08-07.Jim Meyering-1/+1
2003-08-07Include getndelim2.h rather than getdelim2.h.Jim Meyering-4/+4
2003-08-07.Jim Meyering-1/+1
2003-08-06.Jim Meyering-1/+2
2003-08-04(main): Use unsigned int instead of int for `nsigs'Jim Meyering-3/+3
2003-08-03Minor code cleanups, mostly to use more accurateJim Meyering-154/+127
2003-08-02[!NICE_PRIORITY]: Include <time.h> before <sys/resource.h>Jim Meyering-0/+1
2003-08-02(cut_fields): Don't read again after encountering EOF.Jim Meyering-5/+5
2003-08-02(sortlines): Add description and references.Jim Meyering-1/+8
2003-08-01(long_options, usage, main): Add --rfc-2822 option to GNU date.Jim Meyering-4/+5
2003-08-01Do not include bumpalloc.h.Jim Meyering-9/+23
2003-07-31.Jim Meyering-1/+1
2003-07-28(sortlines_temp): Undo previous change.Jim Meyering-1/+1
2003-07-27(sortlines_temp): Declare local `swap' to be `int', notJim Meyering-1/+1
2003-07-27(prompt) [! recursive]: Don't prompt about unwritableJim Meyering-0/+7
2003-07-27remove trailing blanksJim Meyering-1/+1
2003-07-27(sort): Don't require two `struct line's per text line,Jim Meyering-5/+5
2003-07-27This change was inspired by a similar proposal by Stepan Kasal.Jim Meyering-25/+81
2003-07-27(is_printable_field): Simplify bit arithmetic.Jim Meyering-1/+1
2003-07-27(validate_path): Use %lu, not %ld.Jim Meyering-1/+1
2003-07-27(sort_files): Put `volatile' in the right place.Jim Meyering-1/+1
2003-07-26.Jim Meyering-3/+4
2003-07-26Include exitfail.h.Jim Meyering-80/+83
2003-07-26Use only one bit per field/offset in array, not one `int'.Jim Meyering-14/+34
2003-07-26(set_fields): Detect overflow properly.Jim Meyering-4/+5
2003-07-26(parse_tabstops): Detect overflow properly.Jim Meyering-3/+5
2003-07-26 * src/rm.c: Include "dirname.h".Jim Meyering-1/+3
2003-07-26(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test.Jim Meyering-2/+3
2003-07-26(validate_path): Cast strlen value to `unsigned long'Jim Meyering-1/+1
2003-07-26(flush_paragraph): Cast field width to `int' to avoid warning on 64-bit systems.Jim Meyering-1/+1
2003-07-26(sort_files): Make `func' volatile, so it can't beJim Meyering-1/+3
2003-07-25(validate_path): Use %ld format (not %d) for size_t value.Jim Meyering-1/+1