add gdb-pre-inst-guile
[bpt/guile.git] / module /
2008-09-30 Andy Wingofix compilation of quasiquote with splicing and imprope...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-29 Andy Wingocompile @ and @@
2008-09-29 Andy Wingocall toplevel variables "toplevel", not "module"
2008-09-29 Andy Wingoremove `type' and `value' fields from <ghil-var>
2008-09-28 Andy Wingoallocate variables that are set! on the heap
2008-09-26 Andy Wingoactually compile start-stack to something useful
2008-09-25 Andy Wingocompile `delay' into `make-promise' with a thunk
2008-09-25 Andy Wingoa number of small compilation fixes
2008-09-25 Andy Wingocompile call/cc, yee ha
2008-09-24 Andy Wingothe vm is a fluid
2008-09-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-18 Andy Wingofix case in which we can fail to exit the repl cleanly
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-14 Andy Wingoadd special case for (apply values ...)
2008-09-14 Andy Wingoadd multiple values support to the vm
2008-09-14 Andy Wingolook up scheme translators by value, not by name
2008-09-13 Andy Wingorename tail-call to goto/args, add some more tail instr...
2008-09-13 Andy Wingotweaks for printing programs
2008-09-13 Andy Wingoprograms can now get at their names, and print nicely
2008-09-13 Andy Wingo(define (foo ...) ...) actually gives the lambda a...
2008-09-13 Andy Wingofix confusion in disassemble-bindings
2008-09-13 Andy Wingofix *another* bug in compiling `or'. incredible.
2008-09-12 Andy Wingocorrectly disassemble program bindings (arguments,...
2008-09-09 Andy Wingoreally newline on eof
2008-09-09 Andy Wingofix program disassembly for meta-in-a-thunk
2008-09-09 Andy Wingorun the vm repl instead of the scm-style-repl
2008-09-09 Andy Wingoadd repl option to interpret rather than compile
2008-09-09 Andy Wingorework late binding resolution to be simpler and more...
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingolazily load meta info, for less consage
2008-09-07 Andy Wingotake procedure->memoizing-macro off of probation
2008-09-07 Andy Wingobetter diagnostics on quasiquote errors
2008-09-07 Andy Wingoallow multiple modules in one compilation unit
2008-09-07 Andy Wingoimprove backtraces
2008-09-02 Andy Wingosuperstition with no important effect
2008-09-02 Andy Wingodisable start-stack in compiled code
2008-09-02 Andy Wingofix Makefile.am in module/language
2008-09-02 Andy Wingoditch the 8-bit compiled form of program parameters
2008-09-02 Andy Wingofix nested quasiquotes (yeepers)
2008-08-26 Andy Wingomerge from guile master
2008-08-25 Andy Wingomodule compilation fixen, post-integration
2008-08-22 Andy Wingomerge guile-vm into libguile itself
2008-08-20 Andy Wingoremove unused "envs" code from guile-vm
2008-08-11 Andy Wingomake ,stats work
2008-08-11 Andy Wingoease-of-use improvement to ,m; catch read errors at...
2008-08-11 Andy Wingofix bug in compilation of `and' and `or'; more robust...
2008-08-09 Andy Wingobacktraces on meta-commands too
2008-08-09 Andy Wingodon't truncate .go files, do an atomic rename to preven...
2008-08-09 Andy Wingofix source location reporting for compiled code
2008-08-08 Andy Wingoheapify the bootstrap program
2008-08-08 Andy WingoMore relevant VM backtrace
2008-08-08 Andy Wingoimprove source loc info in nonlocal exits and backtraces
2008-08-07 Andy Wingofix bug in variable-set instruction; ,x prints out...
2008-08-07 Andy Wingofix stack corruption on vm-save-stack; more robust...
2008-08-07 Andy Wingovm backtrace improvements
2008-08-07 Andy Wingobuild fixes
2008-08-07 Andy Wingobig reorg of scheme modules -- e.g. programs.c -> ...
2008-08-04 Andy Wingore-enable computed goto; fix ,help in the repl; subr...
2008-08-03 Andy WingoAdd docstring support
2008-08-03 Andy Wingofix recording of source locations
2008-08-02 Andy Wingoonly pass symbols to module-ref & c
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy Wingoadd inline macros for zero? and 1-
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-20 Andy Wingodistcheck works now
2008-05-20 Andy Wingoguile-vm is completely self-compiling now!
2008-05-19 Andy Wingofix syntax error in describe.scm
2008-05-19 Andy Wingofix immediate linkage, some other fixes to allow vm...
2008-05-19 Andy Wingobind all module-level variables lazily
2008-05-19 Andy WingoAdd instructions for doing very late binding
2008-05-19 Andy Wingocompile all of base/; some arbitrary changes; more...
2008-05-19 Andy Wingosyncase macros compiling!
2008-05-15 Andy Wingorudimentary syncase support; some dash symbol syncase...
2008-05-15 Andy Wingoavoid zealous unquotation
2008-05-15 Andy Wingofix else in cond, letrec env corruption, syntax.scm...
2008-05-15 Andy Wingo`link' instruction links to symbols by module
2008-05-15 Andy Wingoremove some debugging info
2008-05-15 Andy Wingopush the module resolution info for variables down...
2008-05-15 Andy Wingofix dumping of #:keywords
2008-05-15 Andy Wingoallow interpretation of load-toplevel as compile-toplevel
2008-05-14 Andy Wingorework eval-case handling to be like cl's eval-when
2008-05-14 Andy Wingofix macro compilation via hooking into eval-case
2008-05-14 Andy Wingo(void) -> (begin)
2008-05-14 Andy Wingoremove x.foo.bar -> (slot x 'foo 'bar) compile-time...
2008-05-12 Andy WingoUpdate Makefile.am's; remove slib import
2008-05-12 Andy Wingocatch errors in the repl, with poor backtraces
2008-05-12 Andy Wingoreplace cenv with things in <repl> and fluids; remove...
2008-05-11 Andy Wingofixes so that typing asdfadfasff in the repl doesn...
2008-05-11 Andy Wingoonly allow `define' at toplevel
2008-05-11 Andy Wingoremove define-private
2008-05-11 Andy Wingoexplicitly list exports instead of using define-public
2008-05-11 Andy Wingo<foo>? -> foo?; some exports cleanups
2008-05-11 Andy Wingopmatchify a cond for prettiness
2008-05-11 Andy Wingofix to meta-reader's optional port argument
2008-05-09 Andy Wingoice-9 history integration
2008-05-09 Andy Wingoreadline integration for guile-vm
2008-05-09 Andy Wingomore exports cleanups
2008-05-09 Andy Wingomultiple-values help for the repl; exports cleanups
2008-05-04 Andy WingoReplace ice-9 match's structures with guile's records
next