Add support for Haiku.
[gnulib.git] / ChangeLog
index ead605c..5b88d5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2008-11-10  Bruno Haible  <bruno@clisp.org>
+
+       Add support for Haiku.
+       * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
+       glibc and BeOS, but also on Haiku.
+       * lib/fpurge.c (fpurge): Likewise.
+       * lib/freadable.c (freadable): Likewise.
+       * lib/freadahead.c (freadahead): Likewise.
+       * lib/freading.c (freading): Likewise.
+       * lib/freadptr.c (freadptr): Likewise.
+       * lib/freadseek.c (freadptrinc): Likewise.
+       * lib/fseeko.c (rpl_fseeko): Likewise.
+       * lib/fseterr.c (fseterr): Likewise.
+       * lib/fwritable.c (fwritable): Likewise.
+       * lib/fwriting.c (fwriting): Likewise.
+       Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
+
+2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
+
+       * lib/config.charset: Treat Haiku like BeOS.
+
+2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
+
+       * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
+       * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
+
+2008-11-08  Bruno Haible  <bruno@clisp.org>
+
+       * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
+       AC_CACHE_CHECK.
+
+2008-11-08  Bruno Haible  <bruno@clisp.org>
+
+       * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
+
+2008-11-08  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-select-fd.c: New file.
+       * tests/test-select-in.sh: New file.
+       * tests/test-select-out.sh: New file.
+       * tests/test-select-stdin.c: New file.
+       * modules/select-tests (Files): Add the new files.
+       (Depends-on): Add gettimeofday.
+       (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
+       Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
+       check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
+
+2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
+            Bruno Haible  <bruno@clisp.org>
+
+       * lib/sys_stat.in.h: Enclose function definitions in extern "C".
+
 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * build-aux/pmccabe2html: Added support for C++ source files.