bpt/guile.git
2012-04-26 Andy WingoMerge commit 'f66cbb99ee096186837536885d3436bb334df34d'
2012-04-26 Andy WingoMerge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'
2012-04-26 Andy WingoMerge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'
2012-04-26 Andy WingoMerge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
2012-04-24 Noah LavineClean up stack tests
2012-04-24 Noah Lavinemake-stack handles prompt tags better
2012-04-23 Andy Wingonew pass: cse
2012-04-23 Andy Wingominor tweaks to a peval test
2012-04-23 Andy Wingopeval uses effects analysis
2012-04-23 Andy Wingoadd effects
2012-04-23 Andy Wingopeval tests into separate file
2012-04-23 Andy Wingoadd more primitives and predicates to (language tree...
2012-04-23 Andy Wingomove (test-suite lib) to lower dir; cleans up uninstall...
2012-04-23 Andy Wingomodernize (benchmark-suite lib)
2012-04-23 Andy Wingoavoid inexact iteration count in benchmarks
2012-04-22 Ludovic CourtèsThank Klaus.
2012-04-22 Ludovic Courtèsbytevectors: Fix IEEE-754 endianness conversion.
2012-04-22 Ludovic CourtèsFix and clarify documentation of `sorted?'.
2012-04-22 Ludovic CourtèsRemove duplicate test in `tree-il.test'.
2012-04-12 Ludovic CourtèsAvoid use of `GC_PTR' in "smob.h".
2012-04-09 Ludovic CourtèsSRFI-9: Set the `record-constructor' slot of the RTD.
2012-04-04 Mark H WeaverFix scm_to_utf8_stringn once and for all; optimize...
2012-04-03 Mark H WeaverFix scm_to_utf8_stringn to NUL-terminate properly
2012-04-02 Mark H WeaverFix scm_to_utf8_stringn to return the length in bytes...
2012-04-01 Andy Wingofix scm_to_utf8_stringn for wide strings to NUL-append...
2012-04-01 BT Templetonlength's argument is a sequence
2012-03-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-23 BT Templetonprimitive resolution for public refs
2012-03-22 Andy Wingoadd bad-request printer
2012-03-22 Andy Wingoadd exception printers for bad-header, bad-header-component
2012-03-22 Andy Wingomicro-optimizations to string-trim-both, and to (web...
2012-03-18 Andy Wingomake applicable smob calls cheaper, and fix a memory...
2012-03-18 Andy Wingofix to procedure-arity in previous patch
2012-03-18 Andy Wingomake applicable smob calls cheaper, and fix a memory...
2012-03-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-12 Andy WingoMerge branch 'master' of git.sv.gnu.org:/srv/git/guile
2012-03-12 Andy Wingoweb http: fix Ma -> Mar
2012-03-11 Andy Wingofix bad-request-printer
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-11 Andy Wingoadd bad-request printer
2012-03-11 Andy Wingoweb server http: 400 Bad Request on bad requests
2012-03-11 Andy Wingoadd exception printers for bad-header, bad-header-component
2012-03-08 Andy Wingomore libgc 7.1 compat
2012-03-08 BT Templetonelisp rng
2012-03-08 BT Templetonelisp i/o
2012-03-08 BT Templetonelisp: symbol-name, intern
2012-03-08 BT Templetonelisp: when, unless
2012-03-08 BT Templetonelisp sequence functions
2012-03-08 BT Templetonintegerp, wholenump return nil for non-numbers
2012-03-08 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-08 Andy Wingorun finalizers asynchronously in asyncs
2012-03-08 Andy Wingouse the new finalizer helpers
2012-03-08 Andy Wingoadd scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add...
2012-03-08 Andy Wingoscm_new_smob, scm_new_double_smob inline functions
2012-03-08 Andy Wingoscm_cell, scm_double_cell, scm_words back to gc.h
2012-03-08 Andy Wingosimplify inline function infrastructure
2012-03-08 Ian PriceFix flush on soft ports, so that it actually runs.
2012-03-07 Ludovic CourtèsChange `scm_words' to accept a 32-bit word number.
2012-03-07 Ludovic CourtèsImprove port benchmark.
2012-03-07 Giuseppe ScrivanoFix a segfault when /dev/urandom is not accessible
2012-03-07 Andy Wingofaster (make-prompt-tag); default-prompt-tag is a parameter
2012-03-07 Andy Wingocall-with-{input,output}-string implemented in scheme
2012-03-07 Andy Wingomicro-optimizations to string-trim-both, and to (web...
2012-03-07 Andy Wingonames of encodings are ascii
2012-03-07 Andy Wingodynstack: pushing a prompt no longer allocates memory
2012-03-06 Andy Wingomicro-optimization in (web server)
2012-03-06 Andy Wingoports.c: inline get_codepoint
2012-03-06 Andy Wingooptimize symbol printing
2012-03-05 Andy Wingoshuffle r4rs procedures into boot-9
2012-03-05 Andy Wingoload parameters earlier in boot-9
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 Andy Wingodeprecate close-io-port
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-05 Mark H WeaverDon't call SYMBOL_STRINGBUF on a string
2012-03-05 Mark H WeaverRemove documentation of internal static string comparis...
2012-03-04 Mark H WeaverComment out unused definitions of 'do' and 'case' in...
2012-03-04 Mark H WeaverFix syntax wrap comments; remove old unused cruft
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...
next