From: Jim Meyering Date: Sat, 21 Oct 2000 13:05:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_8~43 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c344de8d9b5c986f4889882f7961c4838005bffe;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3194de01ad..776e81ca83 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,24 @@ +2000-10-21 Jim Meyering + + * src/sort.c (SORT_OUT_OF_ORDER): Define. + (main): Use it instead of hard-coding the `1'. + +2000-10-10 Jim Meyering + + * 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 + + * src/cat.c (MAX_LINE_BUF): Define. + +2000-09-22 Jan Nieuwenhuizen + + * 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 * src/cut.c: Remove obsolete comment block.