fix debug-options
[bpt/guile.git] / module / ice-9 / boot-9.scm
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-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...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-03-06 Andy Wingofix eval-when statements in boot-9
2009-03-06 Andy WingoReplace eval-case with eval-when
2009-02-20 Ludovic CourtèsMake the `module-defer-observers-mutex' recursive.
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-26 Andy Wingorepl.scm relies on `display-backtrace' to do everything...
2008-11-01 Andy Wingomove ice-9/ and oop/ under module/