scm_c_define_module uses define-module*
[bpt/guile.git] / module / ice-9 / boot-9.scm
2010-11-19 Andy Wingoscm_c_define_module uses define-module*
2010-11-19 Andy Wingomake module definition procedure more structured
2010-11-18 Andy Wingoadd `reload-module' to boot-9
2010-11-18 Andy Wingoread-set! takes effect at expand time
2010-10-01 Andy Wingodeprecate turn-on-debugging, it is obsolete
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Andy Wingoremove evaluator-traps-interface
2010-09-24 Andy Wingoremove eval-options
2010-09-04 Andy Wingoboot-9 refactor
2010-09-04 Ludovic CourtèsCompare source/compiled file timestamps with nano-secon...
2010-09-03 Andy Wingomodule-ref-submodule deprecation fixes
2010-08-29 Andy Wingodefine* usage in boot-9
2010-07-26 Ludovic CourtèsCheck for go/scm mtime ordering rather than equality.
2010-07-10 Andy Wingofinally, backtraces only showing frames for the computation
2010-06-26 Andy Wingouse *repl-stack* instead of *repl-level*
2010-06-26 Andy Wingotweak to ensure-batch-mode!
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-20 Andy Wingornrs modules #:replace as appropriate
2010-06-19 Andy Wingodon't unconditionally restore signals in ensure-batch...
2010-06-19 Andy Wingoset! name (lambda ...) names the lambda
2010-06-19 Andy Wingoremove the-last-stack from boot-9
2010-06-19 Andy Wingodeprecate save-stack, stack-saved?
2010-06-19 Andy Wingohandle-system-error to scm-style-repl
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 Wingoresolve-primitives tweaks
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-11 Andy Wingowhile in terms of syntax-case
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 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...
next