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
2011-07-01
Bump version number for 2.0.2.
v2.0.2
Ludovic Courtès
1
-3
/
+3
2011-07-01
Update `NEWS'.
Ludovic Courtès
1
-1
/
+6
2011-07-01
Revert "Fix lock ordering in `fat_mutex_lock' to match that of `do_thread_exi...
Ludovic Courtès
1
-2
/
+3
2011-07-01
Update Gnulib to v0.0-5874-g7170ee0.
Ludovic Courtès
20
-63
/
+391
2011-07-01
Type-check the OWNER argument of `lock-mutex'.
Ludovic Courtès
1
-0
/
+3
2011-07-01
Add type and range checks to the complex generalized vector accessors.
Ludovic Courtès
2
-49
/
+104
2011-07-01
Fix unaligned accesses for bytevectors of complex numbers.
Ludovic Courtès
1
-10
/
+34
2011-07-01
i18n: Don't use `!=' to compare SCMs.
Ludovic Courtès
1
-1
/
+1
2011-07-01
fix '(a #{.} b)
Andy Wingo
2
-3
/
+9
2011-06-30
Fix `on_thread_exit' for canceled threads.
Ludovic Courtès
1
-6
/
+4
2011-06-30
Add `guile-invoke.texi' to the distribution.
Ludovic Courtès
1
-0
/
+1
2011-06-30
fix generation of auto-compiled file names on mingw systems
Andy Wingo
3
-7
/
+41
2011-06-30
better invocation documentation
Mark Harig
3
-177
/
+361
2011-06-30
%load-hook not just for primitive-load
Andy Wingo
2
-1
/
+13
2011-06-30
fix --disable-modules build
Andy Wingo
4
-2
/
+20
2011-06-30
HAVE_POSIX warning fix
Andy Wingo
1
-0
/
+2
2011-06-28
Fix lock ordering in `fat_mutex_lock' to match that of `do_thread_exit'.
Ludovic Courtès
1
-0
/
+3
2011-06-21
psyntax: enable dotted tail patterns
Stefan Israelsson Tampe
2
-2354
/
+2391
2011-06-20
update stack growth direction check
Andy Wingo
1
-13
/
+10
2011-06-20
Placate GCC in `test-ffi-lib.c'.
Ludovic Courtès
1
-7
/
+7
2011-06-19
Fix hygiene issues with `define-record-type'
Ian Price
2
-157
/
+181
2011-06-19
Comment on the Gnulib `clock-gettime' workaround.
Ludovic Courtès
2
-2
/
+4
2011-06-19
configure: Factorize code checking for `iconveh_' constants; use the cache.
Ludovic Courtès
2
-55
/
+31
2011-06-17
current-language really defaults to Scheme.
Andy Wingo
1
-3
/
+2
2011-06-17
fix invalid transformation of (values x) -> x, (+ x) -> x, etc
Andy Wingo
3
-9
/
+45
2011-06-17
add -Wformat to %auto-compilation-options
Andy Wingo
1
-1
/
+1
2011-06-17
better messages on failed autocompilation
Andy Wingo
2
-7
/
+26
2011-06-17
fix self tail recursion to different case-lambda clauses
Andy Wingo
2
-39
/
+42
2011-06-17
fix AC_LANG_SOURCE warnings
Andy Wingo
1
-9
/
+9
2011-06-17
check for clock_getcpuclockid in gl_CLOCK_TIME
Andy Wingo
2
-4
/
+11
2011-06-17
Silence warnings for variables created by `generate-temporaries'
Andreas Rottmann
2
-1738
/
+1742
2011-06-17
remove win32-dirent.[ch]
Andy Wingo
5
-206
/
+3
2011-06-17
mingw: use $APPDATA as a possible root for cachedir.
Jan Nieuwenhuizen
1
-0
/
+6
2011-06-16
add `rename' gnulib module
Andy Wingo
13
-2
/
+1103
2011-06-16
Fix several POSIX functions to use the locale encoding
Mark H Weaver
2
-17
/
+25
2011-06-16
O_CLOEXEC usage
Andy Wingo
3
-17
/
+4
2011-06-16
gnulib update
Andy Wingo
102
-1494
/
+4435
2011-06-16
fix initial values of reallocated fluids
Andy Wingo
3
-0
/
+24
2011-06-16
more NEWS
Andy Wingo
1
-0
/
+7
2011-06-16
update NEWS
Andy Wingo
1
-0
/
+156
2011-06-16
add docs for shift and reset
Andy Wingo
1
-0
/
+108
2011-06-16
fix hash-set! on weak tables
Andy Wingo
2
-24
/
+55
2011-06-09
Fix likely crash in `stable-sort!'
Andreas Rottmann
2
-3
/
+13
2011-06-08
doc: Mention the former name of `guild'.
Ludovic Courtès
2
-3
/
+6
2011-05-31
add guild docs
Andy Wingo
2
-0
/
+29
2011-05-31
rename `guile-tools' to `guild'
Andy Wingo
15
-49
/
+57
2011-05-31
write-objcode uses target-endianness, target-word-size
Andy Wingo
2
-1
/
+32
2011-05-31
compile-bytecode uses target-endianness
Andy Wingo
1
-5
/
+7
2011-05-31
add (system base target)
Andy Wingo
2
-1
/
+78
2011-05-30
fix subtle and bad scm_internal_hash_fold bug for weak tables
Andy Wingo
1
-30
/
+10
[next]