| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | optional default-value arg to make-fluid | Andy Wingo | 2011-11-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'local-2.0/stable-2.0' | Andy Wingo | 2011-06-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | fix initial values of reallocated fluids | Andy Wingo | 2011-06-16 | 1 | -0/+1 |
* | | remove SCM_THREAD_SWITCHING_CODE | Andy Wingo | 2011-05-15 | 1 | -3/+0 |
|/ |
|
* | Move `{total,current}-processor-count' outside of `posix.c'. | Ludovic Courtès | 2011-04-25 | 1 | -0/+3 |
* | threading / with_guile refactor to use more GC_stack_base | Andy Wingo | 2011-03-25 | 1 | -7/+1 |
* | fix thread cleanup | Andy Wingo | 2011-03-18 | 1 | -1/+4 |
* | scm_with_guile calls GC_call_with_gc_active | Andy Wingo | 2011-01-22 | 1 | -2/+1 |
* | remove debug frames | Andy Wingo | 2009-12-03 | 1 | -4/+0 |
* | Use TLS when available for `SCM_I_CURRENT_THREAD'. | Ludovic Courtès | 2009-10-09 | 1 | -3/+12 |
* | Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile. | Ludovic Courtès | 2009-10-09 | 1 | -7/+12 |
* | Fix spurious `throw from within critical section' errors | Neil Jerram | 2009-09-30 | 1 | -0/+3 |
* | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-08-28 | 1 | -1/+1 |
|\ |
|
| * | Avoid clash with system setjmp/longjmp on IA64 | Neil Jerram | 2009-08-21 | 1 | -1/+1 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-08-18 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-03-22 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Merge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907' into vm-check | Andy Wingo | 2009-03-17 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge commit '8b0174c879bf74981efe702a00471ed5b8e6912e' into vm-check | Andy Wingo | 2009-03-17 | 1 | -0/+7 |
| |\ \ |
|
| * | | | Fix hang in srfi-18.test | Neil Jerram | 2008-10-24 | 1 | -0/+1 |
| * | | | truly thread-local vms; don't compile popen.scm | Andy Wingo | 2008-10-11 | 1 | -0/+1 |
* | | | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-02-14 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fix build when scm_t_timespec is different from struct timespec | Neil Jerram | 2009-01-23 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Don't try to unlock already unlocked heap mutex | Neil Jerram | 2009-01-15 | 1 | -0/+7 |
* | | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2008-11-04 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Fix hang in srfi-18.test | Neil Jerram | 2008-10-24 | 1 | -0/+1 |
| |/ |
|
* | | Implement `scm_without_guile ()' in terms of `GC_do_blocking ()'. | Ludovic Courtès | 2008-09-18 | 1 | -0/+3 |
* | | Remove per-thread `gc_running_p'. | Ludovic Courtès | 2008-09-18 | 1 | -3/+0 |
* | | Remove GC-related fields from `scm_i_thread'. | Ludovic Courtès | 2008-09-17 | 1 | -10/+0 |
* | | Remove code intended to put threads to sleep. | Ludovic Courtès | 2008-09-17 | 1 | -11/+1 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2008-09-10 | 1 | -12/+31 |
|\ \
| |/ |
|
| * | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -12/+12 |
| * | Delete trailing whitespace. | Neil Jerram | 2008-05-14 | 1 | -2/+2 |
| * | latest set of SRFI-18 support changes to core threads | Julian Graham | 2008-05-14 | 1 | -1/+4 |
| * | Fix continuation problems on IA64. | Neil Jerram | 2008-05-12 | 1 | -0/+5 |
| * | Core enhancements, by Julian Graham, to Guile's thread, mutex and | Neil Jerram | 2008-03-08 | 1 | -0/+8 |
| * | * threads.c (do_thread_exit, scm_cancel_thread, | Neil Jerram | 2008-02-07 | 1 | -1/+4 |
* | | Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-wei... | Ludovic Courtès | 2008-09-10 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-20 | 1 | -2/+7 |
* | | Added support for SMOB custom mark procedures. | Ludovic Courtes | 2008-09-05 | 1 | -0/+5 |
* | | Removed the mark/free functions of continuations and threads. | Ludovic Courtes | 2008-09-05 | 1 | -1/+1 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 2006-01-29 | 1 | -3/+3 |
* | (scm_t_guile_ticket, scm_leave_guile, scm_enter_guile): Removed from | Marius Vollmer | 2005-12-06 | 1 | -4/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_i_thread): Added gc_running_p field. | Marius Vollmer | 2005-03-10 | 1 | -0/+2 |
* | (scm_i_frame_single_threaded): Removed. | Marius Vollmer | 2005-03-09 | 1 | -3/+0 |
* | * threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_START, | Marius Vollmer | 2005-03-07 | 1 | -13/+2 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -156/+136 |
* | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 2005-01-24 | 1 | -63/+129 |