aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/init.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old sort files to _actually_ build it from contrib sourcesAndrey A. Chernov2002-04-061-488/+0
* style(9) cosmetique of my changesAndrey A. Chernov2002-04-061-18/+18
* Cast ctype macros char arg to u_char to prevent sign extensionAndrey A. Chernov2002-04-041-6/+6
* Remove __PAndrey A. Chernov2002-04-041-6/+6
* Implement collating sortAndrey A. Chernov2002-04-041-9/+29
* Fix to handle REC_D > 127 and fold case sorting of high lettersAndrey A. Chernov2002-04-031-33/+132
* Fix the case when high letters becomes missing from fold tablesAndrey A. Chernov2002-03-251-4/+9
* Fix the case when record separator is 'Z' letterAndrey A. Chernov2002-03-251-2/+6
* Make this compile on FreeBSD. Sort out VCS tags, fix warnings.Mark Murray2002-03-241-1/+6
* Vendor import NETBSD's sort(1). This will be a replacement forMark Murray2002-03-221-0/+355