Improve error checking in 'define-public' and 'module-add!'.
[bpt/guile.git] / module / ice-9 / boot-9.scm
2013-08-20 Mark H WeaverImprove error checking in 'define-public' and 'module...
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-03-27 Ludovic CourtèsDocument `and=>'.
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-13 Andy Wingofailing to load module in psyntax indicates an identifi...
2013-02-24 Andy Wingoallow '/' in the prefix of UNC file names on windows
2013-02-19 Andy Wingoadd link to doc about UNC names
2013-02-19 Andy Wingobetter handling of windows file name conventions
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-12 Andy Wingoallow (define-macro name (lambda ...))
2013-01-22 Andy Wingocurrent-language is a parameter in boot-9
2013-01-22 Andy Wingoadd fluid->parameter
2013-01-21 Andy Wingofix try-module-autoload, which did not detect failure...
2012-11-26 Ludovic CourtèsHave `load-in-vicinity' look for `.go' files in %LOAD...
2012-11-26 Ludovic CourtèsSplit `load-in-vicinity' into small procedures.
2012-11-23 Ludovic CourtèsTurn on the `case' warnings in auto-compilation.
2012-10-26 Mark H WeaverImplement SRFI-105 curly infix expressions.
2012-10-17 Mark H WeaverImprove formatting of options help given long option...
2012-09-06 Ian Price`define-public' is no a longer curried definition by...
2012-07-06 Andy Wingorecord-type-vtable is not a new root of the vtable...
2012-05-23 Andy Wingofinish deprecating eval closures
2012-05-11 Andy Wingofix more assumptions that the frame-procedure is a...
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2012-01-26 Andy Wingoglobally unique marks and labels using syntax-session-id
2012-01-25 Andy Wingonew syntax procedures to (system syntax)
2012-01-25 Andy Wingoadd syntax-module
2012-01-25 Andy Wingoadd syntax-locally-bound-identifiers
2012-01-23 Andy Wingocurrent-filename canonicalizes path, remove add-to...
2012-01-20 Andy Wingoadd current-filename, add-to-path, add-to-load-path
2012-01-20 Andy Wingoadd when, unless
2012-01-19 Andy Wingoadd syntax-local-binding
2012-01-15 Chris K. Jester... Call scm-error with the correct argument order.
2012-01-06 Andy Wingodeprecate fluid-let-syntax in favor of syntax-parameterize
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-06 Ludovic CourtèsAdd an exception printer for `getaddrinfo-error'.
2011-12-05 Andy Wingowarnings written to warning port
2011-12-05 Andy Wingoadd current-warning-port
2011-12-05 Andy Wingosetting a parameter returns the previous value
2011-12-05 Andy Wingoadd srfi-39 parameters to boot-9
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-16 Andy Wingohack the port-column of current-output-port after print...
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-08-18 Andy Wingofix order of importing modules and resolving duplicates...
2011-08-17 Andy Wingofix recursive define-inlinable expansions
2011-06-30 Andy Wingofix generation of auto-compiled file names on mingw...
2011-06-30 Andy Wingo%load-hook not just for primitive-load
2011-06-17 Andy Wingoadd -Wformat to %auto-compilation-options
2011-06-17 Andy Wingobetter messages on failed autocompilation
2011-05-26 Neil JerramEmit a 1-based line number in error messages
2011-05-21 Andy Wingofix define-module ordering
2011-05-05 Andy Wingomap and for-each in scheme
2011-05-01 Andy Wingoboot-9 fixme note
2011-04-28 Andy Wingoallow while as an expression
2011-04-15 Andy Wingoadd --fresh-auto-compile
2011-04-14 Ludovic CourtèsAllow compilation with `--disable-posix'.
2011-04-06 Andreas RottmannMove `define-inlinable' into the default namespace
2011-03-27 Noah LavineDocument SRFI-23
2011-03-08 Mark H WeaverWithin `while', `continue' takes zero arguments
2011-03-03 Andy Wingomore module-use-interfaces! tweaks
2011-03-03 Andreas RottmannUse module identity to filter for existing modules
2011-02-27 Andy Wingoscm-error-printer resilience
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Ludovic CourtèsHave `the-scm-module' be its own public interface ...
2011-02-13 Andy Wingoautocompile -> auto-compile
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
next