Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 | |
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) | |||||
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+5 | |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 | |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 | |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -297/+30 | |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 | |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 | |
2003-03-27 | * null-threads.c: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 | |
symbols to expect 0 or 1 values rather than 1 or undefined. i.e. change #ifdef to #if, etc. | |||||
2002-10-27 | * null-threads.h (scm_null_mutex, scm_null_mutex_init, | Marius Vollmer | 1 | -81/+121 | |
scm_null_mutex_lock, scm_null_mutex_unlock, scm_null_mutex_destroy, scm_null_condvar, scm_null_condvar_init, scm_null_condvar_wait, scm_null_condvar_signal, scm_null_condvar_destroy): Removed. (scm_mutex_init, scm_mutex_lock, scm_mutex_unlock, scm_cond_init, scm_cond_wait, scm_cond_signal, scm_cond_broadcast, scm_cond_destory): Do not define, they are now deprecated and handled by threads.{h,c}. * null-threads.c (scm_null_mutex, scm_null_cond): Define here. (scm_threads_init): Create smobs here, using the appropriate sizes. (block): Removed, now unused. (scm_c_thread_exited_p): New. (scm_null_mutex_init, scm_null_mutex_lock, scm_null_mutex_unlock, scm_null_mutex_destroy, scm_null_condvar_init, scm_null_condvar_wait, scm_null_condvar_signal, scm_null_condvar_destroy): Removed and updated users to do their task directly. (scm_try_mutex, timeval_subtract, scm_timed_wait_condition_variable, scm_broadcast_condition_variable): New. (scm_wait_condition_variable): Removed. | |||||
2002-10-21 | Include <time.h>. Also, use <...> for inclusion of system headers. | Marius Vollmer | 1 | -2/+3 | |
2002-10-16 | New files. | Marius Vollmer | 1 | -0/+318 | |