bpt/guile.git
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
2011-03-05 Mark HarigUpdated Guile manual page.
2011-03-04 BT Templetonguile-snarf: allow multiple init actions on one line
2011-03-04 BT Templetonadd guile-snarf tests
2011-03-04 Andy Wingorepl: terminal-width by default
2011-03-04 Michael GranAdd ,width meta-command to set screen width in debug...
2011-03-04 Andy Wingofix ,stat
2011-03-03 Andy Wingorepl.scm understands comments
2011-03-03 Andy Wingorepl.scm refactor
2011-03-03 Andy Wingofix encoding scanning for non-seekable ports
2011-03-03 Andy Wingomore module-use-interfaces! tweaks
2011-03-03 Andreas RottmannUse module identity to filter for existing modules
2011-03-02 Ludovic CourtèsRemove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'.
2011-03-02 Ludovic CourtèsImprove the documentation for `dynamic-link'.
2011-03-02 Mark H WeaverPortability fixes for popen.test (for when /bin/sh...
2011-02-28 Ludovic CourtèsHave `read' update line/column numbers when reading...
2011-02-28 Andy Wingoupdate port-filename docs
2011-02-27 Ludovic CourtèsLink stand-alone tests against libgc.
2011-02-27 Ludovic CourtèsStrip any CPPFLAGS other than `-I' from `guile-2.0...
2011-02-27 Andy Wingoflush all input on a read error
2011-02-27 Andy Wingoscm-error-printer resilience
2011-02-27 Andy Wingoupdate R6RS incompatibilities
2011-02-27 Andy Wingoregenerate psyntax-pp
2011-02-27 Andy Wingoadd syncase test
2011-02-27 Andy Wingochi-top-sequence defines macros before expanding other...
2011-02-27 Andy Wingopsyntax: fold chi-top-sequence into chi-top
2011-02-25 Ludovic CourtèsFix `gc-profile.scm'.
2011-02-25 Andy Wingomake-weak-key-hash-table vacuuming
2011-02-24 Ludovic CourtèsRevert ""latin1" -> "Latin-1"."
2011-02-24 Ludovic CourtèsMake `locale-digit-grouping' more robust.
2011-02-24 Ludovic CourtèsFix README.
2011-02-24 Andy Wingoweak hash tables vacuum stale entries after a gc
2011-02-24 Andy Wingore-enable the after-gc-hook
2011-02-24 Andy Wingopointerless backing buffers for string ports
2011-02-24 Andy Wingoerrno saving in display_string
2011-02-24 Andy Wingoweb server more assiduous about closing ports
2011-02-23 Andy Wingoopen-pipe* pumps pipes guardian
next