summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-03Add this:Jim Meyering
AC_REQUIRE([AC_TYPE_OFF_T])
2000-12-03(OFF_T_MIN): Remove definition.Jim Meyering
(OFF_T_MAX): Likewise.
2000-12-03(OFF_T_MIN): Define.Jim Meyering
(OFF_T_MAX): Define.
2000-12-03Make od print valid addresses for offsets of 2^32 and larger.Jim Meyering
(format_address): Use off_t, not long unsigned_int as the parameter type. (format_address_none): Likewise. Mark parameter as unused. (format_address_std): Likewise. (format_address_label): Likewise. (print_ascii): Mark format string parameter as unused. (write_block): Use off_t, not long unsigned_int as offset type. (expand_address_fmt): New function. (main): Use it to expand each address format string template. Reported by Mark Nudelman, via Andreas Jaeger.
2000-12-03(parse_options): Use xstrtoumax to parse the byte and lineJim Meyering
offset. Give a better diagnostic when the requested offset is still representable but larger than OFF_T_MAX.
2000-12-02*** empty log message ***Jim 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
(main): ...to here. (usage): Clarify option descriptions.
2000-12-02whoops. rename the use, too -- not just the decl!!Jim Meyering
2000-12-02*** empty log message ***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
This should be portable, as we seek before doing any I/O. (fseeko): Remove; no longer used.
2000-12-02add back the parens Paul removed :-)Jim Meyering
2000-12-02(gobble_file): Do not fall back on lstat if statJim Meyering
fails; POSIX.2 does not allow this. Invoke acl only on non-symlinks, and only if lstat or stat succeeds.
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02Make idempotent, to avoid some obscure warnings.Jim Meyering
2000-12-02.Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02(OFF_T_PRINTF_FORMAT_STRING): require it.Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02(TESTS): Add follow-slink.Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02(NONZERO): Define and use it to make the code a tinyJim Meyering
bit more readable.
2000-12-02*** empty log message ***Jim Meyering
2000-12-02(sort invocation): Clarify how -t works whenJim Meyering
a sort key specifies a range of fields. From Karl O. Pinc.
2000-12-02*** empty log message ***Jim Meyering
2000-12-02.Jim Meyering
2000-12-02add test that would fail on NetBSD before the last changeJim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02(main): Remove any trailing slash unconditionally.Jim Meyering
Reported by Volker Borchert.
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02(TESTS): Add skip-seek2Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02Include <config.h> before any system include file.Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02(skip, dd_copy): Use ssize_t to store result ofJim Meyering
safe_read, to avoid overflow e.g. on 64-bit Solaris sparc. (dd_copy): Remove unnecessary cast.
2000-12-02*** empty log message ***Jim Meyering
2000-12-02Undo most of the changes since 2000-11-24, since we'veJim Meyering
documented a standard way to do it. (skip_bytes, seek_bytes): Remove. (usage): Remove B suffix. (scanargs, skip, dd_copy, main): Remove support for B suffix.
2000-11-30*** empty log message ***Jim Meyering
2000-11-30*** empty log message ***Jim Meyering