index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sort
/
init.c
Age
Commit message (
Expand
)
Author
2013-10-18
fix unused variable warnings
christos
2010-12-18
Add an 'l' style for sorting that sorts by the string length of the field.
christos
2010-06-06
Fix typo in comment.
wiz
2010-06-05
Rework previous change to fixit() to not trip on option arguments. (Noticed
dholland
2010-05-27
Don't recognize "+3" after -- or after the first non-option argument.
dholland
2009-11-06
Retire __SCCSID. It has only archeological value now. Also retire lint
joerg
2009-09-10
Save length of key instead of relying of the weight of the record sep.
dsl
2009-09-05
Include a local copy of the sradixsort() code from libc.
dsl
2009-08-22
<space> and <tab> at the start of key fields are supposed to be sorted
dsl
2009-08-22
Rework the way sort generates sort keys:
dsl
2009-08-15
Ansify.
dsl
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-10-23
fix check for field order to allow .0 form in "-k 1.2,1.0"
jdolecek
2004-11-03
Add (unsigned char) cast to ctype functions
dsl
2004-02-18
insertcol() may insert up to two items to clist, so allocate memory accordingly
jdolecek
2004-02-17
fix parsing of some +POS -POS variants, as pointed out by sort regression
jdolecek
2004-02-17
safer realloc idiom
itojun
2004-02-15
remove compile-time limit on number of -k options, allocate necessary
jdolecek
2004-02-15
rewrite fixit() to duplicate less code, and comment the contents better;
jdolecek
2004-02-15
g/c redundant setfield() prototype
jdolecek
2003-08-07
add TNF copyright
jdolecek
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-12-24
add extern definition for ncols and clist[] to sort.h, eliminate extra
jdolecek
2001-12-31
Change some:
thorpej
2001-02-19
Pull up various cosmetic (mostly whitespace) changes from OpenBSD.
jdolecek
2001-01-12
use toupper() where appropriate
jdolecek
2000-10-16
cosmetic change: make setcolumn() static, remove bogus redundant setcolumn() ...
jdolecek
2000-10-07
Hit sort(1) with a hammer till it compiles.
bjh21
2000-10-07
4.4BSD-Lite2 contrib/sort
bjh21