Module Name:src
Committed By: wiz
Date: Mon Feb 17 13:04:17 UTC 2025
Modified Files:
src/usr.bin/sort: sort.1
Log Message:
capitalize POSIX
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/sort/sort.1
Please note that diffs are not public domain
Module Name:src
Committed By: simonb
Date: Wed Oct 25 05:51:11 UTC 2023
Modified Files:
src/usr.bin/sort: fsort.h
Log Message:
Correct a comment - 8 * 1 million is 8 million, not 10 million (!).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/so
Module Name:src
Committed By: simonb
Date: Wed Oct 25 05:51:11 UTC 2023
Modified Files:
src/usr.bin/sort: fsort.h
Log Message:
Correct a comment - 8 * 1 million is 8 million, not 10 million (!).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/so
Module Name:src
Committed By: sevan
Date: Sun Sep 1 18:04:54 UTC 2019
Modified Files:
src/usr.bin/sort: sort.1
Log Message:
sort was there since v1
https://www.bell-labs.com/usr/dmr/www/man61.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/
Module Name:src
Committed By: sevan
Date: Sun Sep 1 18:04:54 UTC 2019
Modified Files:
src/usr.bin/sort: sort.1
Log Message:
sort was there since v1
https://www.bell-labs.com/usr/dmr/www/man61.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/
On Sun, Jun 06, 2010 at 12:00:33AM +, Thomas Klausner wrote:
> Modified Files:
> src/usr.bin/sort: init.c
>
> Log Message:
> Fix typo in comment.
Woops!
--
David A. Holland
dholl...@netbsd.org
Module Name:src
Committed By: enami
Date: Fri Feb 5 21:58:42 UTC 2010
Modified Files:
src/usr.bin/sort: fsort.c msort.c sort.c sort.h
Log Message:
Don't touch past the end of allocated region. It results segmentation
violation.
To generate a diff of this commit:
cvs rd
On Sat, 26 Sep 2009 21:16:55 +
David Laight wrote:
> Modified Files:
> src/usr.bin/sort: files.c fsort.c fsort.h msort.c sort.c sort.h tmp.c
>
> Log Message:
> Move all the fopen() calls out of the record read routines into the callers.
> Split the merge sort so that fsort() can pass t
On Sat, 15 Aug 2009, David Laight wrote:
> I'm looking at fixing the 'sort -n' fubars, but this code is an
> inpeneterable mess - which needs some fixing first!
Heh. I fixed many sort -n problems some years ago, but the absence
of test cases has prevented me from committing. My changes include a