bpt/guile.git
2012-03-05 Andy Wingoslight tweak to file-exists?, file-is-directory?
2012-03-05 Andy Wingobootstrapping shenanigans in `warn'
2012-03-05 Andy Wingomore clear comments in boot-9.scm
2012-03-05 Andy Wingoremove deprecated close-io-port
2012-03-05 Andy Wingoinline ice-9/r4rs.scm into ice-9/boot-9.scm
2012-03-05 BT Templetonuse #nil as default for elisp rest parameters
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-04 Mark H WeaverMerge branch 'stable-2.0'
2012-03-03 Mark H WeaverMinimize size of embedded syntax objects in psyntax...
2012-03-03 Mark H Weavertree-il->scheme improvements
2012-03-03 Andy Wingooptimize dynamic-wind when we know winders are thunks
2012-03-03 Andy Wingoremove out-of-date comment
2012-03-03 Andy Wingothe dynamic stack is really a stack now, instead of...
2012-03-02 Mark H Weaverpretty-print: allow max-expr-width to be set; recognize...
2012-03-02 Mark H WeaverFix typos in psyntax.scm
2012-03-02 Andy Wingocomment formatting in ports.c
2012-03-02 Andy Wingohash-set! on weak tables returns the value
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy Wingotweaks to -Wformat's gettext detection
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy Wingopeval: inline applications of lambda to rest args
2012-03-02 Andy Wingotree-il: fix `canonicalize!' for prompts
2012-03-02 Andy Wingomore general treatment of call-with-prompt
2012-03-01 Mark H Weaverpmatch: always wrap with let, even if the expression...
2012-03-01 Mark H WeaverFix <TAG>vector-length when applied to other uniform...
2012-02-26 Ludovic CourtèsAvoid failure when `format-analysis' stumbles upon...
2012-02-24 Andy Wingoport i/o optimizations for iso-8859-1
2012-02-24 Andy Wingofixes to threaded finalizers
2012-02-24 Andy Wingosrfi-18 test fix
2012-02-24 Andy Wingoslight cleanup to run-test
2012-02-24 Andy Wingosrfi-18 cleanup
2012-02-24 Andy Wingostatically initialize the pthread mutex in fat mutexen
2012-02-24 Andy Wingorun finalizers asynchronously (in asyncs and/or pthreads)
2012-02-24 Andy Wingosignal an error on multithreaded fork
2012-02-23 Andy Wingoremove atfork on revealed mutex in fports.c
2012-02-23 Andy WingoRevert "add pthread_atfork helpers to our threading...
2012-02-23 Andy WingoRevert "with a threaded guile, lock weak sets and table...
2012-02-23 Andy WingoRevert "install pthread_atfork handlers for guile's...
2012-02-23 Andy WingoRevert "wrap iconv_open / iconv_close with a lock to...
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-23 Andy Wingorewrite open-process in C, for robustness
2012-02-22 Andy Wingomicrooptimizations in (web uri)
2012-02-22 Andy Wingoadd test for recent quick fix
2012-02-21 Andy Wingoquick fix the quick fix
2012-02-21 Andy Wingoquick fix to uri parser
2012-02-20 Noah LavineOptimize Equality Primitives
2012-02-19 Ludovic CourtèsHave `-Wformat' recognize `ngettext' calls.
2012-02-19 Ludovic CourtèsHave `-Wformat' better recognize the `gettext' procedure.
2012-02-19 Andy Wingouse the new finalizer helpers
2012-02-19 Andy Wingoadd scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add...
2012-02-19 Andy Wingobetter hysteresis in weak-set, weak-table
2012-02-19 Andy Wingotune default hash table sizes
2012-02-19 Andy Wingomove revealed-count mechanism to fports.c
2012-02-19 Andy Wingoice-9/poll optimization
2012-02-17 Ludovic CourtèsDon't fail when locale env. vars specify a dot-less...
2012-02-17 Andy Wingowrap iconv_open / iconv_close with a lock to help in...
2012-02-17 Andy Wingoinstall pthread_atfork handlers for guile's static...
2012-02-17 Andy Wingoadd pthread_atfork helpers to our threading shims
2012-02-17 Andy Wingowith a threaded guile, lock weak sets and tables during...
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy Wingoremove deprecated features test
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Mark H WeaverAdd tests to verify that 'read' sets source properties...
2012-02-15 Mark H WeaverAdd support for source properties on non-immediate...
2012-02-15 Mark H Weaverpsyntax: access source properties for all supported...
2012-02-15 Mark H WeaverAdd 'supports-source-properties?' predicate
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Mark H WeaverRelax validation of source property accessors
2012-02-15 Mark H Weaversyntax-violation: prefer 'subform' for source info...
2012-02-15 Mark H WeaverFix psyntax bugs that would cause bad source annotations
2012-02-15 Mark H WeaverFix typo in comment in message.scm: 'know' to 'known...
2012-02-14 Andy Wingobetter handling for exceptions in close-port and port...
2012-02-14 Andy Wingoweb server: fix spurious warning
2012-02-14 Andy Wingoscm_from_stringn utf8 optimization
2012-02-14 Andy Wingofix buggy scm_from_utf8_stringn (!)
2012-02-14 Andy Wingoports: avoid adding port table entries and finalizers...
2012-02-14 Andy Wingorefactor port encoding modes: utf-8 and iconv
2012-02-13 Andy Wingostring ports simplification
2012-02-13 Andy Wingoweaks: move an allocation outside a critical section
2012-02-12 Mark H WeaverFix manual: scm_foreign_to_bytevector to scm_pointer_to...
2012-02-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-12 Andy Wingoweb server: do not provide a response body where it...
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy Wingoweb server: print backtrace on errors when run in batch...
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-10 Andy Wingomore efficient scm_string_to_utf8, scm_string_to_utf32
2012-02-10 Andy Wingomore efficient scm_to_utf8_stringn, scm_to_utf32_stringn
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-02-08 Mark H WeaverAdd source properties to many more types of data
2012-02-08 Mark H WeaverUnoptimize 'read' to return freshly allocated empty...
2012-02-08 Mark H WeaverOptimize empty substring case of scm_i_substring_copy
2012-02-08 Mark H WeaverAdd and use maybe_annotate_source helper in read.c
2012-02-08 Mark H WeaverRemove inline and register attributes from read.c
2012-02-08 Mark H WeaverRemove incorrect comment in read.c
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy Wingoi18: avoid freelocale (NULL)
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-05 Andy WingoFix --enable-debug-malloc
2012-02-04 Ludovic Courtèsi18n: Skips ~h `format' tests when digit grouping info...
2012-02-03 BT Templetonfunction binding fixes
next