summaryrefslogtreecommitdiff
path: root/lib/libc/locale/collate.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary inclusion of <rune.h> to make it obvious that this fileTim J. Robbins2002-10-291-1/+0
* Use ntohl() to read cnains number in new formatAndrey A. Chernov2002-08-311-2/+4
* Style fixAndrey A. Chernov2002-08-301-3/+3
* Prepare for switching to unlimited chains format.Andrey A. Chernov2002-08-301-20/+43
* Reduce BSS size for programs which not load collate by eliminatingAndrey A. Chernov2002-08-131-10/+10
* Now malloc() is fixed, remove errno hardcoding to ENOMEMAndrey A. Chernov2002-08-121-3/+6
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-081-39/+87
* Style fixes in preparation for rewrittingAndrey A. Chernov2002-08-071-15/+15
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-2/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-6/+6
* __collate_substitute() do something non-trivial only for German. For everyoneDmitrij Tejblum1999-09-121-2/+13
* Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).Dmitrij Tejblum1999-09-121-8/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Use symbolic constants instead of hardcoded digitsAndrey A. Chernov1997-02-061-1/+1
* Update the comment why range checking not neededAndrey A. Chernov1997-02-051-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add comment that range checking is already done at upper levelAndrey A. Chernov1996-12-281-3/+6
* Fix yet another buffer overflow. :-(Joerg Wunsch1996-12-161-5/+3
* PATH_LOCALE: use this non-standard env variable first time only, i.e.Andrey A. Chernov1996-11-261-4/+6
* Simplify debug outputAndrey A. Chernov1996-10-231-1/+2
* Save half of space in LC_COLLATE and remove unneded code.Andrey A. Chernov1996-10-151-28/+7
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-3/+4
* Optimize PathLocale handling.Andrey A. Chernov1995-10-231-7/+15
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Minor optimizationAndrey A. Chernov1995-02-181-7/+4
* Don't pick _warn module nowAndrey A. Chernov1995-02-171-10/+34
* Add 8-bit collate stuffAndrey A. Chernov1995-02-161-0/+184