`load' is a macro (!) that resolves paths relative to source file dir
[bpt/guile.git] / module / ice-9 / boot-9.scm
2011-02-13 Andy Wingo`load' is a macro (!) that resolves paths relative...
2011-02-12 Andy Wingofix syntax-error printing
2011-02-11 Andy Wingoprint-exception gets a c binding
2011-02-11 Andy Wingoadd set-exception-printer!, print-exception to boot-9
2011-02-10 Andy Wingodeprecate primitive properties
2011-02-09 Andy Wingoadd define-once
2011-02-08 Andy Wingomodule-use-interfaces! handles duplicate interfaces
2011-02-07 Andy Wingohack around bug in port-filename
2011-01-31 Andy Wingotoplevel vars added by syntax expansion are unbound
2010-12-17 Andy Wingoguile-user has no filename
2010-12-17 Andy Wingoadd ,reload meta-command and document it and reload...
2010-12-16 Ludovic CourtèsAdd `compose', `negate', and `const'.
2010-12-07 Brian Templetonautoload compile-file in (guile-user)
2010-11-19 Andy Wingodeprecate process-define-module
2010-11-19 Andy Wingodefine-module compiles to define-module*
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
next