Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/13/2001 12:33:31
Module Name:	basesrc
Committed By:	jdolecek
Date:		Sat Jan 13 10:33:31 UTC 2001

Modified Files:
	basesrc/usr.bin/sort: msort.c

Log Message:
when merging stuff from several files, make merge handle records correctly
for stable sort so that the records are not swapped arbitrarily - this makes
in-tree BSD sort(1) pass regression test 38

while here, do couple of cleanups, like s/16/MERGE_FNUM/ where appropriate,
making local stuff static and some intendation/code format changes


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.bin/sort/msort.c

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