From bba35c8064a7d88ab4b6db18ed9983920eda4ad1 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 28 Jan 2005 21:11:28 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 5 +++++ ice-9/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 8e6a753f6..e793bc194 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,8 @@ +2005-01-29 Kevin Ryde + + * posix.texi (Signals): In sigaction, add SA_NOCLDSTOP, make it + clearer SA_RESTART is a variable. + 2005-01-28 Kevin Ryde * srfi-modules.texi (SRFI-1 Predicates): Clarify proper-list?, diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 7b0023d35..c992d9021 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2005-01-29 Kevin Ryde + + * regex.scm (regexp-quote): Use string-for-each, now that function is + in the core. + 2005-01-28 Kevin Ryde * boot-9.scm (while): Remove the unquote from do, it breaks with ice-9