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
Age
Commit message (
Expand
)
Author
2019-09-05
Pull up following revision(s) (requested by sevan in ticket #174):
martin
2019-07-11
Fix typo (s/supress/suppress/).
msaitoh
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2017-01-10
refactor includes, add <sys/stat.h>
christos
2016-12-21
Add missing full stop.
abhinav
2016-06-01
Sort options and their descriptions. Sync usage more with man page.
wiz
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
2013-10-18
fix unused variable warnings
christos
2013-05-29
- Remove redundant argument to non-first `.Nm' macro;
wiz
2013-01-20
As from today, numeric fields may begin with an optional
apb
2013-01-20
When parsing numbers, allow a leading '+'.
apb
2011-09-16
Use __dead
joerg
2010-12-18
Sort sections.
wiz
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-06-05
fixit() needs to know the getopt options list to do its thing correctly.
dholland
2010-05-27
Don't recognize "+3" after -- or after the first non-option argument.
dholland
2010-05-14
RETURN VALUES -> EXIT STATUS.
jruoho
2010-02-05
Don't touch past the end of allocated region. It results segmentation
enami
2009-11-06
Retire __SCCSID. It has only archeological value now. Also retire lint
joerg
2009-10-09
If anyone is stupid enough to feed records longer than 8MB into sort, don't
dsl
2009-10-09
When we need to merge more than 16 files, do them in a hierarchy.
dsl
2009-10-09
Don't give merge an empty file when we detect EOF with nothing in our
dsl
2009-10-07
long align records written to temporary files.
dsl
2009-10-07
When encoding numbers, we can use all 8 bits for exponent values.
dsl
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-19
Fix sort -u, PR/42094
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-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-23
Fix pasto.
wiz
2009-08-22
Bring nearer to reality.
dsl
2009-08-22
<space> and <tab> at the start of key fields are supposed to be sorted
dsl
2009-08-22
Put radixsort() and sradixsort() the correct way around.
dsl
2009-08-22
Fix generation of unmasked alpha keys.
dsl
2009-08-22
Only process each number digit once.
dsl
2009-08-22
Add some comments and clarifications to this inpeneterable code.
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
'depth' is used for the number of bytes into the key that the pointers
dsl
2009-08-16
Replace all uses of sizeof(TRECHEADER) with REC_DATA_OFFSET - which
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
linebuf and linebuf_size are only used inside seq() - which also not
dsl
2009-08-15
Remove the unused 'DBT *key' parameter from seq().
dsl
[next]