| Age | Commit message (Expand) | Author | Lines |
| 2000-12-03 | (tail_file): Initialize ignore, dev, and ino members, | Jim Meyering | -0/+3 |
| 2000-12-03 | use CHAR_BIT, not BITSPERBYTETEXTUTILS-2_0_9 | Jim Meyering | -1/+1 |
| 2000-12-03 | (CHAR_BIT): Define. | Jim Meyering | -0/+4 |
| 2000-12-03 | Make od print valid addresses for offsets of 2^32 and larger. (cont'd) | Jim Meyering | -64/+66 |
| 2000-12-03 | (OFF_T_MIN): Remove definition. | Jim Meyering | -8/+0 |
| 2000-12-03 | (OFF_T_MIN): Define. | Jim Meyering | -0/+8 |
| 2000-12-03 | Make od print valid addresses for offsets of 2^32 and larger. | Jim Meyering | -12/+32 |
| 2000-12-03 | (parse_options): Use xstrtoumax to parse the byte and line | Jim Meyering | -10/+12 |
| 2000-12-02 | (valid_format): Move pre-increment to a separate statement to avoid a warning. | Jim Meyering | -1/+4 |
| 2000-12-02 | Move dcls of globals used only in main... | Jim Meyering | -16/+13 |
| 2000-12-02 | whoops. rename the use, too -- not just the decl!! | Jim Meyering | -1/+1 |
| 2000-12-02 | (checkfp): Rename local `buf' to avoid shadowing previous declaration. | Jim Meyering | -1/+1 |
| 2000-12-02 | (skip): Use lseek instead of worrying about fseeko or fseek. | Jim Meyering | -13/+5 |
| 2000-12-02 | add back the parens Paul removed :-) | Jim Meyering | -1/+1 |
| 2000-12-02 | (gobble_file): Do not fall back on lstat if stat | Jim Meyering | -17/+8 |
| 2000-12-02 | (NONZERO): Define and use it to make the code a tiny | Jim Meyering | -5/+7 |
| 2000-12-02 | (main): Remove any trailing slash unconditionally. | Jim Meyering | -11/+7 |
| 2000-12-02 | (skip, dd_copy): Use ssize_t to store result of | Jim Meyering | -3/+3 |
| 2000-12-02 | Undo most of the changes since 2000-11-24, since we've | Jim Meyering | -51/+13 |
| 2000-11-30 | s/SIZE_T_MAX/SIZE_MAX/. | Jim Meyering | -3/+3 |
| 2000-11-30 | Include <stdint.h> if HAVE_STDINT_H. | Jim Meyering | -2/+6 |
| 2000-11-30 | (SIZE_T_MAX): Define. | Jim Meyering | -0/+4 |
| 2000-11-30 | Port GNU "sort" to hosts where sizes don't fit in "int", | Jim Meyering | -126/+152 |
| 2000-11-26 | Include config.h, stdio.h, sys/types.h. and system.h here instead. | Jim Meyering | -0/+5 |
| 2000-11-26 | Include config.h, stdio.h, sys/types.h. and system.h here instead. | Jim Meyering | -0/+5 |
| 2000-11-26 | don't include system.h here | Jim Meyering | -1/+0 |
| 2000-11-26 | (skip): Perform the `records < blocksize' test | Jim Meyering | -8/+4 |
| 2000-11-26 | (skip): New arg COUNT_BYTES. Read with BLOCKSIZE | Jim Meyering | -11/+24 |
| 2000-11-26 | (skip_bytes, seek_bytes): Now booleans, not counts. | Jim Meyering | -116/+60 |
| 2000-11-25 | more post-merge clean-up. | Jim Meyering | -14/+11 |
| 2000-11-25 | remove bskip | Jim Meyering | -77/+51 |
| 2000-11-25 | (S_TYPEISSHM): New macro. | Jim Meyering | -5/+16 |
| 2000-11-24 | bskip/bseek patch from Chris Sylvain <csylvain@umm.edu> merged in | Jim Meyering | -10/+122 |
| 2000-11-24 | Declare a pointer parameters to be `const' as appropriate. | Jim Meyering | -7/+7 |
| 2000-11-24 | (main): Use ftruncate only on regular files. | Jim Meyering | -3/+9 |
| 2000-11-23 | (show_point): Before accepting an entry as a match, make sure that | Jim Meyering | -1/+3 |
| 2000-11-23 | (mode_changed): New function. | Jim Meyering | -1/+28 |
| 2000-11-19 | (main): Do not assume EOF == -1. | Jim Meyering | -40/+23 |
| 2000-11-19 | (BLOCK_SIZE_OPTION, COLOR_OPTION, FORMAT_OPTION, | Jim Meyering | -16/+30 |
| 2000-11-19 | (GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enum | Jim Meyering | -2/+8 |
| 2000-11-18 | (count_entry): Don't omit the size of a directory entry | Jim Meyering | -2/+7 |
| 2000-11-18 | Revert change of 2000-11-11. It inadvertently change | Jim Meyering | -13/+3 |
| 2000-11-18 | (main): When failing to create a directory, give only | Jim Meyering | -4/+8 |
| 2000-11-18 | (main): With --parents, remove any trailing slashes | Jim Meyering | -0/+13 |
| 2000-11-18 | revert mysteriously-applied last delta! | Jim Meyering | -1/+1 |
| 2000-11-17 | Declare global `tab' to be of type *unsigned* char, | Jim Meyering | -1/+1 |
| 2000-11-17 | Explicitly include sys/types.h before including system.h. | Jim Meyering | -3/+11 |
| 2000-11-16 | Include sys/types.h before system.h. | Jim Meyering | -0/+1 |
| 2000-11-16 | Declare global `tab' to be of type *unsigned* char, | Jim Meyering | -1/+1 |
| 2000-11-13 | (ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should | Jim Meyering | -1/+1 |