Start of man-pages-3.22: updating Changes and Changes.old

This commit is contained in:
Michael Kerrisk 2009-04-16 04:25:07 +12:00
parent 4fad30c047
commit 2ebad1b104
2 changed files with 74 additions and 38 deletions

46
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-3.21 ====================
==================== Changes in man-pages-3.22 ====================
Released: 2009-04-15, Los Gatos
Released: ????-??-??, Munich
Contributors
@ -9,9 +9,6 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Frank Dana <ferdnyc@gmail.com>
Michael Kerrisk <mtk.manpages@gmail.com>
Roman Byshko <rbyshko@gmail.com>
Apologies if I missed anyone!
@ -19,46 +16,19 @@ Apologies if I missed anyone!
New and rewritten pages
-----------------------
pthread_setconcurrency.3
Michael Kerrisk
New page documenting pthread_setconcurrency(3) and
pthread_getconcurrency(3)
pthread_yield.3
Michael Kerrisk
New page documenting pthread_yield(3)
Newly documented interfaces in existing pages
---------------------------------------------
New and changed links
---------------------
pthread_getconcurrency.3
Michael Kerrisk
New link to new pthread_setconcurrency(3)
Global changes
--------------
Changes to individual pages
---------------------------
initrd.4
Michael Kerrisk
Various minor wording improvements
initrd.4
Frank Dana
Add missing word in description
feature_test_macros.7
Michael Kerrisk
Update for glibc 2.10 changes to <features.h>
From glibc 2.10, <features.h> understands the values 200809
for _POSIX_C_SOURCE and 700 for _XOPEN_SOURCE, and makes
corresponding changes to defaults for other feature test macros.
Michael Kerrisk
Add an example program
This example program makes it possible to explore what
feature test macros are set depending on the glibc version
and the macros that are explicitly set.
ldconfig.8
Michael Kerrisk
/etc/ld.so.conf also include libraries found in /lib and /usr/lib

View File

@ -18552,3 +18552,69 @@ sem_overview.7
Because of the "sem." prefix added by glibc to a semaphore
name, the limit on the length of the name (excluding the
terminating null byte) is 251 characters.
==================== Changes in man-pages-3.21 ====================
Released: 2009-04-15, Los Gatos
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Frank Dana <ferdnyc@gmail.com>
Michael Kerrisk <mtk.manpages@gmail.com>
Roman Byshko <rbyshko@gmail.com>
Apologies if I missed anyone!
New and rewritten pages
-----------------------
pthread_setconcurrency.3
Michael Kerrisk
New page documenting pthread_setconcurrency(3) and
pthread_getconcurrency(3)
pthread_yield.3
Michael Kerrisk
New page documenting pthread_yield(3)
New and changed links
---------------------
pthread_getconcurrency.3
Michael Kerrisk
New link to new pthread_setconcurrency(3)
Changes to individual pages
---------------------------
initrd.4
Michael Kerrisk
Various minor wording improvements
initrd.4
Frank Dana
Add missing word in description
feature_test_macros.7
Michael Kerrisk
Update for glibc 2.10 changes to <features.h>
From glibc 2.10, <features.h> understands the values 200809
for _POSIX_C_SOURCE and 700 for _XOPEN_SOURCE, and makes
corresponding changes to defaults for other feature test macros.
Michael Kerrisk
Add an example program
This example program makes it possible to explore what
feature test macros are set depending on the glibc version
and the macros that are explicitly set.
ldconfig.8
Michael Kerrisk
/etc/ld.so.conf also include libraries found in /lib and /usr/lib