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-07
fix srfi-1 map-in-order definition
Andy Wingo
1
-0
/
+2
2011-05-06
Special-case UTF-8 ports to bypass `iconv' entirely.
Ludovic Courtès
3
-60
/
+284
2011-05-06
Fix `foreign.test' for big endian machines.
Ludovic Courtès
1
-10
/
+18
2011-05-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
15
-15398
/
+15106
2011-05-06
avoid tls gets when handling interrupts in the vm
Andy Wingo
4
-8
/
+8
2011-05-05
map and for-each in scheme
Andy Wingo
7
-425
/
+310
2011-05-05
psyntax simplification
Andy Wingo
2
-14932
/
+14708
2011-05-05
scm_mem[qv] optimization
Andy Wingo
1
-8
/
+51
2011-05-05
Generate `escape' and `substitute' port decoding tests.
Ludovic Courtès
1
-25
/
+29
2011-05-05
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
41
-705
/
+1177
2011-05-05
VM tweaks
Andy Wingo
5
-48
/
+68
2011-05-05
srfi-1 `member' in scheme, inlines to memq / memv in some cases
Andy Wingo
3
-62
/
+53
2011-05-05
speed up compile-bytecode
Andy Wingo
2
-110
/
+141
2011-05-05
silly "optimization" in (language assembly)
Andy Wingo
1
-5
/
+5
2011-05-05
add gcprof
Andy Wingo
1
-2
/
+83
2011-05-05
minor statprof tweaks
Andy Wingo
1
-4
/
+4
2011-05-04
Automatically generate `peek-char' decoding error tests.
Ludovic Courtès
1
-68
/
+66
2011-05-04
measure time spent in gc
Andy Wingo
1
-1
/
+36
2011-05-04
scm_c_get_internal_run_time is more precise
Andy Wingo
2
-104
/
+168
2011-05-04
build support for detecting clock_gettime, with -lrt if needed
Andy Wingo
5
-2
/
+38
2011-05-02
Fix call-with-input-file & relatives for multiple values
Daniel Llorens
1
-27
/
+25
2011-05-01
deprecate scm_struct_table
Andy Wingo
6
-60
/
+79
2011-05-01
disallow get-handle / create-handle! of weak hash tables
Andy Wingo
1
-0
/
+29
2011-05-01
(ice-9 poe) does not get handles from weak hash tables
Andy Wingo
1
-21
/
+15
2011-05-01
boot-9 fixme note
Andy Wingo
1
-0
/
+2
2011-05-01
fix scm_object_property_set_x for handles and weak tables
Andy Wingo
1
-12
/
+6
2011-05-01
deprecated primitive-properties don't get handles from weak hash tables
Andy Wingo
1
-19
/
+16
2011-05-01
deprecate scm_whash API
Andy Wingo
5
-82
/
+132
2011-05-01
fix hash-set! in weak-value table from non-immediate to immediate
Andy Wingo
1
-7
/
+42
2011-04-29
psyntax simplification
Andy Wingo
1
-1
/
+2
2011-04-29
MV truncation in the boot evaluator
Andy Wingo
1
-27
/
+58
2011-04-29
latin1 strings in vm error messages
Andy Wingo
1
-17
/
+17
2011-04-28
check for iconveh values at configure-time
Andy Wingo
4
-12
/
+76
2011-04-28
-x error message fix
Andy Wingo
1
-1
/
+1
2011-04-28
fix double-loading of script in -ds case
Andy Wingo
1
-12
/
+14
2011-04-28
fix break example
Andy Wingo
1
-1
/
+1
2011-04-28
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
117
-2482
/
+3455
2011-04-28
allow while as an expression
Andy Wingo
3
-17
/
+36
2011-04-28
add reset and shift
Andy Wingo
2
-2
/
+66
2011-04-27
Fix typo in `NEWS'.
v2.0.1
Ludovic Courtès
1
-1
/
+1
2011-04-27
Bump version number for 2.0.1.
Ludovic Courtès
1
-3
/
+3
2011-04-27
Update `NEWS'.
Ludovic Courtès
1
-3
/
+7
2011-04-27
Keep a 2.0.0-compatible `define-inlinable' macro in (srfi srfi-9).
Ludovic Courtès
1
-0
/
+31
2011-04-27
Document `(ice-9 binary-ports)'.
Ludovic Courtès
2
-0
/
+5
2011-04-27
Add tests for UTF-8 ill-formed sequence handling.
Ludovic Courtès
1
-0
/
+27
2011-04-27
Gracefully handle unterminated UTF-8 sequences instead of hitting an `assert'.
Ludovic Courtès
2
-5
/
+23
2011-04-27
Add a couple more Unicode I/O tests.
Ludovic Courtès
1
-1
/
+11
2011-04-27
Rewrite port decoding error tests using a mini DSL.
Ludovic Courtès
1
-74
/
+77
2011-04-27
Gracefully handle `setlocale' errors at the REPL.
Ludovic Courtès
1
-1
/
+8
2011-04-26
Remove the `sizeof (mpz_t)' check.
Ludovic Courtès
1
-3
/
+0
[prev]
[next]