bpt/guile.git
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
2011-03-10 Mark H WeaverFix bug to make `string=' much faster
2011-03-10 Ludovic CourtèsThanks, Aidan.
2011-03-10 Ludovic CourtèsFFI: Return the right alignment for structures.
2011-03-09 Mark H WeaverUpdate Gnulib; add new modules; remove `round' module.
2011-03-09 Andy Wingofix-letrec tweaks
2011-03-09 Andreas RottmannDon't mix definitions and expressions in SRFI-9
2011-03-09 Mark H WeaverAdd scm_from_latin1_keyword and scm_from_utf8_keyword
2011-03-08 Mark H WeaverImprove docs of string and symbol conversions from...
2011-03-08 Mark H WeaverWithin `while', `continue' takes zero arguments
2011-03-08 Mark H WeaverQuotient, remainder and modulo accept inexact integers
2011-03-08 Mark H WeaverRemove incorrect footnote from GOOPS manual
2011-03-08 Mark H WeaverUpdate comments regarding GMP earlier than 4.2.
2011-03-08 Mark H WeaverFix description of the R6RS `finite?' in manual
2011-03-08 Mark H WeaverFix bytevectors VALIDATE_REAL to test for reals, not...
2011-03-08 Andy Wingoscm_public_ref et al docs
2011-03-08 Andy Wingoeval-string docs
2011-03-08 Andy Wingodocument scm_call_{5,6,n}
2011-03-08 Andy Wingoadd scm_call_{5,6}
2011-03-08 Andy Wingofix scm_setter
2011-03-08 Andy Wingocore eval-string uses (ice-9 eval-string)
2011-03-08 Andy Wingoadd scm_c_public_ref et al
2011-03-06 Ludovic CourtèsHandle `letrec*' like `letrec' in simple cases.
2011-03-06 Ludovic CourtèsHave `gc-profile.scm' make sure it's on a Linux-based...
2011-03-06 Ludovic CourtèsAdd `gc-benchmarks/' to the distribution.
2011-03-06 Ludovic CourtèsMake `object->string' explicitly close its string outpu...
2011-03-06 Ludovic CourtèsSlightly optimize `gensym'.
2011-03-06 Ludovic CourtèsSimply grow string port buffers geometrically.
2011-03-06 Ludovic CourtèsLet `scm_mkstrport' allocate buffers on the caller...
2011-03-06 Ludovic CourtèsUse a bytevector as the backing buffer of string ports.
2011-03-05 Andy Wingoadd ice-9 eval-string
2011-03-05 Andy Wingoremove obsolete comments
next