summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-26.Jim Meyering
2000-11-26.Jim Meyering
2000-11-26*** empty log message ***Jim Meyering
2000-11-26*** empty log message ***Jim Meyering
2000-11-26(TESTS): Add skip-seek.Jim Meyering
2000-11-26.Jim Meyering
2000-11-26*** empty log message ***Jim Meyering
2000-11-26(skip_bytes, seek_bytes): Now booleans, not counts.Jim Meyering
(seek_records): Renamed from seek_record, for consistency with skip_records and max_records. All uses changed. (usage, scanargs): Remove bseek=n and bskip=n; instead, use seek=nB and skip=nB. (enum Unit, Unit): Remove. (skip, dd_copy, main): Undo most recent change. (dd_copy, main): Pass blocksize of 1 as appropriate when skip_bytes or seek_bytes is nonzero. (main): Rework ftruncate failure diagnostic to always use byte count.
2000-11-25*** empty log message ***Jim Meyering
2000-11-25*** empty log message ***Jim Meyering
2000-11-25*** empty log message ***Jim Meyering
2000-11-25more post-merge clean-up.Jim Meyering
Fix a merge bug exposed by new test.
2000-11-25*** empty log message ***Jim Meyering
2000-11-25*** empty log message ***Jim Meyering
2000-11-25*** empty log message ***Jim Meyering
2000-11-25*** empty log message ***Jim Meyering
2000-11-25remove bskipJim Meyering
adapt skip to skip either by bytes or by blocks
2000-11-25(S_TYPEISSHM): New macro.Jim Meyering
(main): Report failed fstat. Complain only when ftruncate fails on a regular file, a directory, or a shared memory object.
2000-11-24bskip/bseek patch from Chris Sylvain <csylvain@umm.edu> merged inJim Meyering
2000-11-24Declare a pointer parameters to be `const' as appropriate.Jim Meyering
2000-11-24*** empty log message ***Jim Meyering
2000-11-24*** empty log message ***Jim Meyering
2000-11-24(main): Use ftruncate only on regular files.Jim Meyering
Based on a patch from Michael Stone. Reported by andras@kolumbus.fi at http://bugs.debian.org/77174.
2000-11-24*** empty log message ***Jim Meyering
2000-11-24*** empty log message ***Jim Meyering
2000-11-23.Jim Meyering
2000-11-23cd back to $pwdJim Meyering
2000-11-23*** empty log message ***Jim Meyering
2000-11-23*** empty log message ***Jim Meyering
2000-11-23(show_point): Before accepting an entry as a match, make sure thatJim Meyering
the mount directory exists and has the required device number. Before, e.g., `df /floppy' would mistakenly report on the root partition if /floppy were not listed in /etc/mtab but / was. Patch from Eirik Fuller (http://bugs.debian.org/76923).
2000-11-23*** empty log message ***Jim Meyering
2000-11-23*** empty log message ***Jim Meyering
2000-11-23(mode_changed): New function.Jim Meyering
(change_file_mode): Use it to determine accurately when -c should make chmod announce there's been a change.
2000-11-23Source sticky-check instead of open-coding it.Jim Meyering
2000-11-23*** empty log message ***Jim Meyering
2000-11-23(TESTS): Add c-optionJim Meyering
2000-11-23whoopsJim Meyering
2000-11-23*** empty log message ***Jim Meyering
2000-11-23(my_strftime): Do not invoke mbrlen with aJim Meyering
size of (size_t) -1; it's not portable.
2000-11-22chmod before removingJim Meyering
2000-11-19Update to use its own directory, and better trap.Jim Meyering
2000-11-19*** empty log message ***Jim Meyering
2000-11-19(main): Do not assume EOF == -1.Jim Meyering
Handle the case correctly when digits options immediately precede a non-option.
2000-11-19(BLOCK_SIZE_OPTION, COLOR_OPTION, FORMAT_OPTION,Jim Meyering
INDICATOR_STYLE_OPTION, QUOTING_STYLE_OPTION, SHOW_CONTROL_CHARS_OPTION, SORT_OPTION, TIME_OPTION): New enum values, to ensure that option values can't collide with chars. (long_options, decode_switches): Use them.
2000-11-19*** empty log message ***Jim Meyering
2000-11-19(GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enumJim Meyering
constants rather than macros. Use values that cannot conflict with C characters or with -1, CHAR_MAX + 1, etc.
2000-11-18*** empty log message ***Jim Meyering
2000-11-18(count_entry): Don't omit the size of a directory entryJim Meyering
merely because we couldn't `chdir' into it. That would give subtly different results in some cases. Reported by Mattias Wadenstein via Michael Stone.
2000-11-18*** empty log message ***Jim Meyering
2000-11-18*** empty log message ***Jim Meyering