diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-07 10:07:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-07 10:07:28 +0000 |
commit | 71751f757d0cc65a985f513c2cfb903496151b34 (patch) | |
tree | 4f5a9fa3702714c6a83314571cee9548f2da9c5a | |
parent | 8c8424d0c2f8715720620c9f340bf62d5d4cf2c7 (diff) | |
download | coreutils-71751f757d0cc65a985f513c2cfb903496151b34.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 6c434b919..ace98aa16 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,30 @@ +2000-12-07 Jim Meyering <meyering@lucent.com> + + * src/od.c (address_base): Declare to be static. + +2000-12-06 Paul Eggert <eggert@twinsun.com> + + * src/od.c (address_base, address_pad_len): New var. + (output_address_fmt_string, address_fmt_buffer, address_pad): Remove. + (flag_pseudo_start): Now int, not long int. + (pseudo_offset): Now off_t, not long int. + (n_specs, n_specs_allocated): Now size_t, not unsigned int. + (format_address, format_address_none, format_address_std, + format_address_label): Now accepts an extra char argument (an extra + char to print if nonzero), and prints instead of returning a string. + All callers changed. + (bytes_per_block): Now size_t, not int. + (format_address_none): Do not even print the extra char argument. + This simplifies the callers. + (format_address_std, format_address_label): Print off_t ourself + instead of trying to use autoconfigured format. This is faster and + more portable. + (format_address_paren): New function. + (dump): Remove unnecessary cast. + (expand_address_fmt): Remove. + (main): Use size_t, off_t, etc. instead of builtin types where this is + advisable. Adjust to above changes. Remove unnecessary cast. + 2000-12-03 Jim Meyering <meyering@lucent.com> * src/tail.c (tail_file): Initialize ignore, dev, and ino members, |