CVS commit: src/usr.bin/sort

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 21:13:45 UTC 2017 Modified Files: src/usr.bin/sort: sort.c Log Message: refactor includes, add To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/sort/sort.c Please note that diffs are not p

CVS commit: src/usr.bin/sort

2016-12-21 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Dec 21 09:06:24 UTC 2016 Modified Files: src/usr.bin/sort: sort.1 Log Message: Add missing full stop. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/sort/sort.1 Please note that diffs are not pub

CVS commit: src/usr.bin/sort

2016-06-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 1 08:24:03 UTC 2016 Modified Files: src/usr.bin/sort: sort.1 sort.c Log Message: Sort options and their descriptions. Sync usage more with man page. Bump date in man page for new option -C. To generate a diff of this commi

CVS commit: src/usr.bin/sort

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 02:37:55 UTC 2016 Modified Files: src/usr.bin/sort: msort.c sort.1 sort.c sort.h Log Message: Add the posix -C option (-c but quieter). Fix -R to work properly when setting \n as the record delimited using a numeric value

CVS commit: src/usr.bin/sort

2015-08-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 5 07:10:03 UTC 2015 Modified Files: src/usr.bin/sort: files.c sort.h Log Message: add a description about what was being attempted to failed writes messages. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 sr

CVS commit: src/usr.bin/sort

2013-05-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 29 15:00:35 UTC 2013 Modified Files: src/usr.bin/sort: sort.1 Log Message: - Remove redundant argument to non-first `.Nm' macro; - reference `-u' at `-c', to make more clear that the former can be used with the latter; - bu

CVS commit: src/usr.bin/sort

2013-01-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jan 20 21:02:11 UTC 2013 Modified Files: src/usr.bin/sort: sort.1 Log Message: As from today, numeric fields may begin with an optional plus or minus sign, not only an optional minus sign. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/sort

2013-01-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jan 20 10:12:59 UTC 2013 Modified Files: src/usr.bin/sort: fields.c Log Message: When parsing numbers, allow a leading '+'. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/sort/fields.c Please note th

CVS commit: src/usr.bin/sort

2010-12-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 18 23:36:23 UTC 2010 Modified Files: src/usr.bin/sort: sort.1 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/sort/sort.1 Please note that diffs are not public domain;

CVS commit: src/usr.bin/sort

2010-12-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 18 23:09:48 UTC 2010 Modified Files: src/usr.bin/sort: fields.c init.c sort.1 sort.c sort.h Log Message: Add an 'l' style for sorting that sorts by the string length of the field. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/sort

2010-06-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 6 00:00:33 UTC 2010 Modified Files: src/usr.bin/sort: init.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/sort/init.c Please note that diffs are not public do

CVS commit: src/usr.bin/sort

2010-06-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 5 17:46:08 UTC 2010 Modified Files: src/usr.bin/sort: init.c Log Message: Rework previous change to fixit() to not trip on option arguments. (Noticed by wiz.) Clarify the loop logic involved. To generate a diff of thi

CVS commit: src/usr.bin/sort

2010-06-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 5 17:44:51 UTC 2010 Modified Files: src/usr.bin/sort: sort.c sort.h Log Message: fixit() needs to know the getopt options list to do its thing correctly. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 s

CVS commit: src/usr.bin/sort

2010-05-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu May 27 05:52:29 UTC 2010 Modified Files: src/usr.bin/sort: init.c Log Message: Don't recognize "+3" after -- or after the first non-option argument. This prevents converting "+3" into "-k4.1" in places where getopt won't rec