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:
Marius Vollmer 2002-10-21 12:19:08 +00:00
parent 585356dcbd
commit 65a23095ab
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
* configure.in: Changed logic in thread support configuration such
that --with-threads=no is equivalent to --with-threads=null. On
platforms that are not supported by QuickThreads, we also use the
null-threads. Thus, USE_THREADS is always defined now.
2002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* configure.in: Shuffled around and extended the thread

View file

@ -1,5 +1,8 @@
2002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
* null-threads.c: Include <time.h>. Also, use <...> for inclusion
of system headers.
* async.c, goops.h, modules.h, validate.h (SCM_MAKE_VALIDATE_MSG):
New. Use it instead of SCM_MAKE_VALIDATE in lots of places to
gove better error messages. Thanks to Bill Schottstaedt!