This commit is contained in:
Michael Kerrisk 2007-04-27 17:30:00 +00:00
parent 00e287101e
commit dd974cbcdd
2 changed files with 17 additions and 2 deletions

15
Changes
View File

@ -5,6 +5,8 @@ Released: 2007-??-??
Contributors
------------
Bruni Haible <bruno@clisp.org>
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
@ -24,3 +26,16 @@ places.
Changes to individual pages
---------------------------
copysign.3
Bruno Haible
Clarify discussion of negative zero.
iconv_open.3
Bruno Haible
Describe the glibc/libiconv //TRANSLIT and //IGNORE extensions
for 'tocode'.
iswblank.3
Bruno Haible
Update CONFORMING TO; iswblank() is in POSIX.1-2001.

View File

@ -4817,7 +4817,7 @@ exevce.2
getitimer.2
mtk
Noted effect of fork() and execve() on interval tiemrs.
Noted effect of fork() and execve() on interval timers.
getrlimit.2
mtk
@ -5401,7 +5401,7 @@ open.2
crypt.3
Egmont Koblinger
Make desription of MD5 output string less ambiguous.
Make description of MD5 output string less ambiguous.
strerror.3
Reuben Thomas