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-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
2011-04-25
Use `scm_with_guile' in `test-pthread-create'.
Ludovic Courtès
1
-5
/
+11
2011-04-25
Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.
Ludovic Courtès
64
-1251
/
+1361
2011-04-25
Fix `#ifdef HAVE_CONFIG_H' stanza in some stand-alone tests.
Ludovic Courtès
6
-6
/
+6
2011-04-25
Compile more file system related procedures when `--disable-posix'.
Ludovic Courtès
1
-202
/
+200
2011-04-25
Move `{total,current}-processor-count' outside of `posix.c'.
Ludovic Courtès
6
-47
/
+53
2011-04-25
Make the `sizeof (mpz_t)' check at compile-time.
Ludovic Courtès
2
-7
/
+5
2011-04-25
Add pthread-related tests.
Ludovic Courtès
5
-0
/
+228
2011-04-25
Make `scm_i_ensure_signal_delivery_thread' call in Guile mode.
Ludovic Courtès
1
-4
/
+4
2011-04-22
Make sure binary ports pass `binary-port?' regardless of the locale.
Ludovic Courtès
6
-20
/
+71
2011-04-22
Turn the libunistring/iconv configure check into a macro.
Ludovic Courtès
2
-20
/
+33
2011-04-22
Fix typo in `configure.ac'.
Ludovic Courtès
1
-1
/
+1
2011-04-22
Increase the timeout of timing-sensitive thread tests.
Ludovic Courtès
1
-4
/
+4
2011-04-21
add test that libunistring was built with iconv support
Andy Wingo
1
-0
/
+21
2011-04-21
Clarify units of string length in decription of scm_from_stringn
Mark H Weaver
1
-1
/
+1
2011-04-19
Clarify the units of returned lengths in string conversion functions
Mark H Weaver
1
-6
/
+9
2011-04-15
fix pre-GC_set_start_callback compilation
Andy Wingo
1
-6
/
+7
2011-04-15
pre-GC_set_start_callback compatibility
Andy Wingo
3
-9
/
+38
2011-04-15
weak hash table vacuum on before-gc C hook
Andy Wingo
1
-14
/
+13
2011-04-15
use gc_start_callback + asyncs for after-gc-hook, instead of finalizers
Andy Wingo
1
-32
/
+36
2011-04-15
add --fresh-auto-compile
Andy Wingo
6
-4
/
+53
2011-04-15
Build `filesys.x'.
Ludovic Courtès
1
-0
/
+1
2011-04-15
Allow compilation with `--disable-posix'.
Ludovic Courtès
9
-315
/
+358
2011-04-14
Include <sched.h> in `posix.c'.
Ludovic Courtès
2
-1
/
+6
2011-04-14
Add tests for `-Wformat' and gettext.
Ludovic Courtès
1
-0
/
+17
2011-04-14
fix analyze.scm literal string warnings
Andy Wingo
1
-5
/
+3
2011-04-14
fix embarrassing bugs in (ice-9 command-line)
Andy Wingo
1
-3
/
+6
2011-04-14
guile -v prints LGPLv3+.
Andy Wingo
1
-0
/
+1
2011-04-14
script.c calls out to (ice-9 command-line)
Andy Wingo
1
-449
/
+16
2011-04-14
add packager info to %build-info
Andy Wingo
1
-0
/
+15
2011-04-14
add (ice-9 command-line)
Andy Wingo
2
-0
/
+417
2011-04-14
don't warn about non-literal fmt strings for e.g. (_ "foo")
Andy Wingo
1
-2
/
+26
2011-04-13
update NEWS
Andy Wingo
1
-289
/
+139
2011-04-13
(rnrs arithmetic fixnums) fixnum? export a procedure again
Andy Wingo
2
-7
/
+338
2011-04-13
revert 4a2ac0623c3dabb2c8b9d38c27b837dcb2c7fe4e
Andy Wingo
1
-4
/
+0
2011-04-13
--disable-threads fix
Andy Wingo
1
-2
/
+6
2011-04-11
Fix fencepost error in bip_seek
Ian Price
2
-1
/
+10
2011-04-11
fix assert to return true value.
Ian Price
2
-1
/
+9
2011-04-11
Added optional second arg to R6RS log function
Ian Price
2
-0
/
+25
2011-04-11
fix reader.test for --disable-deprecated
Andy Wingo
1
-2
/
+3
[next]