Add support for Haiku.
[gnulib.git] / ChangeLog
index 3042761..5b88d5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,225 @@
+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.
+
+2008-11-05  Ben Pfaff  <blp@gnu.org>
+
+       Fix lib/close.c build on Windows.
+       * modules/close (Files): Add lib/w32sock.h.
+
+2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Accept Bison's NEWS format.
+       * build-aux/announce-gen (print_news_deltas): Tweak
+       $re_prefix.
+
+2008-11-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/random_r (Maintainer): Add glibc.
+
+2008-11-04  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
+       by karl@freefriends.org (Karl Berry).
+       * doc/alloca.texi: Likewise.
+       * doc/c-ctype.texi: Likewise.
+       * doc/c-strcase.texi: Likewise.
+       * doc/c-strcaseeq.texi: Likewise.
+       * doc/c-strcasestr.texi: Likewise.
+       * doc/c-strstr.texi: Likewise.
+       * doc/c-strtod.texi: Likewise.
+       * doc/c-strtold.texi: Likewise.
+       * doc/ctime.texi: Likewise.
+       * doc/error.texi: Likewise.
+       * doc/fdl.texi: Likewise.
+       * doc/gcd.texi: Likewise.
+       * doc/getdate.texi: Likewise.
+       * doc/gnulib-intro.texi: Likewise.
+       * doc/gnulib-tool.texi: Likewise.
+       * doc/gnulib.texi: Likewise.
+       * doc/inet_ntoa.texi: Likewise.
+       * doc/maintain.texi: Likewise.
+       * doc/make-stds.texi: Likewise.
+       * doc/quote.texi: Likewise.
+       * doc/regexprops-generic.texi: Likewise.
+       * doc/standards.texi: Likewise.
+       * doc/verify.texi: Likewise.
+       * doc/visibility.texi: Likewise.
+       * doc/gnulib.texi (GNU Free Documentation License): Include
+       fdl-1.3.texi instead of fdl.texi.
+
+2008-11-04  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/fdl-1.3.texi: New file, from
+       <http://www.gnu.org/licenses/fdl-1.3.texi>.
+       * modules/fdl-1.3: Add.
+       * MODULES.html.sh: Add fdl-1.3.
+
+2008-11-03  Bruno Haible  <bruno@clisp.org>
+
+       Make determination of absolute name of header file work with AIX xlc.
+       * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
+       AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
+       preprocessing.
+       * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
+       Reported by Gary V. Vaughan <gary@thewrittenword.com>.
+
+2008-11-03  Simon Josefsson  <simon@josefsson.org>
+
+       * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
+       -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
+       <ludo@gnu.org>.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'strpbrk' obsolete.
+       * modules/strpbrk (Status, Notice): New sections.
+       * modules/strtok_r (Depends-on): Add strpbrk.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'strdup' obsolete.
+       * modules/strdup (Status, Notice): New sections.
+       * modules/findprog (Depends-on): Add strdup.
+       * modules/getaddrinfo (Depends-on): Likewise.
+       * modules/localename (Depends-on): Likewise.
+       * modules/relocatable-lib (Depends-on): Likewise.
+       * modules/relocatable-lib-lgpl (Depends-on): Likewise.
+       * modules/relocatable-prog (Depends-on): Likewise.
+       * modules/trim (Depends-on): Likewise.
+       * modules/unictype/gen-ctype (Depends-on): Likewise.
+       * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'strcspn' obsolete.
+       * modules/strcspn (Status, Notice): New sections.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'rmdir' obsolete.
+       * modules/rmdir (Status, Notice): New sections.
+       * modules/clean-temp (Depends-on): Add rmdir.
+       * modules/openat (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'raise' obsolete.
+       * modules/raise (Status, Notice): New sections.
+       (Include): Specify <signal.h>.
+       * modules/stdio (Depends-on): Add raise.
+       * modules/write (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memset' obsolete.
+       * modules/memset (Status, Notice): New sections.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memmove' obsolete.
+       * modules/memmove (Status, Notice): New sections.
+       * modules/argp (Depends-on): Add memmove.
+       * modules/argz (Depends-on): Likewise.
+       * modules/canonicalize (Depends-on): Likewise.
+       * modules/canonicalize-lgpl (Depends-on): Likewise.
+       * modules/fts (Depends-on): Likewise.
+       * modules/getcwd (Depends-on): Likewise.
+       * modules/human (Depends-on): Likewise.
+       * modules/regex (Depends-on): Likewise.
+       * modules/striconveh (Depends-on): Likewise.
+       * modules/trim (Depends-on): Likewise.
+       * modules/unistr/u8-move (Depends-on): Likewise.
+       * modules/unistr/u16-move (Depends-on): Likewise.
+       * modules/unistr/u32-move (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memcpy' obsolete.
+       * modules/memcpy (Status, Notice): New sections.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'memcmp' obsolete.
+       * modules/memcmp (Status, Notice): New sections.
+       * modules/argmatch (Depends-on): Add memchr.
+       * modules/backupfile (Depends-on): Likewise.
+       * modules/c-strcasestr (Depends-on): Likewise.
+       * modules/crypto/des (Depends-on): Likewise.
+       * modules/csharpcomp (Depends-on): Likewise.
+       * modules/fnmatch (Depends-on): Likewise.
+       * modules/git-merge-changelog (Depends-on): Likewise.
+       * modules/isnand (Depends-on): Likewise.
+       * modules/isnand-nolibm (Depends-on): Likewise.
+       * modules/isnanf (Depends-on): Likewise.
+       * modules/isnanf-nolibm (Depends-on): Likewise.
+       * modules/isnanl (Depends-on): Likewise.
+       * modules/isnanl-nolibm (Depends-on): Likewise.
+       * modules/mbchar (Depends-on): Likewise.
+       * modules/memcoll (Depends-on): Likewise.
+       * modules/quotearg (Depends-on): Likewise.
+       * modules/regex (Depends-on): Likewise.
+       * modules/relocatable-prog (Depends-on): Likewise.
+       * modules/same (Depends-on): Likewise.
+       * modules/signbit (Depends-on): Likewise.
+       * modules/strcasestr-simple (Depends-on): Likewise.
+       * modules/unictype/gen-ctype (Depends-on): Likewise.
+       * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
+       * modules/uniname/uniname (Depends-on): Likewise.
+       * modules/unistr/u8-cmp (Depends-on): Likewise.
+
 2008-11-02  Bruno Haible  <bruno@clisp.org>
 
        Mark 'memchr' obsolete.
        * modules/getsubopt (Depends-on): Likewise.
        * modules/git-merge-changelog (Depends-on): Likewise.
        * modules/glob (Depends-on): Likewise.
-       * modules/strcasestr (Depends-on): Likewise.
+       * modules/strcasestr-simple (Depends-on): Likewise.
        * modules/strnlen (Depends-on): Likewise.
 
 2008-11-02  Bruno Haible  <bruno@clisp.org>