summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Fix typo in `NEWS'.v2.0.1Ludovic Courtès1-1/+1
2011-04-27Bump version number for 2.0.1.Ludovic Courtès1-3/+3
2011-04-27Update `NEWS'.Ludovic Courtès1-3/+7
2011-04-27Keep a 2.0.0-compatible `define-inlinable' macro in (srfi srfi-9).Ludovic Courtès1-0/+31
2011-04-27Document `(ice-9 binary-ports)'.Ludovic Courtès2-0/+5
2011-04-27Add tests for UTF-8 ill-formed sequence handling.Ludovic Courtès1-0/+27
2011-04-27Gracefully handle unterminated UTF-8 sequences instead of hitting an `assert'.Ludovic Courtès2-5/+23
2011-04-27Add a couple more Unicode I/O tests.Ludovic Courtès1-1/+11
2011-04-27Rewrite port decoding error tests using a mini DSL.Ludovic Courtès1-74/+77
2011-04-27Gracefully handle `setlocale' errors at the REPL.Ludovic Courtès1-1/+8
2011-04-26Remove the `sizeof (mpz_t)' check.Ludovic Courtès1-3/+0
2011-04-25Use `scm_with_guile' in `test-pthread-create'.Ludovic Courtès1-5/+11
2011-04-25Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.Ludovic Courtès64-1251/+1361
2011-04-25Fix `#ifdef HAVE_CONFIG_H' stanza in some stand-alone tests.Ludovic Courtès6-6/+6
2011-04-25Compile more file system related procedures when `--disable-posix'.Ludovic Courtès1-202/+200
2011-04-25Move `{total,current}-processor-count' outside of `posix.c'.Ludovic Courtès6-47/+53
2011-04-25Make the `sizeof (mpz_t)' check at compile-time.Ludovic Courtès2-7/+5
2011-04-25Add pthread-related tests.Ludovic Courtès5-0/+228
2011-04-25Make `scm_i_ensure_signal_delivery_thread' call in Guile mode.Ludovic Courtès1-4/+4
2011-04-22Make sure binary ports pass `binary-port?' regardless of the locale.Ludovic Courtès6-20/+71
2011-04-22Turn the libunistring/iconv configure check into a macro.Ludovic Courtès2-20/+33
2011-04-22Fix typo in `configure.ac'.Ludovic Courtès1-1/+1
2011-04-22Increase the timeout of timing-sensitive thread tests.Ludovic Courtès1-4/+4
2011-04-21add test that libunistring was built with iconv supportAndy Wingo1-0/+21
2011-04-21Clarify units of string length in decription of scm_from_stringnMark H Weaver1-1/+1
2011-04-19Clarify the units of returned lengths in string conversion functionsMark H Weaver1-6/+9
2011-04-15fix pre-GC_set_start_callback compilationAndy Wingo1-6/+7
2011-04-15pre-GC_set_start_callback compatibilityAndy Wingo3-9/+38
2011-04-15weak hash table vacuum on before-gc C hookAndy Wingo1-14/+13
2011-04-15use gc_start_callback + asyncs for after-gc-hook, instead of finalizersAndy Wingo1-32/+36
2011-04-15add --fresh-auto-compileAndy Wingo6-4/+53
2011-04-15Build `filesys.x'.Ludovic Courtès1-0/+1
2011-04-15Allow compilation with `--disable-posix'.Ludovic Courtès9-315/+358
2011-04-14Include <sched.h> in `posix.c'.Ludovic Courtès2-1/+6
2011-04-14Add tests for `-Wformat' and gettext.Ludovic Courtès1-0/+17
2011-04-14fix analyze.scm literal string warningsAndy Wingo1-5/+3
2011-04-14fix embarrassing bugs in (ice-9 command-line)Andy Wingo1-3/+6
2011-04-14guile -v prints LGPLv3+.Andy Wingo1-0/+1
2011-04-14script.c calls out to (ice-9 command-line)Andy Wingo1-449/+16
2011-04-14add packager info to %build-infoAndy Wingo1-0/+15
2011-04-14add (ice-9 command-line)Andy Wingo2-0/+417
2011-04-14don't warn about non-literal fmt strings for e.g. (_ "foo")Andy Wingo1-2/+26
2011-04-13update NEWSAndy Wingo1-289/+139
2011-04-13(rnrs arithmetic fixnums) fixnum? export a procedure againAndy Wingo2-7/+338
2011-04-13revert 4a2ac0623c3dabb2c8b9d38c27b837dcb2c7fe4eAndy Wingo1-4/+0
2011-04-13--disable-threads fixAndy Wingo1-2/+6
2011-04-11Fix fencepost error in bip_seekIan Price2-1/+10
2011-04-11fix assert to return true value.Ian Price2-1/+9
2011-04-11Added optional second arg to R6RS log functionIan Price2-0/+25
2011-04-11fix reader.test for --disable-deprecatedAndy Wingo1-2/+3