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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-04-18 00:54:29 +00:00
parent 66ec83c926
commit e08d2eee17
2 changed files with 7 additions and 0 deletions

View file

@ -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> 2004-03-23 Kevin Ryde <user42@zip.com.au>
* configure.in (AC_CHECK_FUNCS): Add sysconf. * configure.in (AC_CHECK_FUNCS): Add sysconf.

View file

@ -1,5 +1,8 @@
2004-04-18 Kevin Ryde <user42@zip.com.au> 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 * numbers.c (scm_max, scm_min): For big/real, use SCM_SWAP rather than
explicit swapping code. explicit swapping code.