Look for `strncasecmp' declaration.
This commit is contained in:
parent
bfb64eb408
commit
4fcb27c471
3 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
2008-02-16 Ludovic Courtès <ludo@gnu.org>
|
||||||
|
|
||||||
Guile 1.8.4 released.
|
Guile 1.8.4 released.
|
||||||
|
|
|
||||||
1
NEWS
1
NEWS
|
|
@ -42,6 +42,7 @@ Changes in 1.8.5 (since 1.8.4)
|
||||||
|
|
||||||
** `scm add_slot ()' no longer segfaults (fixes bug #22369)
|
** `scm add_slot ()' no longer segfaults (fixes bug #22369)
|
||||||
** Fixed build issue for GNU/Linux on IA64
|
** Fixed build issue for GNU/Linux on IA64
|
||||||
|
** Fixed build issue on NetBSD 1.6
|
||||||
|
|
||||||
|
|
||||||
Changes in 1.8.4 (since 1.8.3)
|
Changes in 1.8.4 (since 1.8.3)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
2008-02-22 Ludovic Courtès <ludo@gnu.org>
|
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
|
* gc.c (scm_ia64_ar_bsp)[linux]: Don't discard `const' qualifier
|
||||||
of OPAQUE.
|
of OPAQUE.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue