error in terms of case-lambda
[bpt/guile.git] / module / ice-9 / boot-9.scm
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 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-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-02 Andy Wingoboot-9 top-repl tweak
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-07 Andy Wingomacro expanders return memoized expressions
2010-05-06 Andy Wingofix macros that expand into (begin (define-module ...
2010-05-03 Julian Grahamadd support for r6rs libraries
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'
2010-04-24 Andy Wingomodule-public-interface is a field in the module record
2010-04-24 Andy Wingomodule-public-interface in Scheme
2010-04-24 Andy Wingoadd submodule binders
2010-04-24 Andy Wingomodule-{ref,define}-submodule use the submodules table
2010-04-24 Andy Wingoadd submodules field to modules
2010-04-24 Andy Wingoresolve-module uses -module variants
2010-04-24 Andy Wingouse the define-module variants in module-name and make...
2010-04-24 Andy Wingonested-ref et al use module-ref-submodule; add -module...
2010-04-23 Andy Wingoadd module-ref-submodule, module-define-submodule!
2010-04-23 Andy Wingotweak to resolve-module
2010-04-22 Andy Wingodeprecate %app
2010-04-22 Andy Wingorefactorings for the module boot process
2010-04-22 Andy Wingoadd comments to resolve-module
2010-04-22 Andy Wingoformally deprecate `app'
2010-04-20 Andy Wingofix comment about "local-define" and "local-remove".
2010-04-20 Andy Wingomodule-type defined programmatically
2010-04-19 Andy Wingoavoid primitive-eval in record-constructor
2010-04-19 Andy Wingomake-record-type slight refactor
2010-04-19 Andy Wingodeprecate @bind
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingorepl-reader only prompts if no input is available
2010-04-07 Andy Wingofix bug when importing bindings that were already impor...
2010-03-29 Andy Wingometadata for syntax-rules, identifier-syntax, and defin...
2010-03-19 Andy Wingorename sc-expand to macroexpand
2010-03-14 Andy Wingo(debug) at the repl invokes the vm debugger
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-03-11 Andy Wingoremove internal treatment of default prompt tag, it...
2010-03-09 Andy Wingoprompt, abort -> call-with-prompt, abort-to-prompt
2010-03-09 Andy Wingo%start-stack in Scheme, in terms of prompts
2010-03-04 Andy Wingosome with-fluid* -> with-fluids
2010-02-26 Andy Wingocatch, throw, with-throw-handler implemented in Scheme
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-18 Andy Wingopsyntax support for with-fluids
2010-02-16 Andy Wingo`load' doesn't cause the compiler to be loaded in some...
2010-01-11 Ludovic CourtèsEvaluate the `export' and `re-export' forms at compile...
2010-01-11 Ludovic CourtèsMove `feature?' to `deprecated.scm'.
2010-01-11 Ludovic CourtèsMake `(ice-9 deprecated)' a module of its own.
2010-01-11 Ludovic CourtèsMake `boot-9.scm' more friendly with `-Wunused-toplevel'.
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-28 Andy Wingo(syntax foo) -> #'foo in boot-9
2009-12-22 Andy Wingofix warning-caught bug in boot-9
2009-12-22 Julian GrahamComplete support for version information in Guile's...
2009-12-22 Julian GrahamSupport for renaming bindings on module export.
2009-12-21 Andy Wingountabify boot-9.scm
2009-12-11 Andy Wingomerge from master to elisp
2009-12-03 Andy Wingoimplement transcendental sin, cos etc in c; deprecate...
2009-12-03 Andy Wingoexpt implemented in C, handles complex numbers
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingonew evaluator, y'all
2009-11-14 Andreas Rottmannadd quasisyntax
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-21 Ludovic CourtèsRemove obsolete `save-stack' case.
2009-10-21 Ludovic CourtèsAdd a `guile-2' SRFI-0 feature.
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
2009-10-16 Andy Wingorepl-reader accepts optional "read" argument
2009-10-15 Andy Wingo`load' autocompiles -- in the current module.
2009-09-20 Ludovic CourtèsRemove unused variables in ice-9/goops/srfi/scripts.
2009-09-15 Ludovic Courtès"Document" the `set-module-eval-closure!' weak hash...
next