deprecate lazy-catch
[bpt/guile.git] / module / ice-9 / boot-9.scm
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...
2009-09-10 Ludovic CourtèsAdd `λ' macro as an alternative to `lambda'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-26 Andy WingoRevert "eval is actually compile"
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingoeval is actually compile
2009-08-20 Andy Wingodefine @bind using syntax-case
2009-08-18 Andy Wingo`load' autocompiles
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-13 Ludovic CourtèsAllow fresh modules to be passed to `compile'.
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-19 Ludovic CourtèsMake `cond-expand' compilable.
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-10 Andy Wingofix defmacro*, defmacro*-public
2009-06-09 Andy Wingofix debug-options
2009-06-09 Andy Wingosome attempts to solve the ecmascript stack overflow...
2009-06-03 Andy Wingoadd exception_on_error optional arg to primitive-load...
2009-06-03 Andy Wingofile-exists? doesn't cause a throw, simpler try-module...
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Andy Wingoadd reader support for #; #` #' #, and #,@. fix bug...
2009-05-26 Andy Wingofix backtraces with compiled boot-9
2009-05-22 Andy Wingoresidualize names into procedures. re-implement srfi...
2009-05-20 Andy Wingoremove compile-time-environment
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-05-17 Andy Wingodefine `delay' in terms of make-promise
2009-05-04 Andy Wingosc-expand in compile mode produces (ice-9 expand-suppor...
2009-05-04 Andy Wingoreplace sc-expand with sc-expand3, removing binding...
2009-04-29 Andy Wingoremove (void) from boot-9 and psyntax
2009-04-29 Andy Wingomore cleanups to boot-9/psyntax
2009-04-29 Andy Wingoremove andmap from public API (we still have and-map)
2009-04-29 Andy Wingocleanups to boot-9
2009-04-29 Andy Wingofirst-class macro representation (no bits on variables)
2009-04-28 Andy Wingoa different tack for syncase macro representation
2009-04-26 Andy Wingosyntax-dispatch -> $sc-dispatch
2009-04-26 Andy Wingosyntax-object->datum => syntax->datum, likewise datum...
2009-04-26 Andy Wingoreplace psyntax's syntax-error with r6rs' syntax-violation
2009-04-26 Andy Wingoadd module-{define-keyword!,undefine-keyword!,lookup...
2009-04-26 Andy Wingoremove sc-macro definition
2009-04-26 Andy Wingofix module-bound?, start compiling srfi-18.scm
2009-04-25 Andy Wingoallow defmacros to have docstrings
2009-04-25 Andy Wingofix bad syntax in define-macro, (ice-9 match), and...
2009-04-24 Andy Wingomake sure we compile boot code in (guile), not (guile...
2009-04-24 Andy WingoMerge branch 'master' into syncase-in-boot-9
2009-04-24 Andy Wingofinish transition to bare/hygiene/public/private
2009-04-24 Andy Wingoonly bend hygiene in macro-introduced output, not for...
2009-04-24 Andy Wingofix @ and syncase
2009-04-24 Andy Wingoit is alive!!!!! + concision + fix to compile-ghil
2009-04-24 Andy Wingofix load for syncase-in-boot-9; compile-psyntax works...
2009-04-24 Andy Wingoleap of faith: (ice-9 syncase) in psyntax-pp.scm -...
2009-04-24 Andy Wingosyncase early in boot-9, defmacros in terms of syntax...
2009-04-24 Andy Wingomodule-name returns '(guile) during boot; psyntax tweak
2009-04-24 Andy Wingomore steps on the way to boot-time syncase
2009-04-22 Andy Wingomove pk, peek, and warn to the beginning of boot-9
2009-04-21 Andy Wingomodule-name before syncase is booted
2009-04-21 Andy Wingofix begin-deprecated
2009-04-21 Andy Wingotweaks to boot-9
2009-04-20 Andy WingoMerge branch 'syncase'
2009-04-17 Andy Wingo@ and @@ as primitive macros
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy Wingoimplement procedure-callers
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
next