Placate a number of `syntax-check' verifications.
[bpt/guile.git] / libguile / threads.c
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2011-12-22 Andy Wingofreebsd itanium support
2011-12-22 Andy Wingofreebsd implementation of get_thread_stack_base
2011-11-29 Andy Wingocollect a little in call-with-new-thread
2011-11-23 Andy Wingooptional default-value arg to make-fluid
2011-07-01 Ludovic CourtèsRevert "Fix lock ordering in `fat_mutex_lock' to match...
2011-07-01 Ludovic CourtèsType-check the OWNER argument of `lock-mutex'.
2011-06-30 Ludovic CourtèsFix `on_thread_exit' for canceled threads.
2011-06-28 Ludovic CourtèsFix lock ordering in `fat_mutex_lock' to match that...
2011-06-16 Andy WingoO_CLOEXEC usage
2011-06-16 Andy Wingofix initial values of reallocated fluids
2011-05-22 Mark H WeaverDon't call scm_lock_mutex and scm_unlock_mutex via...
2011-05-13 Andy Wingorefactor do_thread_exit cleanup handler invocation
2011-04-25 Ludovic CourtèsMove `{total,current}-processor-count' outside of ...
2011-04-25 Ludovic CourtèsMake `scm_i_ensure_signal_delivery_thread' call in...
2011-04-13 Andy Wingo--disable-threads fix
2011-03-31 Kevin Fletcherfix gc_register_my_thread et al fallback impls
2011-03-30 Michael Grandon't GC unregister null thread
2011-03-30 Michael Grancheck for GC_allow_register_threads
2011-03-25 Andy Wingoavoid running GC when SCM_I_CURRENT_THREAD is unset
2011-03-25 Andy Wingothreading / with_guile refactor to use more GC_stack_base
2011-03-24 Andy Wingobdw-gc 6.8 compatibility (hopefully)
2011-03-18 Andy Wingofix thread cleanup
2011-01-22 Andy Wingoscm_with_guile calls GC_call_with_gc_active
2010-10-18 Andy Wingomore -Wundef on darwin fixes
2010-09-02 Ludovic CourtèsFix memory leak in `lock-mutex' (aka. `scm_lock_mutex'.)
2010-09-02 Ludovic CourtèsAvoid calls to `scm_current_thread' in `fat_mutex_unlock'.
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-03 Andy Wingoremove debug frames
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-17 Ludovic CourtèsFix C99-style declarations after statements.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-09 Ludovic CourtèsAdjust to match changes in libgc's CVS (pre-7.2).
2009-10-09 Ludovic CourtèsUse TLS when available for `SCM_I_CURRENT_THREAD'.
2009-09-30 Neil JerramFix spurious `throw from within critical section' errors
2009-09-15 Ludovic CourtèsFix bug #27450 ("Fat mutexes not GC'd until their owner...
2009-09-14 Ludovic CourtèsUse GC-robust queues/lists in `threads.c'.
2009-09-14 Ludovic CourtèsRemove explicit thread/condvar/mutex finalization.
2009-09-13 Ludovic CourtèsRename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
2009-09-13 Ludovic CourtèsRemove unused IA64 macro.
2009-09-10 Ludovic CourtèsRemove `scm_enter_guile ()' and `scm_leave_guile ()'.
2009-09-09 Ludovic CourtèsRemove unnecessary uses of `scm_{leave,enter}_guile...
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-26 Ken RaeburnDon't leave and reenter guile mode if mutex is available
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramAvoid clash with system setjmp/longjmp on IA64
2009-08-18 Ludovic CourtèsReinstate missing IA64 helper functions.
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-27 Neil JerramRemove possible deadlock in scm_join_thread_timed
2009-05-27 Neil JerramFix wait-condition-variable so that it doesn't leave...
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-08 Neil JerramMerge branch 'master' into ossau-gds-dev
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-15 Neil JerramDon't try to unlock already unlocked heap mutex
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-30 Ludovic CourtèsCheck the return value of libc's functions to make...
2008-11-13 Ludovic CourtèsUpdate the thread stack base when `scm_with_guile'...
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-30 Ludovic CourtèsDon't invoke `on_thread_exit ()' from a pthread key...
2008-10-28 Ludovic CourtèsDocument the impossibility to call the GC from within...
2008-10-24 Neil JerramFix hang in srfi-18.test
2008-10-24 Neil JerramFix hang in srfi-18.test
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Andy Wingotruly thread-local vms; don't compile popen.scm
2008-10-10 Ludovic CourtèsFix compilation error due to strict aliasing rules...
next