move ice-9/ and oop/ under module/
[bpt/guile.git] / module /
2008-11-01 Andy Wingomove ice-9/ and oop/ under module/
2008-10-31 Andy Wingofix bug in define-scheme-translator
2008-10-31 Andy Wingopass backtraces through the compiler
2008-10-31 Andy Wingomake define-inline more usable from external modules
2008-10-31 Andy Wingorework the scheme translator so it's extensible by...
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-25 Andy Wingoadd `compile-time-environment'
2008-10-25 Andy Wingodefine-type no longer expects `|' subform
2008-10-18 Andy Wingofix typo in assembler
2008-10-18 Andy Wingofix bug in self-tail-recursion with "external" variable...
2008-10-18 Andy Wingobug fix to enable code "packing"
2008-10-16 Andy Wingofix backtraces, broken since the program-bindings forma...
2008-10-16 Andy Wingofix use of `binding' data abstraction
2008-10-15 Andy Wingofix mv-call disasm bug
2008-10-15 Andy Wingofix disasm bugs, add some more instruction annotations
2008-10-12 Andy Wingomake disassembly better -- a more woven text.
2008-10-11 Andy Wingosimplify disassembly annotations a bit
2008-10-11 Andy Wingotruly thread-local vms; don't compile popen.scm
2008-10-09 Andy Wingosundries: side effects in interpreted repl, wrong-num...
2008-10-09 Andy Wingohandle throws to unknown keys in the repl
2008-10-03 Andy Wingoremove repl.scm's start-stack definition
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...
next