1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-31 23:06:33 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-12-02 21:14:09 +00:00
parent 5edc91fc05
commit df52f23ebf
+10 -1
View 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/.