]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 21:14:09 +0000 (21:14 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 21:14:09 +0000 (21:14 +0000)
old/textutils/ChangeLog

index c767d44e17715fb355c3ab94c4af94825bd630d9..fbfb8145f40a656a7aedcea61b2f2a5128e75a35 100644 (file)
@@ -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/.