*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sun, 18 Apr 2004 00:54:29 +0000 (00:54 +0000)
committerKevin Ryde <user42@zip.com.au>
Sun, 18 Apr 2004 00:54:29 +0000 (00:54 +0000)
ChangeLog
libguile/ChangeLog

index 13265d6..fb99866 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-18  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add readdir_r.
+
 2004-03-23  Kevin Ryde  <user42@zip.com.au>
 
        * configure.in (AC_CHECK_FUNCS): Add sysconf.
index 0f39bc1..c342599 100644 (file)
@@ -1,5 +1,8 @@
 2004-04-18  Kevin Ryde  <user42@zip.com.au>
 
+       * filesys.c (scm_readdir): Use readdir_r when available, for thread
+       safety.
+
        * numbers.c (scm_max, scm_min): For big/real, use SCM_SWAP rather than
        explicit swapping code.