aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/mblen.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #include directives.Tim J. Robbins2004-07-291-2/+0
* Remove useless checks for characters longer than INT_MAX bytes.Tim J. Robbins2004-07-291-4/+0
* Reduce overhead by calling internal versions of the multibyte conversionTim J. Robbins2004-05-121-1/+2
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-061-6/+20
* Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune()Tim J. Robbins2003-08-071-26/+9
* Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0)Tim J. Robbins2002-10-281-4/+3
* Style sweep.Tim J. Robbins2002-10-271-7/+6
* Set errno to EILSEQ when invalid multibyte sequences are detectedTim J. Robbins2002-09-031-1/+4
* Split ansi.c into a separate source file for each function.Tim J. Robbins2002-08-311-0/+57