Fix argument passing for external hash functions in `(rnrs hashtables)'.
[bpt/guile.git] / module /
2010-07-14 Julian GrahamFix argument passing for external hash functions in...
2010-07-13 Andy Wingofix psyntax-pp.go dependency
2010-07-13 Andy Wingoctrl-d with readline exits one recursive repl instance
2010-07-13 Andy Wingodon't automatically generate psyntax-pp.scm any more
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 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 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 Wingodefine* in ice-9 regex
2010-07-09 Andy Wingountabify (ice-9 regex)
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
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-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-21 Andy Wingorelax restriction on _ in literals
2010-06-21 Andy Wingosyntax-case treats _ as placeholder
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-19 Andy Wingorepl compiles with warnings by default
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 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-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-16 Ludovic CourtèsUse Alex Shinn's pattern matcher for (ice-9 match).
2010-06-16 Andy Wingoremove encoding of versions into the file system (for...
2010-06-16 Andy Wingoset module version in module-export-all!
2010-06-16 Andy Wingoload modules from within a known environment
2010-06-14 Andy Wingofix bug in collect
2010-06-13 Andy Wingoattempted microoptimization in eval.scm.
2010-06-11 Andy Wingocompile (ice-9 deprecated) earlier
2010-06-11 Andy Wingohandler of a prompt is in tail context
2010-06-11 Andy Wingowhile in terms of syntax-case
2010-06-11 Andy Wingocomment in fix-letrec
2010-06-11 Andy Wingofix lexical call naming bug
2010-06-11 Andy Wingounparse the tag of a prompt
2010-06-11 Andy Wingomake-prompt-tag is an effect-free primitive
2010-06-11 Andy Wingoadd inliner cases for conditionals
2010-06-11 Andy Wingodeprecate `collect'
2010-06-11 Andy Wingodefine-option-interface in terms of syntax-rules
2010-06-11 Andy Wingoa failed resolve-interface does not leave behind an...
2010-06-11 Andy Wingocleanups to version-matches?
next