1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/lib/libc/locale
Mike Barcroft fd8e4ebc8c o Move NTOHL() and associated macros into <sys/param.h>. These are
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
  source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
  Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
  POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
  and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
  complexities associated with having MD (asm and inline) versions, and
  having to prevent exposure of these functions in other headers that
  happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
  third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.

Tested on:	alpha, i386
Reviewed by:	bde, jake, tmm
2002-02-18 20:35:27 +00:00
..
ansi.c
big5.c
collate.c
collate.h
collcmp.c
ctype.3 Fixed unsorting of almost all lists in previous commit. 2002-01-11 15:15:17 +00:00
digittoint.3
euc.4
euc.5
euc.c
fix_grouping.c
frune.c
isalnum.3
isalpha.3
isascii.3
isblank.3 Restore C99 standard conformance information, isblank() _is_ in final 2002-01-22 20:14:35 +00:00
iscntrl.3
isctype.c
isdigit.3
isgraph.3
islower.3
isprint.3
ispunct.3
isspace.3
isupper.3
isxdigit.3
ldpart.c
ldpart.h
lmessages.c
lmessages.h
lmonetary.c Do not try to convert to char already converted C monetary locale members. 2002-01-28 08:26:38 +00:00
lmonetary.h
lnumeric.c
lnumeric.h
localeconv.c Do not try to convert to char already converted C monetary locale members. 2002-01-28 08:26:38 +00:00
Makefile.inc
mbrune.3
mbrune.c
mskanji.c
multibyte.3
nl_langinfo.3
nl_langinfo.c
nomacros.c
none.c
rune.3
rune.c o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
runetype.c
setinvalidrune.c
setlocale.3
setlocale.c get __time_load_locale() prototype from include file, rather than declare 2002-01-24 15:38:59 +00:00
setlocale.h
setrunelocale.c
table.c
toascii.3
tolower.3 Replaced bogus cross references by the usual one for the ctype family 2002-01-11 15:39:50 +00:00
tolower.c
toupper.3 Replaced bogus cross references by the usual one for the ctype family 2002-01-11 15:39:50 +00:00
toupper.c
utf2.4
utf2.5
utf2.c