1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-06-05 18:28:20 +00:00
parent ecc9f40fe5
commit cdac1be446

View file

@ -1,3 +1,23 @@
2005-06-05 Marius Vollmer <mvo@zagadka.de>
From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
* hashtab.h: Bugfix: use SCM_API (WAS: extern).
* socket.c: Remove obsolete comment about socklen_t.
(s_scm_setsockopt)[!HAVE_IP_MREQ]: Do not use ip_mreq code.
* numbers.h (isnan)[__MINGW32__]: Remove.
* Makefile.am (gen_scmconfig_SOURCES): Bugfix: Add
DEFAULT_INCLUDES when cross compiling.
* threads.c (ETIMEDOUT, pipe)[__MINGW32__]: Add defines.
* stime.c (s_scm_strftime)[!HAVE_TM_ZONE]: Use
SCM_SIMPLE_VECTOR_REF instead of SCM_VELTS. (Changed slightly
from Jan's patch.)
2005-05-22 Marius Vollmer <mvo@zagadka.de> 2005-05-22 Marius Vollmer <mvo@zagadka.de>
* unif.c (scm_make_shared_array): Add old base to new base since * unif.c (scm_make_shared_array): Add old base to new base since