CVS commit: src/usr.bin/sort

2025-02-17 Thread Thomas Klausner
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

CVS commit: src/usr.bin/sort

2023-10-24 Thread Simon Burge
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

CVS commit: src/usr.bin/sort

2023-10-24 Thread Simon Burge
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

CVS commit: src/usr.bin/sort

2019-09-01 Thread Sevan Janiyan
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/

CVS commit: src/usr.bin/sort

2019-09-01 Thread Sevan Janiyan
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/

Re: CVS commit: src/usr.bin/sort

2010-06-05 Thread David Holland
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

CVS commit: src/usr.bin/sort

2010-02-05 Thread enami tsugutomo
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

Re: CVS commit: src/usr.bin/sort

2009-09-28 Thread Tobias Nygren
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

Re: CVS commit: src/usr.bin/sort

2009-08-15 Thread Alan Barrett
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