aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/ldpart.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add hybrid C.UTF-8 locale being identical to default C locale exceptYuri Pankov2018-11-041-1/+2
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+1
* Rewrite split_lines() to operate safelyAndrey A. Chernov2004-04-251-3/+7
* . style(9)Alexey Zelkin2003-06-261-1/+2
* Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard2003-06-131-6/+6
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-271-1/+2
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-081-57/+31
* Style fixes in preparation of code rewrittingAndrey A. Chernov2002-08-071-18/+24
* Use errno to indicate failure reason.Andrey A. Chernov2002-08-041-12/+18
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* style(9)'ifyAlexey Zelkin2001-12-201-18/+19
* * Add my e-mail to copyrightsAlexey Zelkin2001-12-111-7/+8
* Include <unistd.h> so that read(2) and write(2) don't cause warnings.Daniel Eischen2001-04-101-1/+2
* s/fstat/_fstat/Daniel Eischen2001-03-011-1/+1
* add additional function parameter: bufsize_min. it's possibleAlexey Zelkin2001-02-131-3/+6
* Use "namespace.h" and "un-namespace.h"Alexey Zelkin2001-02-101-0/+2
* Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin2001-02-081-0/+165