X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f9020abed9616bf99217e9fd21f62e373b3bed93;hb=04f92ed843ff3516dd6b12341ad44c397634cf16;hp=62a20ce952abd0dd34d36dbac2cf2777fda05bbb;hpb=0f831d73fa8f157132e1628349a2d5494b8116ec;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 62a20ce95..f9020abed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,42 @@ 2010-12-19 Bruno Haible + wctype: Make it work in C++ mode on OSF/1 5.1. + * lib/wctype.in.h (iswblank): Declare but not define here. + * lib/iswblank.c: New file, extracted from lib/wctype.in.h. + * m4/wctype_h.m4 (gl_WCTYPE_H): Arrange to compile it if needed. + * modules/wctype (Files): Add lib/iswblank.c. + +2010-12-19 Bruno Haible + + signal: Document problem with type of SIGRTMIN, SIGRTMAX on OSF/1 5.1. + * doc/posix-headers/signal.texi: Document OSF/1 5.1 problem. + * lib/strsignal.c (strsignal): Cast SIGRTMIN to 'int'. + +2010-12-19 Bruno Haible + + sys_socket: Use POSIX compatible declarations on OSF/1 5.1. + * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): On OSF/1, define + _POSIX_PII_SOCKET. + * doc/posix-functions/recv.texi: Document the OSF/1 problem. + * doc/posix-functions/recvfrom.texi: Likewise. + * doc/posix-functions/send.texi: Likewise. + * doc/posix-functions/sendto.texi: Likewise. + +2010-12-19 Bruno Haible + + tcgetsid: Add missing declaration on OSF/1 5.1. + * lib/termios.in.h (tcgetsid): Test HAVE_DECL_TCGETSID instead of + HAVE_TCGETSID. + * m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Test whether tcgetsid is declared. + Don't set HAVE_TCGETSID. + * m4/termios_h.m4 (gl_TERMIOS_H_DEFAULTS): Initialize + HAVE_DECL_TCGETSID, not HAVE_TCGETSID. + * modules/termios (Makefile.am): Substitute HAVE_DECL_TCGETSID, not + HAVE_TCGETSID. + * doc/posix-functions/tcgetsid.texi: Mention the OSF/1 5.1 problem. + +2010-12-19 Bruno Haible + stdio: Fix problem with popen() declaration on OSF/1 5.1. * lib/stdio.in.h: During the include_next statement, let recursive includes of this file include only the system header file.