(to_timespec): Change 1000000 multiplier to
authorNeil Jerram <neil@ossau.uklinux.net>
Mon, 24 Mar 2008 21:51:09 +0000 (21:51 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Mon, 24 Mar 2008 21:51:09 +0000 (21:51 +0000)
commit2a1d06886efb50b7aece452aee534143b8cc4c99
treed5da9e65c59b4a8fca925fdf9a53257da788884b
parent9c9b203b80013aea6f4a3ed906510a2641489f0e
(to_timespec): Change 1000000 multiplier to
1000000000.
(unchecked_unlock_sym, allow_external_unlock_sym,
recursive_sym): Use SCM_SYMBOL.
(scm_make_mutex_with_flags): When raising unsupported option
error, report what the unsupported option was.
(fat_mutex_unlock): When raising errors, unlock m->lock first.
(fat_cond_timedwait): Removed.
(scm_timed_wait_condition_variable): Call fat_mutex_unlock
directly instead of via fat_cond_timedwait.
libguile/ChangeLog
libguile/threads.c