summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/collcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore including of "collate.h", for its own prototype (mis)match detectionache2003-08-031-0/+1
|
* Remove commented out and never used codeache2003-08-031-34/+1
|
* Remove __collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-10/+2
|
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* fix commentache2000-07-071-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove collate_range_cmp, was left for temp. backward compatibilityache1997-08-031-10/+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.
* Rename collate_range_cmp to __collate_range_cmp for internal usageache1996-10-311-4/+12
| | | | | | | inside libc. Add collate_range_cmp as alias to __collate_range_cmp for temp. backward compatibility. collate_range_cmp will be replaced with direct code for each external program for compatibility with the rest of world
* Simplify debug outputache1996-10-231-4/+12
| | | | Simplify collate_range_cmp for ASCII-compatible collate we have now
* Add comment explaining what function doesache1996-09-171-3/+11
| | | | Cover strcoll return 0 case too
* Add Idache1996-08-141-0/+2
|
* simplify/speedup/extendache1996-08-131-18/+22
|
* Remove old version hooksache1996-08-121-10/+1
|
* There is so many places where range comparation (using collate)ache1996-08-121-9/+20
| | | | | needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc.
* Add internal function __collcmp once instead of adding it staticallyache1996-08-121-0/+61
to many places in the libc
OpenPOWER on IntegriCloud