*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sat, 24 Jul 2004 00:26:09 +0000 (00:26 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 24 Jul 2004 00:26:09 +0000 (00:26 +0000)
doc/ref/ChangeLog
libguile/ChangeLog

index 9360da2..e5a2fab 100644 (file)
@@ -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.
 
index 650dbb8..5e33bf4 100644 (file)
@@ -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,