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
/
fields.c
Age
Commit message (
Expand
)
Author
2009-11-06
Retire __SCCSID. It has only archeological value now. Also retire lint
joerg
2009-10-07
When encoding numbers, we can use all 8 bits for exponent values.
dsl
2009-09-16
Minor tweaks to the key generation for numeric fields.
dsl
2009-09-10
Save length of key instead of relying of the weight of the record sep.
dsl
2009-08-22
Fix generation of unmasked alpha keys.
dsl
2009-08-22
Only process each number digit once.
dsl
2009-08-22
Rework the way sort generates sort keys:
dsl
2009-08-20
Delete more unwanted/unused cruft.
dsl
2009-08-15
Always add an REC_D char (usually \n) as the last sort key char - we
dsl
2009-08-15
Remove reference to db.h by using separate ptr+len fields for the only
dsl
2009-08-15
Ansify.
dsl
2009-04-13
Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2004-03-14
Do not step over the edge of the buffer (check for '\0'). This just happens
heas
2004-02-15
make sure zero is recognized as regular number in number(), and thus sorted
jdolecek
2004-02-15
fix -Wunitialized warnings
jdolecek
2003-10-18
KNF (mostly whitespace)
itojun
2003-08-07
add TNF copyright
jdolecek
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-09
rename local macro blancmange() to SKIP_BLANKS(), to clarify what
jdolecek
2002-12-24
add extern definition for ncols and clist[] to sort.h, eliminate extra
jdolecek
2001-02-19
Pull up various cosmetic (mostly whitespace) changes from OpenBSD.
jdolecek
2001-02-19
enterfield(): test the buffer size BEFORE assignment also for the other code
jdolecek
2001-02-19
enterkey():
jdolecek
2001-01-13
also remove the clpos++ added in rev 1.4
jdolecek
2001-01-13
undo broken revision 1.4
jdolecek
2001-01-12
for stable sort, arrange so that really only relevant part of line
jdolecek
2000-10-17
cosmetic change in way one of for variables is updated
jdolecek
2000-10-15
don't use register declarations
jdolecek
2000-10-07
Hit sort(1) with a hammer till it compiles.
bjh21
2000-10-07
4.4BSD-Lite2 contrib/sort
bjh21