NetBSD/usr.bin/sort
thorpej 2aa37f4ab3 Change some:
foo += sscanf(++foo, ...);

constructs to:

	++foo;
	foo += sscanf(foo, ...);

to avoid the following warning from gcc 3.1:

	warning: operation on `pos' may be undefined
2001-12-31 18:45:04 +00:00
..
Makefile
append.c
extern.h
fields.c
files.c Make compilable with -Wshadow 2001-05-15 11:18:23 +00:00
fsort.c Only try to copy the extra incomplete record data if there is anything 2001-05-15 11:49:25 +00:00
fsort.h Bump the initial record buffer size to 1MB and allow it to grow to 8MB, 2001-05-14 21:45:19 +00:00
init.c Change some: 2001-12-31 18:45:04 +00:00
msort.c
pathnames.h
sort.1 Punctuation nits, sort SEE ALSO. 2001-12-08 19:16:07 +00:00
sort.c disable the code which maxes nofiles limit, it should not be normally 2001-05-14 21:52:21 +00:00
sort.h
tmp.c