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-05-15
tmp
nan-boxing
Andy Wingo
1
-16
/
+111
2011-05-13
SCM always 64 bits wide
Andy Wingo
3
-44
/
+74
2011-05-13
scm is always a union
Andy Wingo
1
-38
/
+8
2011-05-13
SCM is a union
Andy Wingo
1
-3
/
+3
2011-05-13
add SCM_SIZEOF_VOID_P
Andy Wingo
1
-0
/
+1
2011-05-13
add check that pointers are represented the same way as integers
Andy Wingo
2
-0
/
+57
2011-05-13
SCM_IS_BIG_ENDIAN in scmconfig.h
Andy Wingo
1
-0
/
+8
2011-05-13
Bump default typing strictness to 2.
Andy Wingo
1
-1
/
+1
2011-05-13
merge strictness branch from 2.0
Andy Wingo
52
-340
/
+402
2011-05-13
refactor do_thread_exit cleanup handler invocation
Andy Wingo
1
-1
/
+8
2011-05-13
i18n error return type fix
Andy Wingo
1
-2
/
+2
2011-05-13
PTR2SCM and SCM2PTR in inline.h
Andy Wingo
1
-7
/
+7
2011-05-13
compile-time assertion in net_db uses constant expressions
Andy Wingo
1
-2
/
+2
2011-05-13
ports.c uninitialized static SCM values are #f, not 0
Andy Wingo
1
-7
/
+7
2011-05-13
scm_port_for_each fix
Andy Wingo
1
-1
/
+13
2011-05-13
weak_bucket_assoc tweak
Andy Wingo
1
-2
/
+4
2011-05-13
vm_make_boot_program initializer fix
Andy Wingo
1
-2
/
+2
2011-05-13
correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms
Andy Wingo
3
-24
/
+18
2011-05-13
scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc
Andy Wingo
10
-22
/
+22
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
18
-72
/
+75
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
15
-63
/
+59
2011-05-13
deprecate scm_internal_dynamic_wind
Andy Wingo
4
-25
/
+36
2011-05-13
excise scm_internal_dynamic_wind from goops.c
Andy Wingo
1
-8
/
+12
2011-05-13
async.c refactor
Andy Wingo
1
-39
/
+55
2011-05-13
fix type errors
Andy Wingo
3
-5
/
+5
2011-05-13
allow iflags to be constant expressions with typing-strictness==2
Andy Wingo
7
-48
/
+58
2011-05-13
fix static allocation with debug_typing_strictness==2
Andy Wingo
2
-10
/
+14
2011-05-12
remove all deprecated code
Andy Wingo
22
-4744
/
+72
2011-05-12
add missing SCM_DEPRECATED annotation
Andy Wingo
1
-4
/
+4
2011-05-12
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-29
/
+94
2011-05-12
all deprecated routines emit warnings
Andy Wingo
1
-29
/
+94
2011-05-09
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
20
-357
/
+1724
2011-05-08
fix some duplication in object tables
Andy Wingo
1
-1
/
+3
2011-05-08
Add `vhash-fold-right'.
Ludovic Courtès
3
-5
/
+23
2011-05-08
Optimize `vlist-fold-right'.
Ludovic Courtès
1
-1
/
+8
2011-05-08
add map and for-each benchmarks
Andy Wingo
1
-1
/
+18
2011-05-08
Fix small integer return value packing on big endian machines.
Ludovic Courtès
1
-10
/
+39
2011-05-08
Make the definition of `scm_read_shebang' match its declaration.
Ludovic Courtès
1
-1
/
+1
2011-05-08
compile-assembly: cleanup
Andy Wingo
1
-27
/
+0
2011-05-08
compile-assembly: use file-level constants table
Andy Wingo
1
-170
/
+233
2011-05-08
compile-assembly: add dump-constants, a new helper
Andy Wingo
1
-2
/
+150
2011-05-08
compile-assembly: add build-constant-store, build-object-table
Andy Wingo
1
-0
/
+114
2011-05-08
compile-assembly: make-meta refactor
Andy Wingo
1
-9
/
+9
2011-05-08
compile-assembly: add traversal helpers
Andy Wingo
1
-1
/
+27
2011-05-08
fix `hash' for inf and nan
Andy Wingo
2
-3
/
+7
2011-05-07
Make the R6RS simple I/O library use conditions
Andreas Rottmann
3
-29
/
+84
2011-05-07
Fix `get_utf8_codepoint' to not consume valid starting bytes.
Ludovic Courtès
2
-60
/
+63
2011-05-07
Add `scm_peek_byte_or_eof'.
Ludovic Courtès
2
-7
/
+34
2011-05-07
More completely document the `(rnrs io ports)' library
Andreas Rottmann
1
-21
/
+668
2011-05-07
bytevectors have internal parent field
Andy Wingo
8
-25
/
+45
[next]