mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
dc4bb1c2be
getdomainname): Add __NTH. * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs): Likewise. (realpath): Likewise. Use __const instead of const. Add __restrict keywords. * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf. * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset, wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb, mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH. * string/bits/string3.h (__memset_ichk): Likewise. (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk, __strncat_ichk): Likewise. Use __const instead of const. (__stpncpy_chk): Use __const instead of const. (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT. 2005-08-08 Ulrich Drepper <drepper@redhat.com> Jakub Jelinek <jakub@redhat.com> * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move definitions to... * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here. * nscd/connections.c (usekey): New enum. (check_use, verify_persistent_db): New functions. (nscd_init): If persistent database is corrupted, unlink it and recreate rather than falling back to non-persistent database. Call verify_persistent_db. Avoid overflows in total computation. 2005-08-08 Ulrich Drepper <drepper@redhat.com> * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code better readable. Avoid passing var to loop function, it's not necessary at all. |
||
---|---|---|
.. | ||
bits | ||
.cvsignore | ||
btowc.c | ||
Depend | ||
Makefile | ||
mbrlen.c | ||
mbrtowc.c | ||
mbsinit.c | ||
mbsnrtowcs.c | ||
mbsrtowcs_l.c | ||
mbsrtowcs.c | ||
tst-btowc.c | ||
tst-mbrtowc.c | ||
tst-mbsrtowcs.c | ||
tst-wchar-h.c | ||
tst-wcpncpy.c | ||
tst-wcrtomb.c | ||
tst-wcsnlen.c | ||
tst-wcstof.c | ||
Versions | ||
wchar.h | ||
wcpcpy.c | ||
wcpncpy.c | ||
wcrtomb.c | ||
wcscasecmp_l.c | ||
wcscasecmp.c | ||
wcscat.c | ||
wcschr.c | ||
wcschrnul.c | ||
wcscmp.c | ||
wcscoll_l.c | ||
wcscoll.c | ||
wcscpy.c | ||
wcscspn.c | ||
wcsdup.c | ||
wcslen.c | ||
wcsmbs-tst1.c | ||
wcsmbsload.c | ||
wcsmbsload.h | ||
wcsncase_l.c | ||
wcsncase.c | ||
wcsncat.c | ||
wcsncmp.c | ||
wcsncpy.c | ||
wcsnlen.c | ||
wcsnrtombs.c | ||
wcspbrk.c | ||
wcsrchr.c | ||
wcsrtombs.c | ||
wcsspn.c | ||
wcsstr.c | ||
wcstod_l.c | ||
wcstod.c | ||
wcstof_l.c | ||
wcstof.c | ||
wcstok.c | ||
wcstold_l.c | ||
wcstold.c | ||
wcswidth.c | ||
wcsxfrm_l.c | ||
wcsxfrm.c | ||
wctob.c | ||
wcwidth.c | ||
wcwidth.h | ||
wmemchr.c | ||
wmemcmp.c | ||
wmemcpy.c | ||
wmemmove.c | ||
wmempcpy.c | ||
wmemset.c |