`(debug)' debugs the current stack.
[bpt/guile.git] / module / ice-9 /
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 Wingodeprecate set-repl-prompt!
2010-06-18 Andy Wingoassert-repl-* and associated state variables to scm...
2010-06-17 Andy Wingofix order of internal definitions
2010-06-17 Andy Wingocompile-psyntax "optimizes" psyntax-pp
2010-06-17 Andy Wingoresolve-primitives tweaks
2010-06-17 Andy Wingointernal definitions expand out to letrec* instead...
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 Wingowhile in terms of syntax-case
2010-06-11 Andy Wingofix lexical call naming bug
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?
2010-06-11 Andy Wingodeprecate get-option, for-next-option, display-usage...
2010-06-11 Andy Wingodeprecate `scheme-file-suffix'
2010-06-11 Andy Wingocomments in boot-9
2010-06-11 Andy Wingodeprecate `bad-throw'
2010-06-11 Andy Wingoerror in terms of case-lambda
2010-06-11 Andy Wingodeprecate has-suffix?
2010-06-10 Andy Wingocomments in boot-9
2010-06-10 Andy Wingodeprecate apply-to-args
2010-06-10 Andy Wingoremove annotation?
2010-06-10 Andy Wingoscm-style-repl -> (ice-9 scm-style-repl)
2010-06-10 Andy Wingoresolve-module #:ensure argument
2010-06-10 Andy WingoFix build bug, manifested as failure to find libguile...
2010-06-10 Andy Wingodeprecate error-catching-loop, error-catching-repl
2010-06-10 Andy Wingoremove commented-out code from boot-9
2010-06-10 Andy Wingodeprecate scm-style-repl
2010-06-10 Julian GrahamResolve issues in `find-versioned-module'.
2010-06-09 Andy Wingor6rs `import' accepts multiple clauses
2010-06-06 Andy Wingomodules have field for their filenames, for debugging
2010-06-06 Andy Wingoadd current-source-location
2010-06-06 Andy Wingoadd syntax-source accessor
2010-06-06 Andy Wingofix `format' with %f and exact rationals
2010-06-06 Andy Wingosimplify macro representation in the wake of module...
2010-06-06 Andy Wingofix module-hygiene corner case by relying more on synta...
2010-06-05 Andy Wingosource location propagation fixes in psyntax
2010-06-02 Andy Wingoboot-9 top-repl tweak
2010-06-02 Andy Wingofix procedure naming
2010-05-28 Julian GrahamIgnore explicit phase specification for imports in...
2010-05-26 No ItisntMerge branch 'master' of git.sv.gnu.org:/srv/git/guile
2010-05-25 Ludovic CourtèsAdd copyight/license header in `compile-psyntax.scm'.
2010-05-21 Andy Wingoboot-9 comment cleanup
2010-05-21 Andy Wingolambda* in make-mutable-parameter
2010-05-21 Andy Wingodefine* in repl-reader
2010-05-21 Andy Wingodefine* in try-module-autoload
2010-05-21 Andy Wingodefine* in resolve-interface
2010-05-21 Andy Wingolambda* in resolve-module
2010-05-21 Andy Wingodefine* in load-module
2010-05-21 Andy Wingodefine* in module-observe-weak
2010-05-21 Andy Wingodefine* in load
2010-05-21 Andy Wingocase-lambda in dup->{in,out,}port, dup
2010-05-21 Andy Wingodefine* in file-set-position
2010-05-21 Andy Wingodefine* in record-constructor
2010-05-21 Andy Wingodefine* in make-record-type
2010-05-21 Andy Wingolambda* in string-any, string-every
2010-05-21 Andy Wingolambda* in catch
2010-05-21 Andy Wingolambda* in make-prompt-tag
2010-05-20 Andy Wingoeval-when expand for use-modules and export
2010-05-20 Andy Wingopure r6rs modules
2010-05-20 Andy Wingolambda* usage in psyntax.scm
2010-05-20 Andy Wingoremove *mode* fluid from psyntax
2010-05-20 Andy Wingoiron out inconsistency between eval and compile expansion
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingopsyntax produces "expanded" structures directly
2010-05-19 Andy Wingoexpanded type constructors in psyntax
2010-05-19 Andy Wingoseparate boot expansion from memoization
2010-05-13 Andy Wingopsyntax builds case-lambda expressions
2010-05-13 Andy Wingoevaluator support for case-lambda
2010-05-13 Andy Wingoprimitive support for lambda*
2010-05-13 Andy Wingochange to format of memoization lambda expressions
2010-05-07 Andy Wingomacro expanders return memoized expressions
2010-05-06 Andy Wingofix macros that expand into (begin (define-module ...
2010-05-06 Andy Wingopsyntax no longer attempts to track (current-module)
2010-05-06 Andy Wingo@@ generalized to arbitrary expressions.
2010-05-06 Andy Wingochange form of @ and @@ psyntax handlers
2010-05-06 Andy Wingoadd `expand' eval-when situation
2010-05-04 Andy Wingoadd explanatory comment to chi-macro
2010-05-03 Julian Grahamadd support for r6rs libraries
2010-05-03 Andy Wingoonly ensure local vars for definitions during expansion...
2010-05-03 Andy Wingoexport, re-export etc as syntax-rules macros
2010-05-03 Andy Wingorewrite use-modules and use-syntax using syntax-case
2010-05-03 Andy Wingorewrite define-module as a syntax-case macro
2010-04-27 Andy Wingoadd module-export-all!
2010-04-27 Andy WingoMerge branch 'wip-module-namespaces'
next