forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wctype/wctype.h: The *_l functions are in POSIX 2008.
* wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs, wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l. * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from 200112L to 200809L. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT entries. * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT. * posix/unistd.h: fexecve is in POSIX 2008. * time/time.h: strftime_l is in POSIX 2008. * io/sys/stat.h: futimens is in POSIX 2008. * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008. * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal, strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008. * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
- Loading branch information
Ulrich Drepper
committed
Feb 26, 2009
1 parent
f503060
commit 6cbe890
Showing
16 changed files
with
151 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
2009-02-26 Ulrich Drepper <[email protected]> | ||
|
||
* wctype/wctype.h: The *_l functions are in POSIX 2008. | ||
* wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, | ||
wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs, | ||
wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l. | ||
* sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from | ||
200112L to 200809L. | ||
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. | ||
* posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and | ||
_SC_THREAD_ROBUST_PRIO_PROTECT entries. | ||
* bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and | ||
_SC_THREAD_ROBUST_PRIO_PROTECT. | ||
* posix/unistd.h: fexecve is in POSIX 2008. | ||
* time/time.h: strftime_l is in POSIX 2008. | ||
* io/sys/stat.h: futimens is in POSIX 2008. | ||
* string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008. | ||
* string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal, | ||
strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008. | ||
* stdlib/stdlib.h: mkdtemp is in POSIX 2008. | ||
* libio/stdio.h: dprintf, fmemopen, getdelim, getline, | ||
open_memstream, and vdprintf are in POSIX 2008. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2009-02-26 Ulrich Drepper <[email protected]> | ||
|
||
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define | ||
_POSIX_THREAD_ROBUST_PRIO_INHERIT and | ||
_POSIX_THREAD_ROBUST_PRIO_PROTECT. Reset value of macros from | ||
200112L to 200809L. | ||
|
||
2009-02-25 Ulrich Drepper <[email protected]> | ||
|
||
* sysdeps/pthread/pthread.h: The robust mutex functions are in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.