bpt/guile.git
2008-12-26 Andy Wingoremove heap links in VM frames, incorporate vm frames...
2008-12-26 Andy Wingorepl.scm relies on `display-backtrace' to do everything...
2008-12-26 Andy Wingoadd scm_c_program_source
2008-12-26 Andy Wingobacktrace.c: allow vectors for SCM_FRAME_SOURCE (frame)
2008-12-26 Andy Wingofix doc typo
2008-12-19 Andy Wingoremove the `late-bind' instruction
2008-12-19 Andy Wingowrite history.texi
2008-11-20 Andy Wingolate-variable-{ref,set} -> toplevel-{ref,set}
2008-11-20 Andy Wingomerge vm docs into guile reference (as yet unfinished)
2008-11-14 Andy Wingonifty generic compiler infrastructure -- no more hardco...
2008-11-11 Andy Wingomore ghil parsing fixen
2008-11-11 Andy Wingofix unparse-ghil errors with quasiquote
2008-11-11 Andy Wingorashly bump stack limit to 40k words
2008-11-11 Andy Wingoadd parsers and unparser for ghil; ,language ghil works now
2008-11-10 Andy Wingoremove .cvsignore files
2008-11-02 Andy Wingoproper printing of thunks, reduced disasm verbosity
2008-11-01 Andy Wingodefine macros before functions using macros; more MV...
2008-11-01 Andy Wingofix for (apply values '(1))
2008-11-01 Andy Wingofix multiple values coming from interpreted or C procedures
2008-11-01 Andy Wingomake-procedure-with-setter inherits name from getter
2008-11-01 Andy Wingoavoid delivering 0 values to 1-valued continuations...
2008-11-01 Andy Wingomove scm srfi files to module/srfi, and compile them.
2008-11-01 Andy Wingomove guilec.mk to am/guilec
2008-11-01 Andy Wingoremove stale env script, clean up gdb-pre-inst-guile
2008-11-01 Andy Wingomove ice-9/ and oop/ under module/
2008-10-31 Andy Wingocompile goops accessors. woot!
2008-10-31 Andy Wingonew ops: slot-ref, slot-set. remove and recompile your...
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-31 Andy Wingocompile goops submodules, goops.test now passes again
2008-10-31 Andy Wingofix chaining up from interpreted to compiled methods...
2008-10-30 Andy Wingocompile goops
2008-10-30 Andy Wingocompile occam-channel
2008-10-30 Andy Wingofix up some assumptions that cmethods were lists
2008-10-30 Andy Wingoruntime byte compilation of goops methods, whooooo
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-25 Andy Wingoadd `formals', `body', and `compile-env' slots to ...
2008-10-25 Andy Wingodefmacroize (oop goops accessors), (oop goops save)
2008-10-25 Andy Wingoadd `compile-time-environment'
2008-10-25 Andy Wingodefine-type no longer expects `|' subform
2008-10-24 Neil JerramFix hang in srfi-18.test
2008-10-23 Andy Wingomethod is a defmacro.
2008-10-23 Andy Wingodefine-method is a defmacro
2008-10-23 Andy Wingodefine-generic, define-accessor are defmacros too
2008-10-23 Andy Wingomake `define-class' and `class' into defmacros
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 Wingoelisp.test: apply to nil-terminated list is UNRESOLVED...
2008-10-16 Andy Wingorun the elisp test with a larger stack limit
2008-10-16 Andy Wingofix backtraces, broken since the program-bindings forma...
2008-10-16 Andy Wingofix use of `binding' data abstraction
2008-10-16 Andy Wingoensure that lists pushed onto the stack are proper
2008-10-16 Andy Wingofix asyncs running in the vm; re-enable popen.scm compi...
2008-10-15 Andy Wingofix `(help)'
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 Wingomake each invocation of `while' throw to different...
2008-10-11 Andy Wingorelax an assertion -- the test suite completes without...
2008-10-11 Andy Wingotruly thread-local vms; don't compile popen.scm
2008-10-09 Andy WingoNULLSTACK fixes for nonlocal exits in reentrant pre...
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-09 Andy Wingofix dynwind + nonlocal entrance/exit + programs bug
2008-10-03 Andy Wingoprecise stack marking, fix some missed references,...
2008-10-03 Andy Wingoremove repl.scm's start-stack definition
2008-10-03 Andy Wingoadd gdb-pre-inst-guile
2008-10-02 Andy Wingobe more like the interpreter in signalling wrong-num...
2008-09-30 Andy Wingoload the i18n extension when compiling i18n.scm
2008-09-30 Andy Wingofix compilation of quasiquote with splicing and imprope...
2008-09-30 Andy Wingofix some missed references when calling C functions
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-30 Andy Wingo(oop goops) works again, after (the-environment) removal
2008-09-30 Andy Wingoobject-documentation knows about programs
2008-09-29 Andy Wingodon't require users of users of optargs to have used...
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-29 Andy Wingomove module-public-interface to C, and expose it as...
2008-09-28 Han-Wen NienhuysRemove GH and its traces.
2008-09-28 Andy Wingoallocate variables that are set! on the heap
2008-09-28 Andy Wingorevert part of 7ff017002ddc980 that caused missed refer...
2008-09-28 Andy Wingodon't compile psyntax.scm
2008-09-26 Andy Wingorename psyntax.ss to psyntax.scm to hack around makefil...
2008-09-26 Andy WingoFix continuation marking, and some tests.
2008-09-26 Andy Wingoactually compile start-stack to something useful
2008-09-25 Ludovic CourtèsEnclose `regexp.test' in a module.
2008-09-25 Ludovic CourtèsFix handling of the FLAGS argument in `fold-matches'.
2008-09-25 Andy Wingofurther compilation fixes -- all files compile fine now
2008-09-25 Andy Wingocompile `delay' into `make-promise' with a thunk
2008-09-25 Andy Wingoexport `make-promise' to scheme
2008-09-25 Andy Wingoenable compilation of more modules
2008-09-25 Andy Wingoa number of small compilation fixes
2008-09-25 Andy Wingocompile psyntax-pp
2008-09-25 Andy Wingofix handling of multiple values from c functions
2008-09-25 Andy Wingoadd gdbinit for debugging the vm
next