summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (initialize_main): Define.Jim Meyering2003-06-171-0/+6
* Fix for build failure on Ultrix 4.3.Jim Meyering2003-06-171-7/+8
* (O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): New definitions.Jim Meyering2003-06-161-1/+16
* (O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): Remove definitions.Jim Meyering2003-06-161-16/+0
* (cat): Remove `#ifndef ENOSYS', now that it'sJim Meyering2003-06-161-5/+2
* (ENOSYS, ENOTSUP): Define to -1 if not defined.Jim Meyering2003-06-161-0/+8
* (touch): Call close only if necessary.Jim Meyering2003-06-121-2/+3
* (usage): Correct wording: wc prints counts in the order `newline, word, byte'.Jim Meyering2003-06-121-2/+2
* .Jim Meyering2003-06-081-1/+1
* .Jim Meyering2003-06-061-1/+2
* (main): Avoid newer 3-arg form of open,Jim Meyering2003-06-061-2/+2
* Include <stdbool.h> unconditionally.Jim Meyering2003-06-061-5/+1
* .Jim Meyering2003-06-061-0/+2
* Avoid unnecessary copying of environment.Jim Meyering2003-06-031-7/+5
* [!TEST_STANDALONE]: Remove #if-0'd block.Jim Meyering2003-06-021-24/+12
* Always include <string.h>, since we assume C89.Jim Meyering2003-06-021-11/+2
* Avoid a race condition in `tail -f' described by Ken Raeburn inJim Meyering2003-06-011-25/+61
* .Jim Meyering2003-05-291-5/+2
* .Jim Meyering2003-05-281-1/+1
* Allow expansion of `$file' in the here-Jim Meyering2003-05-281-3/+3
* Fix portability problem on FreeBSD5.0: don't includeJim Meyering2003-05-261-14/+12
* (split_3): Accept the BSD format only when in MD5 mode.Jim Meyering2003-05-241-1/+1
* (bsd_split_3): New function.Jim Meyering2003-05-241-2/+46
* (elide_tail_lines_pipe): Fix a thinko.Jim Meyering2003-05-211-2/+3
* (usage): Document new feature: --bytes=-N and --lines=-N.Jim Meyering2003-05-141-4/+8
* .Jim Meyering2003-05-141-1/+1
* (AUTHORS): Enclose string in N_(...), now that it includes `and'.Jim Meyering2003-05-141-1/+1
* (usage): Don't use `,' as the thousands separatorJim Meyering2003-05-141-1/+1
* (usage): Don't use `,' as the thousands separatorJim Meyering2003-05-143-5/+5
* Fix uniq to conform to POSIX, which requires that "uniq -d -u"Jim Meyering2003-05-141-25/+25
* Handle argc < optind.Jim Meyering2003-05-131-28/+29
* (elide_tail_lines_pipe): Don't apply cast to argument of free.Jim Meyering2003-05-131-1/+1
* (struct F_triple) [name]: Remove const attribute.Jim Meyering2003-05-131-3/+3
* (sort): Don't apply cast to argument of free.Jim Meyering2003-05-131-1/+1
* (struct Src_to_dest) [name]: Remove const attribute.Jim Meyering2003-05-131-2/+2
* (OLD): Don't apply cast to argument of free.Jim Meyering2003-05-131-1/+1
* (delseq, freeline): Don't apply cast to argument of free.Jim Meyering2003-05-131-2/+2
* shorten long lineJim Meyering2003-05-131-1/+1
* (init_fps, init_store_cols): Don't apply cast to argument of free.Jim Meyering2003-05-131-3/+3
* (zaptemp): Don't apply cast to argument of free.Jim Meyering2003-05-131-1/+1
* Remove unnecessary cast of argument to free. twice moreJim Meyering2003-05-131-2/+2
* Remove unnecessary cast of argument to free.Jim Meyering2003-05-131-1/+1
* Include "quote.h".Jim Meyering2003-05-131-17/+26
* (elide_tail_lines_pipe): Use `if', not an assert.Jim Meyering2003-05-131-15/+15
* Include <assert.h>.Jim Meyering2003-05-121-21/+140
* .Jim Meyering2003-05-111-1/+1
* (main): Handle argc < optind.Jim Meyering2003-05-111-2/+2
* (main): Handle argc < optind.Jim Meyering2003-05-101-4/+1
* (main): Handle argc == 0.Jim Meyering2003-05-101-3/+3
* (main): Handle argc < optind.Jim Meyering2003-05-101-3/+3