bpt/guile.git
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
2008-09-25 Andy Wingocompile call/cc, yee ha
2008-09-25 Andy Wingofix bug introduced in the fluid commit
2008-09-24 Andy Wingomake call/cc capture and restore the vm stacks
2008-09-24 Andy Wingothe vm is a fluid
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
2008-09-23 Ludovic CourtèsMake `symbol->string' return a read-only string.
2008-09-22 Neil JerramFix for incorrect (gcd -2) => -2; should give 2.
2008-09-18 Ludovic CourtèsFix `strftime' documentation wrt. `%Z'.
2008-09-18 Andy Wingodon't poke installed scm, go, etc files when running...
2008-09-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-18 Ludovic CourtèsFix first-time compilation
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-15 Neil JerramMake multi-byte reads on unbuffered ports more efficient.
2008-09-15 Ludovic CourtèsAdd `uniform-vector-read!' benchmark.
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 Ludovic CourtèsInclude <config.h> in standalone tests.
2008-09-13 Andy Wingorename tail-call to goto/args, add some more tail instr...
2008-09-13 Andy Wingoadd a multiple values return address to stack frames
2008-09-13 Andy Wingoinline frame replacement in tail-call
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-13 Andy Wingoinline FREE_FRAME in halt
2008-09-13 Andy Wingoinline FREE_FRAME in return, sync stack_base in CACHE_R...
2008-09-13 Andy Wingoclean up NEW_FRAME macro
2008-09-13 Andy Wingoreadability improvement in vm-i-scheme
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 Ludovic CourtèsAdd `ChangeLog-2008' files to the distribution.
2008-09-12 Ludovic CourtèsRename `ChangeLog' files to `ChangeLog-2008'.
next