jdolecek f65ee1b182 merge(): use array of buffers instead of one big buffer for all records, and
enlarge them as necessary to read records from merged files; the buffers
	are allocated once per program run, so there shouldn't be any
	performance difference
This makes sort(1) pass also regression 40B and should make it
fully arbitrary long record capable.
XXX the buffer array could probably be freed on end of fmerge() to save memory
2001-01-19 10:50:31 +00:00
..
2001-01-18 20:59:43 +00:00
2001-01-12 19:31:25 +00:00
2001-01-12 19:30:22 +00:00
2001-01-19 10:14:31 +00:00