aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/euc.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* SPDX: Fix some License ID tags for libc.Pedro F. Giffuni2017-12-271-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* EUC-type encodings don't have single byte characters >= 128Andrey A. Chernov2016-04-041-3/+3
* Fix mbtowc not setting EILSEQ on an Incomplete multibyte sequence for eucJP e...Baptiste Daroussin2015-11-021-0/+1
* locales: Fix eucJP sorting (broken upstream?)Baptiste Daroussin2015-11-011-3/+4
* Revamp CTYPE support (from Illumos & Dragonfly)Baptiste Daroussin2015-08-081-127/+307
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-7/+12
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-131-0/+3
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-271-8/+9
* Prefix the names of members of _RuneLocale and its sub-structuresTim J. Robbins2004-06-231-5/+5
* Buffer partial wide characters more efficiently: instead of storing theTim J. Robbins2004-05-271-31/+46
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-5/+1
* In the absence of proper validation, at least check that null bytesTim J. Robbins2004-05-111-1/+7
* Perform some basic validation of multibyte conversion state objects.Tim J. Robbins2004-04-121-2/+14
* Don't cast away const qualifiers.Tim J. Robbins2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-071-10/+40
* Remove unused #includes.Tim J. Robbins2003-11-081-3/+0
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementTim J. Robbins2003-11-021-83/+69
* Add safeguards to never use errno == 0 as setrunelocale() error return codeAndrey A. Chernov2002-08-091-1/+1
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-081-22/+13
* Fix wrong address when EucInfo > "variable" sizeAndrey A. Chernov2002-08-071-1/+1
* Remove the hard-coded limit of 3 bytes for EUC encodings.Jeroen Ruigrok van der Werven2002-04-141-1/+3
* Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.Jeroen Ruigrok van der Werven2002-04-071-0/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Megre XPG4 code into libcAndrey A. Chernov2000-06-031-2/+2
* Include string.h for memcpy function prototype.John Birrell1998-01-141-0/+1
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)Andrey A. Chernov1995-10-231-0/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+220