1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Look for `strncasecmp' declaration.

This commit is contained in:
Ludovic Courtès 2008-02-22 09:55:22 +00:00
parent bfb64eb408
commit 4fcb27c471
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-02-22 Ludovic Courtès <ludo@gnu.org>
* configure.in: Check whether `strncasecmp' is declared.
2008-02-16 Ludovic Courtès <ludo@gnu.org>
Guile 1.8.4 released.

1
NEWS
View file

@ -42,6 +42,7 @@ Changes in 1.8.5 (since 1.8.4)
** `scm add_slot ()' no longer segfaults (fixes bug #22369)
** Fixed build issue for GNU/Linux on IA64
** Fixed build issue on NetBSD 1.6
Changes in 1.8.4 (since 1.8.3)

View file

@ -1,5 +1,9 @@
2008-02-22 Ludovic Courtès <ludo@gnu.org>
* read.c (strncasecmp): Add declaration when
`HAVE_DECL_STRNCASECMP' is undefined. Fixes compilation on
NetBSD 1.6.
* gc.c (scm_ia64_ar_bsp)[linux]: Don't discard `const' qualifier
of OPAQUE.