index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-27
Allow non-weak hash tables to be automatically thread-safe
wip-nj-locks-nc
Neil Jerram
2
-15
/
+119
2009-03-27
Make the interned symbols hash thread-safe
Neil Jerram
5
-42
/
+113
2009-03-25
New test for thread-safe define
Neil Jerram
2
-0
/
+173
2009-03-25
Fix spurious `throw from within critical section' errors
Neil Jerram
5
-8
/
+9
2009-03-25
NEWS entry for lock ordering and critical section fixes
Neil Jerram
1
-0
/
+1
2009-03-25
Avoid throw from critical section, given invalid sigaction call
Neil Jerram
3
-1
/
+34
2009-03-20
Aggregate `Makefile.am' files under `examples/'.
Ludovic Courtès
17
-512
/
+311
2009-03-19
Have `scm_take_locale_symbol ()' return an interned symbol (fixes bug #25865).
Ludovic Courtès
5
-43
/
+117
2009-03-08
Aggregate `Makefile.am' files under `lang/'.
Ludovic Courtès
5
-138
/
+47
2009-03-08
Move `guardians.test' to its own module.
Ludovic Courtès
1
-4
/
+5
2009-03-08
Add new subr invocation benchmarks.
Ludovic Courtès
1
-2
/
+22
2009-03-08
Add subr invocation benchmark.
Ludovic Courtès
2
-0
/
+47
2009-03-08
Add tests for the stack inspection API.
Ludovic Courtès
1
-1
/
+64
2009-03-08
Add new GOOPS tests for built-in types.
Ludovic Courtès
1
-1
/
+19
2009-03-08
Add test for `procedure-properties'.
Ludovic Courtès
2
-1
/
+63
2009-03-05
Lock ordering: don't allocate when in critical section (scm_sigaction_for_thr...
Neil Jerram
1
-23
/
+25
2009-03-04
Don't leave Guile mode to lock async_mutex
Neil Jerram
1
-4
/
+4
2009-03-04
Lock ordering: don't lock heap_mutex and then thread_admin_mutex
Neil Jerram
1
-2
/
+8
2009-02-11
Update SRFI-11 docs to use correct name for let*-values.
Julian Graham
1
-4
/
+4
2009-02-05
Allow @ to work with (ice-9 syncase)
Neil Jerram
4
-3
/
+16
2009-02-05
Fix build when compiled with -Wundef -Werror
Neil Jerram
3
-1
/
+3
2009-01-28
cleanups to value and help help handlers
Andy Wingo
1
-19
/
+14
2009-01-28
merge in from guile-lib: add some extensibility to `help'
Andy Wingo
1
-8
/
+64
2009-01-23
Fix build when scm_t_timespec is different from struct timespec
Neil Jerram
3
-1
/
+3
2009-01-23
Fix MinGW HAVE_STRUCT_TIMESPEC build problem
Neil Jerram
3
-0
/
+21
2009-01-17
Remove `INSTALL'
Neil Jerram
2
-291
/
+1
2009-01-04
NEWS entry for %fast-slot-ref/set! fix
Neil Jerram
1
-0
/
+7
2009-01-04
Fix implementation of %fast-slot-ref and %fast-slot-set!
Neil Jerram
6
-4
/
+54
2009-01-01
Update/remove references to the CVS repository.
Ludovic Courtès
1
-26
/
+0
2009-01-01
* HACKING: update to current practice
Han-Wen Nienhuys
1
-146
/
+23
2008-12-22
Fix typo in SRFI-19.
Ludovic Courtès
1
-1
/
+1
2008-12-18
Update `INSTALL', from Automake 1.10.2.
Ludovic Courtès
1
-20
/
+74
2008-12-18
Don't use deprecated functions in `debug-malloc.c'.
Ludovic Courtès
1
-1
/
+1
2008-12-14
Update autogen.sh
Neil Jerram
1
-9
/
+0
2008-12-10
configure: Check for <ltdl.h>.
Ludovic Courtès
1
-0
/
+2
2008-12-10
configure: Don't substitute `DLPREOPEN'.
Ludovic Courtès
1
-2
/
+0
2008-12-08
Bump version number for 1.8.6.
release_1-8-6
Ludovic Courtès
1
-3
/
+3
2008-12-08
Mention the end of `ChangeLog' files in `NEWS'.
Ludovic Courtès
2
-1
/
+7
2008-12-08
Make `config.status' happier.
Ludovic Courtès
1
-1
/
+2
2008-12-07
Remove useless references to Libtool's `dlpreopen' mechanism.
Ludovic Courtès
2
-4
/
+1
2008-12-07
Delete redundant `config.{guess,sub}'.
Ludovic Courtès
2
-3180
/
+0
2008-12-07
Several new hash table tests, written by Gregory Marton.
Neil Jerram
3
-0
/
+208
2008-12-02
Fix sloppy bound checking in `string-{ref,set!}' with the empty string.
Ludovic Courtès
3
-4
/
+66
2008-12-02
Update `NEWS'.
Ludovic Courtès
1
-0
/
+1
2008-11-30
Fix potential deadlock in `make-struct'.
Ludovic Courtès
2
-10
/
+9
2008-11-30
Make GNU Libtool 2.2.x happier.
Ludovic Courtès
3
-1
/
+4
2008-11-30
Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.
Ludovic Courtès
5
-12
/
+27
2008-11-24
Use orthodox libtoology in `guile'.
Ludovic Courtès
1
-4
/
+2
2008-11-24
Run the handler of SRFI-34's `with-exception-handler' in the right dyn. env.
Ludovic Courtès
4
-7
/
+44
2008-11-24
Fix comments in `test-scm-c-read.c'.
Ludovic Courtès
1
-2
/
+2
[next]