From 606183ba1bc74ad453e6727ca63f6deeac6e404e Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 26 Nov 2005 00:55:45 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ac2a9e68c..545a4f505 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +2005-11-26 Kevin Ryde + + * gc-mark.c (scm_mark_all): Change C++ comment to C comment. Reported + by Ludovic Courtès. + + * list.c (list): Should be "primitive" in SCM_SNARF_DOCS, not + "register". + + * random.c (scm_i_copy_rstate, scm_c_make_rstate): Don't test for + scm_malloc returning NULL, it never does that. + * putenv.c (putenv): Likewise. + + * socket.c (scm_fill_sockaddr): Remove SCM_C_INLINE_KEYWORD, this is + much too big to want to inline. + 2005-11-17 Ludovic Courtès * print.c (EXIT_NESTED_DATA): Before popping from the stack, reset