summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcoll.c
Commit message (Collapse)AuthorAgeFilesLines
* rcsid[]->__FBSDIDobrien2001-11-071-4/+2
|
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-2/+5
| | | | Do the same for the non-wcs*/wmem* files while I'm here.
* __collate_substitute() do something non-trivial only for German. For everyonedt1999-09-121-3/+10
| | | | | | | | else, it is equivalent to strdup(). So, we will check if the substitution tables are trivial at the load time, and possibly save 2 calls to __collate_substitute() in strcoll(). Still, __collate_substitute() should not exist.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Back out fallback approximation changes, they are not so right to liveache1996-08-131-19/+3
|
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+3
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Use better approximation if collate info not available.ache1996-06-091-3/+19
| | | | Fix bug: strxfrm+strcmp != strcoll, if collate info not available
* If locale not available, fallback to strcasecmp, not to strcmpache1995-04-161-2/+2
|
* Copyrights cleanupache1995-02-181-3/+1
|
* Add 8bit collate stuffache1995-02-161-26/+53
| | | | Submitted by: alex@elvisti.kiev.ua
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+53
OpenPOWER on IntegriCloud