Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/17/2000 00:53:20
Module Name:	basesrc
Committed By:	jdolecek
Date:		Mon Oct 16 21:53:20 UTC 2000

Modified Files:
	basesrc/usr.bin/sort: files.c fsort.c fsort.h sort.1 sort.h

Log Message:
enlarge line buffer as necessary, so that it's possible
to process lines longer than 65522 characters
constify, rename MAXLLEN to DEFLLEN


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/sort/files.c \
    basesrc/usr.bin/sort/fsort.c basesrc/usr.bin/sort/sort.1 \
    basesrc/usr.bin/sort/sort.h
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/sort/fsort.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.