Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile
[bpt/guile.git] / libguile / ChangeLog
index 4219e1a..a3c9767 100644 (file)
@@ -1,3 +1,37 @@
+2008-08-25  Ludovic Courtès  <ludo@gnu.org>
+
+       * Makefile.am (AM_CFLAGS): New.
+       (guile_CFLAGS, libguile_la_CFLAGS): Use it.
+
+2008-08-20  Ludovic Courtès  <ludo@gnu.org>
+
+       * eval.c, filesys.c, gc.c, numbers.c, stime.c, threads.c: Don't
+       define `_GNU_SOURCE' explicitly as it's now defined in
+       <config.h> thanks to `AC_USE_SYSTEM_EXTENSIONS'.
+
+2008-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
+           Ludovic Courtès  <ludo@gnu.org>
+
+       * goops.c (scm_init_goops_builtins, go_to_hell): Fix allocation
+       of `hell' by passing "hell_size * sizeof (*hell)" instead of
+       "hell_size" to `scm_malloc ()' and `scm_realloc ()'.
+
+2008-08-02  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * numbers.c (scm_rationalize): Update docstring to match the
+       manual (which is more correct).  Change argument "err" to "eps",
+       also to match the manual.
+
+2008-07-17  Neil Jerram  <neil@ossau.uklinux.net>
+
+       From Thiemo Seufer <ths@networkno.de>:
+       
+       * gc_os_dep.c (CPP_WORDSZ, ALIGN_DOUBLE, DATAEND,
+        DYNAMIC_LOADING): Added #defines.
+        (_fdata, _end): Added declarations.
+        (DATASTART): Use _fdata instead of __data_start.
+        (STACKBOTTOM): Changed from 0x80000000 to 0x7fff8000.
+
 2008-07-16  Ludovic Courtès  <ludo@gnu.org>
 
        * gen-scmconfig.h.in (SCM_I_GSC_HAVE_STRUCT_DIRENT64): New.