diff options
-rw-r--r-- | doc/ref/ChangeLog | 6 | ||||
-rw-r--r-- | libguile/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 9360da2f1..e5a2fabea 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,9 +1,15 @@ 2004-07-24 Kevin Ryde <user42@zip.com.au> + * scheme-control.texi (Frames): Add @vindex for SCM_F_WIND_EXPLICITLY. + * scheme-data.texi (String Syntax): Add all backslash forms accepted. (Regexp Functions): Use @defvar for regexp/icase etc, to emphasise that they're variables not symbols etc. + * scheme-smobs.texi (Smobs): In SCM_SMOB_OBJECT_LOC, + SCM_SMOB_OBJECT_2_LOC, SCM_SMOB_OBJECT_3_LOC, use {} to avoid "*" + getting into the index as part of the macro name. + * srfi-modules.texi (SRFI-0): Revise for clarity, drop BNF in favour of plain description, emphasise this is just for portable programs. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 650dbb8b4..5e33bf4c0 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-07-24 Kevin Ryde <user42@zip.com.au> + + * threads.c, threads.h (scm_i_misc_mutex): New SCM_GLOBAL_MUTEX. + * posix.c (scm_crypt): Use it to protect static data in crypt(). + 2004-07-23 Marius Vollmer <marius.vollmer@uni-dortmund.de> * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, |