Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -3/+19 |
| | | | | | | | | | | | | load of _l suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter. Also adds support for per-thread locales. This work was funded by the FreeBSD Foundation. Please test any code you have that uses the C standard locale functions! Reviewed by: das (gdtoa changes) Approved by: dim (mentor) | ||||
* | Further simplify the code. | delphij | 2008-10-19 | 1 | -11/+2 |
| | | | | Submitted by: Christoph Mallon <christoph.mallon gmx.de> | ||||
* | Use strlcpy() in !localized case to avoid the -1's. | delphij | 2008-10-17 | 1 | -2/+1 |
| | |||||
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 | robert | 2002-08-14 | 1 | -4/+1 |
| | | | | | | | to the function definition of strxfrm(3) in form of our '__restrict' macro. - Use an ANSI-C function definition for strxfrm(3). - Change the manual page accordingly. | ||||
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 1 | -4/+2 |
| | |||||
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 1 | -2/+5 |
| | | | | Do the same for the non-wcs*/wmem* files while I'm here. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | fix wrong return result | ache | 1999-02-12 | 1 | -19/+24 |
| | | | | | fix n=0 case improve manpage | ||||
* | Fix handling more than 1 char with non-C locale | ache | 1998-06-05 | 1 | -16/+4 |
| | | | | | | Misc. cleanup PR: 6825 Submitted by: Sergey Gershtein <sg@mplik.ru> | ||||
* | 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. | ||||
* | Back out fallback approximation changes, they are not so right to live | ache | 1996-08-13 | 1 | -17/+5 |
| | |||||
* | Use better approximation if collate info not available. | ache | 1996-06-09 | 1 | -6/+18 |
| | | | | Fix bug: strxfrm+strcmp != strcoll, if collate info not available | ||||
* | Minor optimization. | ache | 1995-02-18 | 1 | -7/+9 |
| | |||||
* | Copyrights cleanup | ache | 1995-02-18 | 1 | -7/+1 |
| | |||||
* | Add 8bit collate stuff | ache | 1995-02-16 | 1 | -35/+64 |
| | | | | Submitted by: alex@elvisti.kiev.ua | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+67 |