aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcwidth.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+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
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-1/+12
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Implement wcwidth() as an inline function.Tim J. Robbins2004-08-121-11/+2
* Grab all the information we need about a character with one call toTim J. Robbins2004-05-231-7/+5
* Use modern-style arguments declarationAndrey A. Chernov2002-08-191-2/+1
* Write null wide-character as L'\0' like in other placesAndrey A. Chernov2002-08-191-1/+1
* According to SUSv2, always return 0 for null wide-character codeAndrey A. Chernov2002-08-191-1/+6
* Move internal defines from ctype.h hereAndrey A. Chernov2002-08-191-0/+4
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allAndrey A. Chernov2002-08-171-0/+57