| Age | Commit message (Expand) | Author | Lines |
| 2000-12-19 | adjust indentation | Jim Meyering | -19/+19 |
| 2000-12-19 | Include physmem.h. | Jim Meyering | -15/+110 |
| 2000-12-16 | (uint_to_string): New function. | Jim Meyering | -25/+53 |
| 2000-12-16 | (enum Change_status): Start with 1. | Jim Meyering | -1/+1 |
| 2000-12-16 | (main): Rename local, group, to gid. | Jim Meyering | -4/+4 |
| 2000-12-16 | (main): Rename locals, user/group, to uid/gid. | Jim Meyering | -10/+12 |
| 2000-12-15 | (main): Reflect renaming: s/dereference/change_symlinks/. | Jim Meyering | -6/+4 |
| 2000-12-15 | (enum Dereference_symlink): rename member: s/change_symlinks/dereference/ | Jim Meyering | -3/+11 |
| 2000-12-15 | Declare lstat. | Jim Meyering | -47/+100 |
| 2000-12-10 | give a better diagnostic when only the group is being changed | Jim Meyering | -1/+3 |
| 2000-12-09 | (chopt_free): don't free anything | Jim Meyering | -2/+2 |
| 2000-12-09 | Include "chown-core.h". | Jim Meyering | -223/+18 |
| 2000-12-09 | add 3 more prototypes | Jim Meyering | -5/+14 |
| 2000-12-09 | Include <pwd.h>, <grp.h>, and "xalloc.h". | Jim Meyering | -0/+31 |
| 2000-12-09 | Don't include pwd.h or grp.h -- no longer needed. | Jim Meyering | -239/+18 |
| 2000-12-09 | *** empty log message *** | Jim Meyering | -0/+252 |
| 2000-12-09 | *** empty log message *** | Jim Meyering | -0/+72 |
| 2000-12-09 | (change_file_owner): Restore special file permission | Jim Meyering | -0/+19 |
| 2000-12-08 | Include xalloc.h. | Jim Meyering | -3/+6 |
| 2000-12-07 | (address_base): Declare to be static. | Jim Meyering | -1/+1 |
| 2000-12-07 | (address_base, address_pad_len): New var. | Jim Meyering | -95/+87 |
| 2000-12-03 | (gobble_file) [USE_ACL]: Set have_acl member unconditionally | Jim Meyering | -2/+3 |
| 2000-12-03 | remove instrumentation | Jim Meyering | -22/+2 |
| 2000-12-03 | add instrumentation to detect some UMRs | Jim Meyering | -2/+22 |
| 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 |