diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-02 21:14:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-02 21:14:09 +0000 |
commit | df52f23ebffce9e06b127fe58be16a402893e5ce (patch) | |
tree | 3f2c30e0669cdd1729598508a35bd0cc4d5027fc /old | |
parent | 5edc91fc059ee83939e0d47a6c58eb614d0edc81 (diff) | |
download | coreutils-df52f23ebffce9e06b127fe58be16a402893e5ce.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index c767d44e1..fbfb8145f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,9 @@ 2000-12-02 Jim Meyering <meyering@lucent.com> - * src/od.c: + * src/sort.c (checkfp): Rename local `buf' to avoid shadowing previous + declaration. + + * src/od.c: FIXME Reported by Mark Nudelman, via Andreas Jaeger. * src/sort.c (NONZERO): Define and use it to make the code a tiny @@ -9,6 +12,12 @@ * doc/textutils.texi (sort invocation): Clarify how -t works when a sort key specifies a range of fields. From Karl O. Pinc. +2000-11-26 Paul Eggert <eggert@twinsun.com> + + * src/od.c (skip): Use lseek instead of worrying about fseeko or fseek. + This should be portable, as we seek before doing any I/O. + (fseeko): Remove; no longer used. + 2000-11-30 Jim Meyering <meyering@lucent.com> * src/sort.c: s/SIZE_T_MAX/SIZE_MAX/. |