New module 'rintl-ieee'.
[gnulib.git] / ChangeLog
index ed9c384..92964ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2012-02-27  Bruno Haible  <bruno@clisp.org>
+
+       New module 'rintl-ieee'.
+       * modules/rintl-ieee: New file.
+
+       Tests for module 'rint-ieee'.
+       * modules/rint-ieee-tests: New file.
+       * tests/test-rint-ieee.c: New file.
+
+       New module 'rint-ieee'.
+       * modules/rint-ieee: New file.
+
+       Tests for module 'rintf-ieee'.
+       * modules/rintf-ieee-tests: New file.
+       * tests/test-rintf-ieee.c: New file.
+       * tests/test-rint-ieee.h: New file.
+
+       New module 'rintf-ieee'.
+       * modules/rintf-ieee: New file.
+
+2012-02-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       regex: re_search etc. should return -2 when memory exhausted
+       This bug was uncovered when testing 'grep'.  Without the fix,
+       re_search and friends return -1 when memory is exhausted, but -1
+       means no match, and this causes grep to falsely report no-match
+       instead of memory-exhaustion.  See
+       <http://sources.redhat.com/bugzilla/show_bug.cgi?id=13762>.
+       * lib/regexec.c (re_search_stub): Return -2 (not -1) if there is
+       trouble; this can occur if re_search_internal ran out of memory.
+
 2012-02-26  Bruno Haible  <bruno@clisp.org>
 
        modfl-ieee: Work around test failures on IRIX, OSF/1, mingw.