Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore including of "collate.h", for its own prototype (mis)match detection | ache | 2003-08-03 | 1 | -0/+1 |
| | |||||
* | Remove commented out and never used code | ache | 2003-08-03 | 1 | -34/+1 |
| | |||||
* | Remove __collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -10/+2 |
| | |||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+3 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | fix comment | ache | 2000-07-07 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Remove collate_range_cmp, was left for temp. backward compatibility | ache | 1997-08-03 | 1 | -10/+1 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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 usage | ache | 1996-10-31 | 1 | -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 output | ache | 1996-10-23 | 1 | -4/+12 |
| | | | | Simplify collate_range_cmp for ASCII-compatible collate we have now | ||||
* | Add comment explaining what function does | ache | 1996-09-17 | 1 | -3/+11 |
| | | | | Cover strcoll return 0 case too | ||||
* | Add Id | ache | 1996-08-14 | 1 | -0/+2 |
| | |||||
* | simplify/speedup/extend | ache | 1996-08-13 | 1 | -18/+22 |
| | |||||
* | Remove old version hooks | ache | 1996-08-12 | 1 | -10/+1 |
| | |||||
* | There is so many places where range comparation (using collate) | ache | 1996-08-12 | 1 | -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 statically | ache | 1996-08-12 | 1 | -0/+61 |
to many places in the libc |