bpt/guile.git
2010-07-12 Ludovic CourtèsAdd missing benchmark files to the distribution.
2010-07-12 Ludovic CourtèsFix type-checking in the optimized path of `string=?'.
2010-07-10 Andy Wingoprint column numbers in backtraces
2010-07-10 Andy Wingofinally, backtraces only showing frames for the computation
2010-07-10 Andy Wingoupdate manual for value history on by default
2010-07-10 Andy Wingovalidating repl options; value-history on by default
2010-07-10 Andy Wingovalue-history-enabled? accessor
2010-07-10 Andy Wingoheap/literal fixes for repl-default-options
2010-07-10 Andy Wingoadd utils to turn value history on and off, and to...
2010-07-10 Andy Wingocapture default dynamic state in (guile-user)
2010-07-10 No ItisntRemove trailing whitespace
2010-07-09 Andy Wingoavoid running the debugger during parsing or compilatio...
2010-07-09 Andy Wingofix up a repl command docstring
2010-07-09 Andy Wingotweaks to print-locals
2010-07-09 Andy Wingotweaks to new repl
2010-07-09 Andy Wingointegrate the debugger into the repl
2010-07-09 Andy Wingoreadline only handles SIGWINCH
2010-07-09 Andy Wingoremove use-emacs-interface check from ice-9 readline
2010-07-09 Andy Wingodefine* in ice-9 regex
2010-07-09 Andy Wingountabify (ice-9 regex)
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
2010-07-04 Neil JerramFix TeXing of doc/ref/r6rs.texi
2010-07-04 Ludovic CourtèsOptimize `string=' for the common case.
2010-07-04 Ludovic CourtèsAdd `scm_i_string_data'.
2010-07-01 Neil JerramFix hanging of popen.test
2010-06-29 Andy Wingofix repl level printing
2010-06-29 Tristan ColgateUpdate #:procedure method for <applicable-struct>
2010-06-28 Andy Wingo* module/srfi/srfi-60.scm (bit-count): #:replace core...
2010-06-26 Andy Wingouse *repl-stack* instead of *repl-level*
2010-06-26 Andy Wingotweak to ensure-batch-mode!
2010-06-26 Andy Wingoadd repl inport and outport fields and accessors
2010-06-26 Andy Wingoallow kwargs to repl metacommands
2010-06-25 Thien-Thi NguyenHACKING: Mention (add-hook 'before-save-hook 'delete...
2010-06-24 Julian GrahamEdits to R6RS standard libraries documentation proposed...
2010-06-22 Andy Wingotop-repl out to its own module
2010-06-22 Andy Wingosimplify top-repl
2010-06-22 Andy Wingodon't bother catching SIGSEGV et al in top-repl
2010-06-22 Andy Wingodeprecate named-module-use!, load-emacs-interface,...
2010-06-22 Andy Wingorequire-extension using syntax-case
2010-06-22 Andy Wingocond-expand in syntax-case
2010-06-22 Andy Wingomore aspiration in boot-9
2010-06-22 Andy Wingobegin-deprecated using syntax-case
2010-06-22 Julian GrahamIntegrate complete R6RS standard libraries documentation.
2010-06-21 Andy Wingorelax restriction on _ in literals
2010-06-21 Andy Wingofix matches? test
2010-06-21 Andy Wingosyntax-case treats _ as placeholder
2010-06-21 Andy Wingofix compilation with automake < 1.11
2010-06-21 Andy Wingofreshly regenerate psyntax-pp
2010-06-20 Andy Wingofix rnrs duplicate bindings warnings
2010-06-20 Andy Wingornrs modules #:replace as appropriate
2010-06-20 Andy Wingoensure unicode-capable rnrs string ports
2010-06-20 Ludovic CourtèsCanonicalize source file names in `primitive-load-path...
2010-06-19 Andy Wingorepl compiles with warnings by default
2010-06-19 Andy Wingoscheme-mode in syntactic records test
2010-06-19 Andy Wingotypo in mutable-strings
2010-06-19 Andy Wingo*unspecified* in rnrs exceptions
2010-06-19 Andy Wingodon't unconditionally restore signals in ensure-batch...
2010-06-19 Andreas RottmannFix SRFI-9 for records without fields
2010-06-19 Andreas RottmannIgnore the SRFI name component(s) in R6RS imports
2010-06-19 Andreas Rottmannice-9 receive without define-macro
2010-06-19 Andreas Rottmannadd rnrs unicode to the compound rnrs module
2010-06-19 Andy Wingofix ^L typo
2010-06-19 Andy Wingoset! name (lambda ...) names the lambda
2010-06-19 Andy Wingodeprecate the-last-stack
2010-06-19 Andy Wingodon't bind the-last-stack in repl.scm
2010-06-19 Andy Wingono the-last-stack in ice-9 threads
2010-06-19 Andy Wingoremove the-last-stack from boot-9
2010-06-19 Andy Wingodeprecate save-stack, stack-saved?
2010-06-19 Andy Wingoadd support for variable transformers: settable identif...
2010-06-19 Andy Wingohandle-system-error to scm-style-repl
2010-06-18 Thien-Thi Nguyen[build] Use UTC, precise format for ‘buildstamp’ value.
2010-06-18 Andy Wingoadd open-string-{input,output}-port to rnrs io ports
2010-06-18 Julian GrahamFix `define-condition-type' to use condition-accessors...
2010-06-18 Andy Wingo`(debug)' debugs the current stack.
2010-06-18 Andy Wingoremove before-signal-stack
2010-06-18 Andy Wingohas-shown-debugger-hint? to scm-style-repl
2010-06-18 Andy Wingoreorder hooks in boot-9
2010-06-18 Andy Wingodefault-pre-unwind-handler to scm-style-repl
2010-06-18 Andy Wingofinish deprecating pre-unwind-handler-dispatch
2010-06-18 Andy Wingodeprecate `repl'
2010-06-18 Andy Wingobatch-mode? in terms of *repl-level*
2010-06-18 Andy Wingo*unspecified* is identifier syntax
2010-06-18 Andy Wingorepl whitespace fix
2010-06-18 Andy Wingodeprecate set-repl-prompt!
2010-06-18 Andy Wingoadd repl-default-option-set! in (system repl common)
2010-06-18 Andy Wingoassert-repl-* and associated state variables to scm...
2010-06-18 No ItisntUse AM_SILENT_RULES to pare down build output, ignore...
2010-06-17 U-Cain\MikeDAY_1 nl_langinfo constants don't require <nl_types.h>
2010-06-17 Andy Wingobuild psyntax-pp.go from psyntax.scm
2010-06-17 Andy Wingofix order of internal definitions
2010-06-17 Andy Wingocompile-psyntax "optimizes" psyntax-pp
2010-06-17 Andy Wingotree-il->scheme renders fix as letrec*
2010-06-17 Andy Wingoresolve-primitives tweaks
2010-06-17 Andy Wingointernal definitions expand out to letrec* instead...
2010-06-17 Andy Wingocompiler support for letrec*
2010-06-17 Andy Wingoadd effect+exception-free-primitive? predicate
2010-06-17 Andy Wingopsyntax, primitive expander, and memoizer support for...
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
2010-06-17 Andy Wingofix bug in memoize
2010-06-16 Ludovic CourtèsRemove outdated sponsorship info from `THANKS'.
next