1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-07-24 00:26:09 +00:00
parent 6df2ef3baf
commit 317b4c4ac1
2 changed files with 11 additions and 0 deletions

View 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.

View 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,