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-09-15
Bump version number for 1.9.3.
release_1-9-3
Ludovic Courtès
1
-1
/
+1
2009-09-15
Use fixnums for int32 when the native word size of greater than 4 bytes.
Ludovic Courtès
1
-2
/
+16
2009-09-15
Keep the weak pair API internal.
Ludovic Courtès
1
-3
/
+3
2009-09-15
Fix bug #27450 ("Fat mutexes not GC'd until their owner dies").
Ludovic Courtès
2
-9
/
+35
2009-09-15
Fix the (currently unused) weak pair accessors.
Ludovic Courtès
1
-4
/
+6
2009-09-15
"Document" the `set-module-eval-closure!' weak hash table glitch.
Ludovic Courtès
2
-2
/
+3
2009-09-15
Nitpick in `srfi-14.c'.
Ludovic Courtès
1
-2
/
+2
2009-09-15
Make the precise stack mark procedure more robust.
Ludovic Courtès
1
-1
/
+2
2009-09-15
Use GC-robust queues/lists in `threads.c'.
Ludovic Courtès
1
-0
/
+18
2009-09-15
Remove explicit thread/condvar/mutex finalization.
Ludovic Courtès
1
-20
/
+1
2009-09-14
Update `NEWS'.
Ludovic Courtès
1
-0
/
+5
2009-09-14
Merge `libguile-i18n' into `libguile'.
Ludovic Courtès
8
-32
/
+27
2009-09-14
Switch the `encoding*.test' files to LGPLv3+.
Ludovic Courtès
4
-59
/
+55
2009-09-14
Update `scm_without_guile ()' documentation.
Ludovic Courtès
1
-5
/
+14
2009-09-14
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
Ludovic Courtès
14
-21
/
+23
2009-09-14
Remove unused IA64 macro.
Ludovic Courtès
1
-20
/
+0
2009-09-10
More setlocale robustness in regexp tests
Michael Gran
1
-43
/
+65
2009-09-11
Remove `scm_enter_guile ()' and `scm_leave_guile ()'.
Ludovic Courtès
1
-133
/
+2
2009-09-11
Add `λ' macro as an alternative to `lambda'.
Ludovic Courtès
2
-1
/
+12
2009-09-11
Report missing libunistring at `configure'-time.
Ludovic Courtès
1
-0
/
+5
2009-09-10
Remove unnecessary uses of `scm_{leave,enter}_guile ()'.
Ludovic Courtès
1
-10
/
+14
2009-09-10
Link with `-z relro' when available.
Ludovic Courtès
2
-0
/
+22
2009-09-09
Update `NEWS'.
Ludovic Courtès
1
-2
/
+25
2009-09-09
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
36
-440
/
+1863
2009-09-09
Avoid unneeded `scm_dynwind_free ()'.
Ludovic Courtès
1
-11
/
+7
2009-09-09
Update doc of `scm_gc_protect_object ()' and SMOB mark/free.
Ludovic Courtès
2
-17
/
+45
2009-09-09
Avoid prematurely ending regexp test when ISO-8859-1 locale not found
Michael Gran
1
-50
/
+79
2009-09-09
Make scm_i_from_stringn into API for use with libguilereadline
Michael Gran
4
-10
/
+10
2009-09-09
Update documentation of `scm_gc_malloc ()' & co.
Ludovic Courtès
1
-37
/
+66
2009-09-09
Update `README'.
Ludovic Courtès
1
-3
/
+10
2009-09-08
Fix misleading comments in `gc-benchmarks/run-benchmark.scm'.
Ludovic Courtès
1
-5
/
+5
2009-09-08
Improve `gc-benchmarks/run-benchmark.scm'.
Ludovic Courtès
1
-43
/
+123
2009-09-07
8-bit locale needed for 8-bit regexp tests
Michael Gran
1
-49
/
+50
2009-09-07
Fix broken interaction between readline and Unicode
Michael Gran
4
-15
/
+43
2009-09-06
fix compile-time bug compiling (+ "foo" " bar")
Andy Wingo
1
-3
/
+3
2009-09-06
update news; ready for 1.9.3
Andy Wingo
3
-16
/
+47
2009-09-06
update NEWS
Andy Wingo
1
-23
/
+78
2009-09-05
Avoid string buffer overrun in scm_scan_for_encoding
Michael Gran
1
-0
/
+1
2009-09-05
Doc updates for character encoding of source code files
Michael Gran
3
-0
/
+88
2009-09-04
Doc updates for Unicode string escapes and port encodings
Michael Gran
3
-11
/
+103
2009-09-04
Remove locale u8vector functions
Michael Gran
4
-117
/
+0
2009-09-04
Initialize string ports with UTF-8 encoding
Michael Gran
1
-6
/
+8
2009-09-04
write-char should handle UCS-4 characters
Michael Gran
1
-2
/
+2
2009-09-03
Make test-case compilation with -DSCM_DEBUG=1 work.
Ken Raeburn
1
-1
/
+1
2009-09-03
Doc updates for srfi-14 character sets
Michael Gran
2
-39
/
+78
2009-09-03
Update docs and docstrings for Unicode characters
Michael Gran
2
-43
/
+86
2009-09-03
Add char-set debugging function
Michael Gran
2
-22
/
+48
2009-09-03
Distinguish between all codepoints and designated codepoints in char-sets
Michael Gran
3
-6
/
+20
2009-09-03
Modify read and print of combining characters
Michael Gran
3
-3
/
+20
2009-09-03
Fix invalid syntax in `dynamic-input-large.sch' (gc-benchmarks).
Ludovic Courtès
1
-1
/
+1
[next]