New modules for grapheme cluster breaking.
[gnulib.git] / ChangeLog
2010-12-28 Ben PfaffNew modules for grapheme cluster breaking.
2010-12-27 Bruno Haiblelinkat test: Avoid failure on Solaris 11 2010-11.
2010-12-27 Paul Eggertutimens: work around glibc rounding bug on more platforms
2010-12-27 Bruno Haibleselect tests: Improve comments.
2010-12-27 Bruno Haibleselect tests: Safer way of handling timeout.
2010-12-27 Bruno Haibleselect tests: Use 'bool' where appropriate.
2010-12-27 Bruno Haibleselect tests: Use existing modules.
2010-12-27 Bruno Haiblembrtowc: Work around a Solaris 7 bug.
2010-12-27 Jim Meyeringread-file.c: tweak syntax
2010-12-27 Bruno Haibletimes test: Avoid gcc warnings on OSF/1.
2010-12-27 Paul Eggertutimens: work around glibc rounding bug on older Linux...
2010-12-27 Bruno Haibleinet_ntop: Hide mismatch of declaration on NonStop...
2010-12-27 Bruno Haibleinet_ntop, inet_pton: Ensure declaration on NonStop...
2010-12-27 Bruno Haiblearpa_inet: Use the common idioms with C++ support.
2010-12-26 Bruno HaibleFix more C++ link errors on Solaris 8.
2010-12-26 Bruno Haibleprintf-posix: Fix link error when a non-GCC compiler...
2010-12-26 Bruno Haiblestrerror_r-posix: Update doc.
2010-12-25 Paul Eggertutimens: simplify the logic of the previous change
2010-12-25 Paul Eggertutimens: configure better on hosts with NFS clock skew
2010-12-25 Bruno Haibleptsname test: Avoid failure on Solaris.
2010-12-25 Bruno Haibleptsname: Avoid ERANGE failure on some systems.
2010-12-25 Bruno Haiblerename, renameat: Avoid test failures at NFS mounted...
2010-12-25 Bruno Haibleiswblank: Fix C++ link error on Solaris 8.
2010-12-25 Bruno Haibleunistd: Fix C++ link error on Solaris 8.
2010-12-25 Bruno Haiblereadlink doc: Mention an old glibc bug.
2010-12-25 Bruno Haiblefcntl-h: Fix for use of C++ on glibc systems.
2010-12-25 Bruno Haibleroundl-ieee: Make it work on OSF/1 5.1 with cc.
2010-12-25 Bruno Haibletruncl-ieee: Make it work on OSF/1 5.1 with cc.
2010-12-25 Bruno Haibleceill-ieee: Make it work on OSF/1 5.1 with cc.
2010-12-25 Bruno HaibleEnsure all prerequisites of <wchar.h> are included.
2010-12-25 Bruno Haiblestrtok_r: Fix C syntax error in autoconf macro.
2010-12-25 Bruno Haibleceil, trunc, round: Fix gcc warnings.
2010-12-25 Bruno Haibleselect tests: Avoid failures on OSF/1 5.1.
2010-12-24 Eric Blakestdint: avoid HP-UX 10.20 preprocessor bug
2010-12-24 Eric Blakepipe: make obsoletion transition easier
2010-12-24 Bruno Haiblesys_socket: Hide mismatch of declarations on NonStop...
2010-12-24 Bruno Haiblegethostname: Ensure declaration on NonStop Kernel.
2010-12-24 Bruno Haiblesys_select: Ensure all necessary types on NonStop Kernel.
2010-12-24 Bruno Haiblesys_select: Remove unneeded include.
2010-12-24 Bruno Haiblegethostname: Provide a fallback for HOST_NAME_MAX.
2010-12-24 Bruno Haiblesigaction tests: Allow missing SA_RESETHAND and SA_RESTART.
2010-12-24 Bruno Haiblesignal: Define NSIG.
2010-12-24 Bruno Haiblerename, renameat: Avoid test failures on OSF/1 5.1.
2010-12-24 Bruno Haible*printf: Detect large precisions bug on Solaris 10...
2010-12-24 Paul Eggerttests: port test-fdutimensat.c to Solaris 8
2010-12-24 Paul Eggertvsnprintf: make more consistent with snprintf; doc...
2010-12-23 Eric Blakesigpipe: relax to LGPLv2+, since it did not have any...
2010-12-22 Paul Eggertdoc: document Solaris printf bug with large float preci...
2010-12-22 Paul Eggerttest-posixtm.c: add two tests
2010-12-22 Bruno Haiblegetlogin_r: Work around portability problem on OSF/1.
2010-12-22 Bruno Haibleptsname: Avoid test failure on OSF/1 5.1.
2010-12-22 Bruno HaiblePort extended stdio modules to HP NonStop Kernel.
2010-12-22 Bruno Haiblettyname_r: Work around bug on OSF/1 5.1.
2010-12-22 Bruno HaibleOops, fix last ChangeLog entry.
2010-12-22 Bruno Haibleround: Implement result sign according to IEEE 754.
2010-12-22 Bruno Haibletrunc: Implement result sign according to IEEE 754.
2010-12-22 Bruno Haibleceil: Implement result sign according to IEEE 754.
2010-12-22 Bruno Haiblefloor: Implement result sign according to IEEE 754.
2010-12-22 Bruno Haiblegetaddrinfo: Update doc.
2010-12-22 Paul Eggertgetaddrinfo, inet_ntop: Update doc for Solaris.
2010-12-21 Bruno HaibleNew module 'roundl-ieee'.
2010-12-21 Bruno HaibleNew module 'truncl-ieee'.
2010-12-21 Bruno HaibleNew module 'ceill-ieee'.
2010-12-21 Bruno HaibleNew module 'floorl-ieee'.
2010-12-21 Bruno HaibleNew module 'round-ieee'.
2010-12-21 Bruno HaibleNew module 'trunc-ieee'.
2010-12-21 Bruno HaibleNew module 'ceil-ieee'.
2010-12-21 Bruno HaibleNew module 'floor-ieee'.
2010-12-21 Bruno HaibleNew module 'roundf-ieee'.
2010-12-21 Bruno HaibleNew module 'truncf-ieee'.
2010-12-21 Bruno HaibleNew module 'ceilf-ieee'.
2010-12-21 Bruno HaibleNew module 'floorf-ieee'.
2010-12-21 Bruno HaibleSupport for minus zero in autoconf macros.
2010-12-21 Bruno HaibleTests for module 'ceil'.
2010-12-21 Bruno HaibleTests for module 'floor'.
2010-12-21 Bruno Haiblemath: Fix indentation.
2010-12-21 Bruno HaibleFix cross-compilation guesses on Solaris.
2010-12-21 Paul Eggertsnprintf: port snprintf (NULL, 0, ...) to Solaris 8...
2010-12-21 Paul Eggertftoastr: fix comment again
2010-12-21 Bruno Haibleround*, trunc*: Update documentation regarding glibc.
2010-12-20 Bruno Haibleroundf, round, roundl: Update documentation regarding...
2010-12-20 Bruno Haiblettyname_r: Add missing declaration on HP-UX 11.
2010-12-20 Bruno Haiblegetlogin, getlogin_r: Document HP-UX 11.11 bugs.
2010-12-20 Bruno Haiblegetlogin, getlogin_r: Document HP-UX 11.11 bugs.
2010-12-20 Bruno Haiblegetlogin_r: Add missing declaration on HP-UX 11.
2010-12-20 Bruno Haiblegetlogin_r: Add missing declaration on HP-UX 11.
2010-12-20 Bruno Haiblewcsrtombs: Don't confuse mbstate_t with rpl_mbstate_t.
2010-12-20 Paul Eggertftoastr: fix comment
2010-12-20 Bruno Haibleisnan: Ensure it is a macro.
2010-12-20 Bruno Haibleldexpl test: Fix link error on OSF/1 5.1.
2010-12-20 Bruno Haiblewctype: Make it work in C++ mode on OSF/1 5.1.
2010-12-20 Bruno Haiblesignal: Document problem with type of SIGRTMIN, SIGRTMA...
2010-12-20 Bruno Haiblesys_socket: Use POSIX compatible declarations on OSF...
2010-12-19 Bruno Haibletcgetsid: Add missing declaration on OSF/1 5.1.
2010-12-19 Bruno Haiblestdio: Fix problem with popen() declaration on OSF...
2010-12-19 Bruno Haibleiconv_open: Fix regression from 2010-12-04.
2010-12-19 Bruno Haiblestdbool test: Avoid a gcc warning.
2010-12-19 Jim Meyeringsetenv: restore to working order
2010-12-19 Bruno HaibleDocument some different function declarations on OSF...
2010-12-19 Bruno Haibledoc: Mention vasprintf-posix module.
next