Fix a link error on MacOS X 10.5.
[pspp] / ChangeLog
index 0ba878b91dc03b6a34945d806a0eb9e9042316af..1b9cc0cdecdade6981bacd30b4362fbff262a383 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2009-03-24  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/unicase/locale-language-tests (test_locale_language_LDADD):
+       New variable.
+
+2009-03-24  Kamil Dudka  <kdudka@redhat.com>
+
+       filevercmp: handle simple~ and numbered.~3~ backup suffixes
+       * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
+       * tests/test-filevercmp.c: Add tests for backup suffixes.
+
+2009-03-24  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/stdlib (Depends-on): Add stdint, needed when defining
+       struct random_data on, for example, HP-UX 10.20.  Reported by
+       Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
+
+2009-03-24  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/readline.c (readline): Call fflush on stdout after printing
+       prompt.
+
 2009-03-20  Bruno Haible  <bruno@clisp.org>
 
        Remove dependency from 'close' module to -lws2_32 on native Windows.