X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=d369fb3acb9eb6601dcd98ab40751e9fa52f386a;hb=65f6605a5f3cdd9beaccda55d90d5889bd6eafc3;hp=c18cbad98916d72354c391ebbbefc8d335490af7;hpb=9fdffffad88a06f406d74ea9b23643a05a4069ef;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index c18cbad98..d369fb3ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2013-02-03 Paul Eggert + + regex-tests: fix link errors on older Solaris + These need to link with @LIBINTL@ to get libintl_gettext. + Problem reported by Tom G. Christensen in + . + * modules/regex-tests (test_regex_LDADD): New macro. + +2013-01-31 Paul Eggert + + regex-tests: new module + * modules/regex-tests, tests/test-regex.c: New files. + + regex: fix off-by-one error in configure test + * m4/regex.m4 (gl_REGEX): Test should return 21, not 20. + +2013-01-31 Eric Blake + + regex: avoid infinite configure test + * m4/regex.m4 (gl_REGEX): Add an alarm escape hatch. + 2013-01-31 Reuben Thomas openpty: fix bug where HAVE_OPENPTY wasn't defined