bpt/guile.git
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'.
2008-09-12 Andy Wingountabify process-define-module
2008-09-12 Andy Wingocorrectly disassemble program bindings (arguments,...
2008-09-12 Ludovic Courtèsdoc: Correct the default value of `%load-path'.
2008-09-12 Ludovic CourtèsInclude <config.h> in `discouraged.c'.
2008-09-11 Ludovic CourtèsRemove `.cvsignore' files.
2008-09-11 Ludovic CourtèsUse Gnulib's `autobuild' module.
2008-09-11 Han-Wen NienhuysRevise GC asserts.
2008-09-11 Han-Wen Nienhuys* HACKING: update to current practice
2008-09-10 Ludovic CourtèsFix compilation of `libguile-i18n' on MinGW.
2008-09-10 Han-Wen NienhuysCleanup mark-during-GC debug checks.
2008-09-09 Ludovic CourtèsUse Gnulib's `count-one-bits' as a replacement for...
2008-09-09 Ludovic CourtèsUse Gnulib's `count-one-bits' module.
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-09 Ludovic CourtèsGet rid of Automake's "maintainer mode".
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 Wingofinal de-:prefixification
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-08 Ludovic CourtèsUpdate `NEWS' wrt. `mutex-lock' deadlock fix.
2008-09-07 Andy Wingolazily load meta info, for less consage
2008-09-07 Andy Wingocompile boot-9. woop!
2008-09-07 Andy Wingomacro-transformer recognizes compiled macros
2008-09-07 Andy Wingoprint compiled macros correctly
2008-09-07 Andy Wingoallow boot-9.go load if available
2008-09-07 Andy Wingoremove define-syntax-macro from boot-9.scm
2008-09-07 Andy Wingotake procedure->memoizing-macro off of probation
2008-09-07 Andy Wingomake thunk? understand programs
2008-09-07 Andy Wingoreorder module system boot time
2008-09-07 Andy Wingomodule-variable accesses pre-module-obarray if module...
2008-09-07 Andy Wingoprevent (resolve-module '(guile)) recursion
next