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