aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-21124-124/+124
* Change dstp to be const and remove bogus cast.Roman Divacky2009-01-151-2/+3
* Introduce a local variable and use it instead of passed in parameterRoman Divacky2009-01-153-4/+10
* Don't allocate the constant array "props" on the stack in wctype.Antoine Brodin2008-03-171-1/+1
* Fix longstanding mb/wc functions segfault if error occurseAndrey A. Chernov2008-01-231-29/+39
* Better fix for longstanding segfault. Don't touch current locale at allAndrey A. Chernov2008-01-231-17/+29
* 1) Add (void) cast to _none_init() (while I am here)Andrey A. Chernov2008-01-231-2/+4
* Introduce new encoding: "ASCII"Andrey A. Chernov2008-01-214-1/+191
* Remove 3rd clause of licenseAlexey Zelkin2007-12-121-4/+0
* - Include runetype.h for _RuneLocale_Rong-En Fan2007-11-071-0/+2
* Back out 2nd part of wrong iswascii() change in prev. commit.Andrey A. Chernov2007-10-231-1/+1
* Add comment explaining __mb_sb_limit trick here.Andrey A. Chernov2007-10-151-0/+5
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-1312-21/+57
* - Fix typoGabor Kovesdan2007-05-041-2/+2
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0949-196/+0
* Add missing comma.Ruslan Ermilov2006-10-131-1/+1
* Fix a bug where, for 6-byte sequences, the top 6 bits get compared toTom Rhodes2006-03-301-1/+1
* Add __collate_load_error and __collate_range_cmp to the list ofDaniel Eischen2006-03-301-0/+2
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+100
* -mdoc sweep.Ruslan Ermilov2005-11-1714-14/+14
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-123-0/+3
* Add HISTORY section.Tim J. Robbins2005-07-211-1/+6
* Add cross-reference to nextwctype(3).Tim J. Robbins2005-07-211-1/+2
* Add COMPATIBILITY and HISTORY sections. Fix typo.Tim J. Robbins2005-07-211-2/+13
* Remove confusing "single C char locales" phrase; arguments to theseTim J. Robbins2005-07-1712-106/+44
* Remove confusing "single C char locales" phrase; arguments to tolower()Tim J. Robbins2005-07-172-18/+6
* Make <runefile.h> internal to libc.Ruslan Ermilov2005-05-162-1/+63
* Make the format of LC_COLLATE files architecture independent.Ruslan Ermilov2005-02-272-3/+14
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-2711-117/+112
* ANSI'fy prototypesAlexey Zelkin2005-02-273-11/+5
* Make the format of LC_CTYPE files architecture independent byRuslan Ermilov2005-02-261-66/+156
* Fix comparisons that test if an unsigned value is < 0.Stefan Farfeleder2005-02-122-4/+4
* Sort sections.Ruslan Ermilov2005-01-203-18/+18
* Markup style.Ruslan Ermilov2005-01-152-6/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+1
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,Tim J. Robbins2005-01-093-2/+121
* Remove setrunelocale()Andrey A. Chernov2004-10-181-23/+0
* Remove the obsolete <rune.h> interface.Tim J. Robbins2004-10-1711-846/+11
* Remove support for the obsolete UTF2 encoding.Tim J. Robbins2004-10-179-317/+3
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-3/+3
* Re-word warning about the UTF2 encoding, taking care to use the wordTim J. Robbins2004-08-211-3/+3
* Bump document date for previous.Tim J. Robbins2004-08-212-2/+2
* Re-word warning about the rune interface, taking care to use the wordTim J. Robbins2004-08-212-12/+10
* Change "deprecated" in link-time warnings about various rune functionsTim J. Robbins2004-08-214-8/+8
* Re-word compatibility section, taking care to use the word "obsolete" toTim J. Robbins2004-08-2114-54/+64
* /me kicks cvs updateTom Rhodes2004-08-171-7/+1
* Fix incorrect code in an example. The previous example would produceTom Rhodes2004-08-171-2/+8
* Fix example.Tim J. Robbins2004-08-121-4/+5