bpt/guile.git
2011-04-15 Andy Wingoadd --fresh-auto-compile
2011-04-15 Ludovic CourtèsBuild `filesys.x'.
2011-04-14 Ludovic CourtèsAllow compilation with `--disable-posix'.
2011-04-14 Ludovic CourtèsInclude <sched.h> in `posix.c'.
2011-04-14 Ludovic CourtèsAdd tests for `-Wformat' and gettext.
2011-04-14 Andy Wingofix analyze.scm literal string warnings
2011-04-14 Andy Wingofix embarrassing bugs in (ice-9 command-line)
2011-04-14 Andy Wingoguile -v prints LGPLv3+.
2011-04-14 Andy Wingoscript.c calls out to (ice-9 command-line)
2011-04-14 Andy Wingoadd packager info to %build-info
2011-04-14 Andy Wingoadd (ice-9 command-line)
2011-04-14 Andy Wingodon't warn about non-literal fmt strings for e.g. ...
2011-04-13 Andy Wingoupdate NEWS
2011-04-13 Andy Wingo(rnrs arithmetic fixnums) fixnum? export a procedure...
2011-04-13 Andy Wingorevert 4a2ac0623c3dabb2c8b9d38c27b837dcb2c7fe4e
2011-04-13 Andy Wingo--disable-threads fix
2011-04-11 Ian PriceFix fencepost error in bip_seek
2011-04-11 Ian Pricefix assert to return true value.
2011-04-11 Ian PriceAdded optional second arg to R6RS log function
2011-04-11 Andy Wingofix reader.test for --disable-deprecated
2011-04-11 Andy Wingoregen psyntax-pp.scm
2011-04-11 Andy Wingosymbols with odd characters print better in #{}#
2011-04-11 Andy Wingoread-extended-symbol handles backslash better, includin...
2011-04-11 Andy Wingorefactor scm_i_print_symbol_name
2011-04-11 Andy Wingoignore SIGPIPE in (system repl server)
2011-04-09 Mark H WeaverFix the R6RS exact-integer-sqrt and import into core...
2011-04-08 Andreas RottmannImplement R6RS' `fixnum?' in a smarter way
2011-04-07 Mark H WeaverFix typo in arithmetic benchmark
2011-04-06 Andreas RottmannMove `define-inlinable' into the default namespace
2011-04-06 Mark H WeaverFix parsing of exact numbers with negative exponents
2011-04-06 Mark H WeaverDoc fix: quotient/remainder/modulo do not require exact...
2011-04-05 Mark H WeaverUndeprecate read syntax for uniform complex vectors
2011-04-04 Andreas RottmannSeveral optimizations for R6RS fixnum arithmetic
2011-04-04 Andreas RottmannAdd a few benchmarks for R6RS fixnum arithmetic
2011-04-03 Andy Wingopthread-threads.h: only redirect to GC_pthread_sigmask...
2011-04-01 Andy Wingofix c32vector-set!, c64vector-set!
2011-04-01 Andy Wingostring->pointer and pointer->string have optional encod...
2011-04-01 Andy Wingosupport loading objcode even if mmap(2) is unavailable
2011-04-01 Andy Wingomake_objcode_by_mmap uses MAP_PRIVATE, not MAP_SHARED
2011-04-01 Andy Wingolatin1 subr and message in internal scm_{encoding,decod...
2011-03-31 Andy Wingofix duplicate path in uninstalled-env
2011-03-31 Kevin Fletcherfix gc_register_my_thread et al fallback impls
2011-03-31 Andy Wingoweb.texi: handler return types documentation
2011-03-31 Andy Wingoweb.texi: fix uri->string invocation
2011-03-31 Andy Wingofix problems detecting coding: in block comments
2011-03-31 Andy Wingoinline fxops in psyntax
2011-03-31 Andy Wingoallow definitions in with-syntax body
2011-03-31 Michael GranMore descriptive error for dynamic-pointer
2011-03-30 Andy Wingowith-continuation-barrier calls exit(3) _after_ unwinding
2011-03-30 Michael Grandon't GC unregister null thread
2011-03-30 Michael Grancheck for GC_allow_register_threads
2011-03-29 Ludovic CourtèsFix `procedure->pointer' for functions returning `void'.
2011-03-29 Andy Wingofix prompt and abort with the boot evaluator
2011-03-29 Andy Wingofix compilation with libgc 7.0, 7.1
2011-03-29 Andy Wingofix error message on ,disassemble "non-procedure"
2011-03-29 Andy Wingodocument -q, repl options
2011-03-29 Andy Wingorewrite ensure-writable-dir to not be racy
2011-03-27 Andy Wingofix prompt in fix in single-value context compilation
2011-03-27 Andy Wingotree-il->scheme fix
2011-03-27 Noah LavineDocument SRFI-23
2011-03-26 Bruno HaibleUpdate comment about uc_locale_language.
2011-03-26 Andy Wingofix stexi->html double translation
2011-03-26 Andy Wingofix (texinfo reflection) to handle nested structures...
2011-03-25 Neil JerramRemove statements about scripts/* that are no longer...
2011-03-25 Neil JerramInline the effect of am/pre-inst-guile
2011-03-25 Neil JerramMake explicit that GUILE_FOR_BUILD is only used when...
2011-03-25 Neil JerramGUILE_FOR_BUILD is only needed by meta/guile.in, not...
2011-03-25 Neil JerramRemove unused definition of preinstguiletool
2011-03-25 Andy Wingoavoid running GC when SCM_I_CURRENT_THREAD is unset
2011-03-25 Andy Wingothreading / with_guile refactor to use more GC_stack_base
2011-03-25 Andy WingoRevert "with-continuation-barrier carps, calls exit...
2011-03-24 Andy Wingobdw-gc 6.8 compatibility (hopefully)
2011-03-24 Andy Wingowith-continuation-barrier carps, calls exit(3) _after_...
2011-03-23 Andy Wingofix a failure to sync regs in vm bytevector ops
2011-03-22 Mark H WeaverDo not enter the debugger if the thrown key is in ...
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-20 BT Templetonfix guile-snarf
2011-03-20 Andreas RottmannAdd VM test for call/cc in non-tail position
2011-03-19 Andreas RottmannFix syntax error in benchmark-suite/Makefile.am
2011-03-19 Michael GranBenchmarks for string comparisons
2011-03-19 Andy Wingofix new-frame push in call/cc
2011-03-18 Andy Wingofix thread cleanup
2011-03-18 Ludovic CourtèsFix `i18n.test' when the German or Greek locales aren...
2011-03-17 Ludovic Courtèsi18n: Add case mapping and case-insensitive string...
2011-03-17 Ludovic Courtèsi18n: Re-enable tests with the Turkish locale.
2011-03-17 Andy Wingoadd multibyte regexp test
2011-03-17 Andy Wingoscm_{to,from}_locale_string use current locale, not...
2011-03-17 Andy Wingoallow ,option on-error report instead of debug
2011-03-17 Andy Wingoadd heap-allocated-since-gc to gc-stats
2011-03-17 Andy Wingofix code that causes warnings on gcc 4.6
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-15 Andy Wingoadd more prompt/abort tests
2011-03-15 Andy Wingofix frame dynamic linkage in the face of partial contin...
2011-03-13 Ludovic Courtèsdoc: Remove "lack of support for Unicode I/O and strings".
2011-03-13 Andreas RottmannEnhance transcoder-related functionality of `(rnrs...
2011-03-13 Andreas RottmannExport `current-*-port' from `(rnrs io ports)'
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2011-03-13 Ludovic CourtèsWork around weak-value hash table bug in `define-wrappe...
2011-03-11 Ludovic CourtèsFix `define-inlinable' in SRFI-9 so that arguments...
2011-03-11 Andy Wingofix port-filename without readline to match the docs
next