Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/sort



Module Name:    src
Committed By:   dsl
Date:           Sat Aug 15 16:50:29 UTC 2009

Modified Files:
        src/usr.bin/sort: files.c fsort.c fsort.h msort.c

Log Message:
linebuf and linebuf_size are only used inside seq() - which also not
only has its own static variable, but will also extend the buffer.
Remove linebuf/size and change seq() to use a private, locally managed
buffer.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/sort/files.c
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/sort/fsort.c
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/sort/fsort.h
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/sort/msort.c

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



Home | Main Index | Thread Index | Old Index