ignore-value: support aggregate types
[gnulib.git] / lib /
2011-01-07 Eric Blakeignore-value: support aggregate types
2011-01-06 Eric Blakesignal: work around Haiku issue with SIGBUS
2011-01-05 Pádraig Bradyignore-value: make ignore_value more generic; deprecate...
2011-01-02 Bruno Haibleunigbrk: Avoid gcc warnings.
2011-01-02 Bruno Haiblepwrite: Fix test whether it works and make it work...
2011-01-02 Bruno Haibletcgetsid: Correct linkage in C++ mode on HP-UX 11.00.
2011-01-01 Ben PfaffRename uc_is_grapheme_cluster_break() to uc_is_grapheme...
2011-01-01 Ben PfaffRemove u#-grapheme-len modules as too redundant with...
2011-01-01 Ben Pfaffunigbrk.in.h: Fix typo: "ben" => "been".
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2011-01-01 Ben Pfaffunigbrk: New modules for grapheme clusters.
2011-01-01 Ben Pfaffunigbrk: Fix uc_graphemeclusterbreak_property(), add...
2011-01-01 Jim Meyeringversion-etc: update the copyright year it reports
2011-01-01 Bruno Haibleisfinite: Avoid compiler bug of "cc -O" on HP-UX 11.11.
2011-01-01 Bruno Haiblepwrite: Work around HP-UX 11.11 bug.
2010-12-31 Eric Blakenl_langinfo: fix YESEXPR on Irix 6.5
2010-12-31 Eric Blakeftello: avoid compilation failure with SunStudio c89
2010-12-31 Bruno Haiblesys_select: Avoid warning about missing memset declarat...
2010-12-31 Bruno Haiblewaitpid: Fix link error in C++ mode.
2010-12-31 Bruno Haibleisnan: Use GCC built-ins when possible.
2010-12-31 Bruno Haibleopen: Avoid C++ error on HP-UX 11.
2010-12-31 Bruno Haibletime_r: Add missing declarations on HP-UX 11.
2010-12-29 Eric Blakemountlist: tweak previous commit
2010-12-29 Eric Blakemountlist: fix local drive detection on cygwin
2010-12-29 Paul Eggertftoastr, snprintf: ftoastr + snprintf module
2010-12-29 Paul Eggertalloca: one step towards thread-safety
2010-12-28 Jim Meyeringregex: don't infloop on persistent failing calloc
2010-12-28 Bruno Haiblelinkat: Make implementation robust against system behav...
2010-12-28 Ben PfaffNew modules for grapheme cluster breaking.
2010-12-27 Paul Eggertutimens: work around glibc rounding bug on more platforms
2010-12-27 Bruno Haiblembrtowc: Work around a Solaris 7 bug.
2010-12-27 Jim Meyeringread-file.c: tweak syntax
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 Haibleprintf-posix: Fix link error when a non-GCC compiler...
2010-12-25 Bruno Haibleptsname: Avoid ERANGE failure on some systems.
2010-12-25 Bruno Haibleiswblank: Fix C++ link error on Solaris 8.
2010-12-25 Bruno Haiblefcntl-h: Fix for use of C++ on glibc systems.
2010-12-25 Bruno Haibleceil, trunc, round: Fix gcc warnings.
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 Haiblesignal: Define NSIG.
2010-12-22 Bruno Haiblegetlogin_r: Work around portability problem on OSF/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 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-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 'truncf-ieee'.
2010-12-21 Bruno Haiblemath: Fix indentation.
2010-12-21 Paul Eggertftoastr: fix comment again
2010-12-20 Bruno Haiblettyname_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 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-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 HaibleDocument some different function declarations on OSF...
2010-12-19 Bruno Haibleunsetenv: Add missing declaration on OSF/1 5.1.
2010-12-19 Bruno Haiblesetenv: Add missing declaration on OSF/1 5.1.
2010-12-19 Bruno Haiblemknod: Avoid error in C++ mode on OSF/1 with GCC.
2010-12-19 Bruno Haibleftello: Add missing declaration on OSF/1 5.1.
2010-12-19 Bruno Haiblefseeko: Add missing declaration on OSF/1 5.1.
2010-12-19 Bruno Haiblefchdir: Add missing declaration on OSF/1 5.1.
2010-12-19 Paul Eggertacl: port to Solaris 8 when copying from tmpfs to ufs
2010-12-13 Pádraig Bradyread-file: reorganize to avoid various issues
2010-12-11 Bruno HaibleOops, fix mistake in last commit.
2010-12-11 Bruno Haiblepipe-posix: Make it work in C++ mode.
2010-12-11 Bruno HaibleRename module 'pipe' to 'spawn-pipe'.
2010-12-10 Eric Blakepipe-posix: new module
2010-12-07 Bruno Haibleunistr/u8-strcmp: Avoid collision with libc function...
2010-12-02 Paul Eggertutimecmp: fine-grained src to nearby coarse-grained...
2010-11-30 Bruno Haiblegetdomainname: Use the system function when possible.
2010-11-30 Bruno Haiblesys_socket: Ensure ss_family field on AIX.
2010-11-27 Bruno Haibleftoastr: Fix compilation error on Solaris.
2010-11-27 Bruno Haibleiconv-h: Fix test-iconv-h-c++ failure on Solaris 11...
2010-11-26 Paul Eggertftoastr: comment fix
2010-11-24 Paul Eggertstdint: port to GCC 4.3 + OSX + Octave
2010-11-20 Bruno HaibleEnsure that <features.h> is included before __GLIBC__...
2010-11-20 Bruno HaiblePort to uClibc.
2010-11-20 Bruno Haiblenproc: Fix condition.
2010-11-20 Bruno HaibleFix a comment.
2010-11-19 Paul Eggertftoastr: don't assume snprintf
2010-11-19 Paul Eggertftoastr: depend on snprintf, improve comments
2010-11-19 Paul Eggertftoastr: port to hosts lacking strtof and strtold
2010-11-19 Bruno Haiblec-strtold: Avoid link error on AIX 7.
2010-11-18 Paul Eggertintprops: new macro INT_BITS_STRLEN_BOUND
2010-11-17 Paul Eggertftoastr: new module, for lossless conversion of floats...
next