Work around `#define except' on Tru64.
[bpt/guile.git] / libguile / ChangeLog
index 5962f7e..1ca6dca 100644 (file)
@@ -1,3 +1,16 @@
+2008-06-02  Ludovic Courtès  <ludo@gnu.org>
+
+       * deprecated.c (maybe_close_port): Rename EXCEPT to EXCEPT_SET
+       to workaround `#define except' on Tru64.  Reported by Peter
+       O'Gorman <pogma@thewrittenword.com>.
+
+2008-05-31  Ludovic Courtès  <ludo@gnu.org>
+
+       * __scm.h (SCM_INTERNAL): New macro.
+       * *.h: Use it to mark as internal `scm_i_' and `scm_init_'
+       functions that are not used by public macros or inline
+       functions.
+
 2008-05-14  Julian Graham  <joolean@gmail.com>
 
        * threads.c (fat_mutex)[recursive]: New field.