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

index 3194de01ade4b38237c008c1ff1fe4d8bb718302..776e81ca83c2555c7a2d1cf5388e3d674af5721e 100644 (file)
@@ -1,3 +1,24 @@
+2000-10-21  Jim Meyering  <meyering@lucent.com>
+
+       * src/sort.c (SORT_OUT_OF_ORDER): Define.
+       (main): Use it instead of hard-coding the `1'.
+
+2000-10-10  Jim Meyering  <meyering@lucent.com>
+
+       * src/sort.c (main): Use EXIT_SUCCESS rather than 0.
+       Fail when checking (-c) with more than one file argument,
+       rather than simply ignoring the extra arguments.
+
+2000-09-28  Jim Meyering  <meyering@lucent.com>
+
+       * src/cat.c (MAX_LINE_BUF): Define.
+
+2000-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * src/cat.c (MAX_LINE_BUF): Fixed size of line number buffer to
+       prevent buffer overrun.  Replaced raw value by #define.
+       (next_line_num): Fixed (now academic) possible line buffer overrun.
+
 2000-09-07  Jim Meyering  <meyering@lucent.com>
 
        * src/cut.c: Remove obsolete comment block.