summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-12-16(main): Rename local, group, to gid.Jim Meyering
2000-12-16(main): Rename locals, user/group, to uid/gid.Jim Meyering
2000-12-15(main): Reflect renaming: s/dereference/change_symlinks/.Jim Meyering
2000-12-15(enum Dereference_symlink): rename member: s/change_symlinks/dereference/Jim Meyering
2000-12-15Declare lstat.Jim Meyering
2000-12-10give a better diagnostic when only the group is being changedJim Meyering
2000-12-09(chopt_free): don't free anythingJim Meyering
2000-12-09Include "chown-core.h".Jim Meyering
2000-12-09add 3 more prototypesJim Meyering
2000-12-09Include <pwd.h>, <grp.h>, and "xalloc.h".Jim Meyering
2000-12-09Don't include pwd.h or grp.h -- no longer needed.Jim Meyering
2000-12-09*** empty log message ***Jim Meyering
2000-12-09*** empty log message ***Jim Meyering
2000-12-09(change_file_owner): Restore special file permissionJim Meyering
2000-12-08Include xalloc.h.Jim Meyering
2000-12-07(address_base): Declare to be static.Jim Meyering
2000-12-07(address_base, address_pad_len): New var.Jim Meyering
2000-12-03(gobble_file) [USE_ACL]: Set have_acl member unconditionallyJim Meyering
2000-12-03remove instrumentationJim Meyering
2000-12-03add instrumentation to detect some UMRsJim Meyering
2000-12-03(tail_file): Initialize ignore, dev, and ino members,Jim Meyering
2000-12-03use CHAR_BIT, not BITSPERBYTEJim Meyering
2000-12-03(CHAR_BIT): Define.Jim Meyering
2000-12-03Make od print valid addresses for offsets of 2^32 and larger. (cont'd)Jim Meyering
2000-12-03(OFF_T_MIN): Remove definition.Jim Meyering
2000-12-03(OFF_T_MIN): Define.Jim Meyering
2000-12-03Make od print valid addresses for offsets of 2^32 and larger.Jim Meyering
2000-12-03(parse_options): Use xstrtoumax to parse the byte and lineJim Meyering
2000-12-02(valid_format): Move pre-increment to a separate statement to avoid a warning.Jim Meyering
2000-12-02Move dcls of globals used only in main...Jim Meyering
2000-12-02whoops. rename the use, too -- not just the decl!!Jim Meyering
2000-12-02(checkfp): Rename local `buf' to avoid shadowing previous declaration.Jim Meyering
2000-12-02(skip): Use lseek instead of worrying about fseeko or fseek.Jim Meyering
2000-12-02add back the parens Paul removed :-)Jim Meyering
2000-12-02(gobble_file): Do not fall back on lstat if statJim Meyering
2000-12-02(NONZERO): Define and use it to make the code a tinyJim Meyering
2000-12-02(main): Remove any trailing slash unconditionally.Jim Meyering
2000-12-02(skip, dd_copy): Use ssize_t to store result ofJim Meyering
2000-12-02Undo most of the changes since 2000-11-24, since we'veJim Meyering
2000-11-30s/SIZE_T_MAX/SIZE_MAX/.Jim Meyering
2000-11-30Include <stdint.h> if HAVE_STDINT_H.Jim Meyering
2000-11-30(SIZE_T_MAX): Define.Jim Meyering
2000-11-30Port GNU "sort" to hosts where sizes don't fit in "int",Jim Meyering
2000-11-26Include config.h, stdio.h, sys/types.h. and system.h here instead.Jim Meyering
2000-11-26Include config.h, stdio.h, sys/types.h. and system.h here instead.Jim Meyering
2000-11-26don't include system.h hereJim Meyering
2000-11-26(skip): Perform the `records < blocksize' testJim Meyering
2000-11-26(skip): New arg COUNT_BYTES. Read with BLOCKSIZEJim Meyering
2000-11-26(skip_bytes, seek_bytes): Now booleans, not counts.Jim Meyering
2000-11-25more post-merge clean-up.Jim Meyering