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
/
sort.h
Age
Commit message (
Expand
)
Author
2016-06-01
Add the posix -C option (-c but quieter). Fix -R to work properly when
kre
2015-08-05
add a description about what was being attempted to failed writes messages.
mrg
2011-09-16
Use __dead
joerg
2010-12-18
Add an 'l' style for sorting that sorts by the string length of the field.
christos
2010-06-05
fixit() needs to know the getopt options list to do its thing correctly.
dholland
2010-02-05
Don't touch past the end of allocated region. It results segmentation
enami
2009-09-28
Fix borked fix for sort relying on realloc() changing the buffer end.
dsl
2009-09-26
Move all the fopen() calls out of the record read routines into the callers.
dsl
2009-09-10
Save length of key instead of relying of the weight of the record sep.
dsl
2009-09-05
Now we have our own radix_sort() change the interface so that we pass
dsl
2009-09-05
Include a local copy of the sradixsort() code from libc.
dsl
2009-08-22
Rework the way sort generates sort keys:
dsl
2009-08-20
Delete more unwanted/unused cruft.
dsl
2009-08-18
The code that attempted to sort large files by sorting each chunk by the
dsl
2009-08-16
Replace all uses of sizeof(TRECHEADER) with REC_DATA_OFFSET - which
dsl
2009-08-15
Remove reference to db.h by using separate ptr+len fields for the only
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-02-15
remove compile-time limit on number of -k options, allocate necessary
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-25
make function merge() static in msort.c
jdolecek
2002-12-24
put contents of extern.h directly to sort.h, and g/c extern.h
jdolecek
2002-12-24
add extern definition for ncols and clist[] to sort.h, eliminate extra
jdolecek
2001-02-19
cosmetic changes - make keylist[] static and remove extern definition
jdolecek
2001-01-19
adjust intendation
jdolecek
2001-01-16
- fix alignment problem.
shin
2001-01-12
alltable[], itable[], dtable[] were moved to init.c, g/c from sort.[ch]
jdolecek
2001-01-11
general cleanup of file list passing:
jdolecek
2001-01-08
constify a bit, small cleanups
jdolecek
2001-01-08
by default, use stable sort
jdolecek
2000-10-16
enlarge line buffer as necessary, so that it's possible
jdolecek
2000-10-07
Include <string.h> to get prototype for memcpy(). Fixed compile problems
simonb
2000-10-07
Two classes of changes from the initial OpenBSD commit of this sort(1):
bjh21
2000-10-07
Hit sort(1) with a hammer till it compiles.
bjh21
2000-10-07
4.4BSD-Lite2 contrib/sort
bjh21