1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/lib/libc/locale
Jason Evans 929273386f Add three-tier symbol naming in support of POSIX thread cancellation
points.  For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep().  The arrows represent weak aliases.  For
system calls, the pattern is _read() <-- _libc_read() <-- read().
2000-01-12 09:23:48 +00:00
..
ansi.c
big5.c PR: 10918 1999-05-07 13:24:58 +00:00
collate.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
collate.h __collate_substitute() do something non-trivial only for German. For everyone 1999-09-12 21:15:28 +00:00
collcmp.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ctype.3 Correct "standard compilance" notes 1999-12-14 10:35:09 +00:00
euc.4 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
euc.5 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
euc.c
frune.c
isalnum.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isalpha.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isascii.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isblank.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
iscntrl.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isctype.c Back up following macros by functions: ishexnumber, isideogram, isnumber, 1999-12-17 15:12:21 +00:00
isdigit.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isgraph.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
islower.3 Add .Xrefs to tolower.3 and toupper.3, respectively. 1999-12-28 14:10:21 +00:00
isprint.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ispunct.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isspace.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
isupper.3 Add .Xrefs to tolower.3 and toupper.3, respectively. 1999-12-28 14:10:21 +00:00
isxdigit.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
lconv.c
localeconv.c
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
mbrune.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
mbrune.c
mskanji.c
multibyte.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
nomacros.c
none.c
rune.3 mdoc(7)'fy 1999-09-23 13:45:43 +00:00
rune.c
runetype.c
setinvalidrune.c
setlocale.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
setlocale.c Fix dead loop if locale contains / and not all categories specified 1999-11-09 11:09:16 +00:00
setlocale.h
setrunelocale.c
table.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
toascii.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
tolower.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
tolower.c
toupper.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
toupper.c
utf2.4 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
utf2.5 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
utf2.c