rename translate.scm to compile-ghil.scm, and more work on compiler.texi
[bpt/guile.git] / libguile /
2009-01-04 Andy Wingoallow `apply' on %nil-terminated lists
2008-12-26 Andy Wingoremove heap links in VM frames, incorporate vm frames...
2008-12-26 Andy Wingoadd scm_c_program_source
2008-12-26 Andy Wingobacktrace.c: allow vectors for SCM_FRAME_SOURCE (frame)
2008-12-19 Andy Wingoremove the `late-bind' instruction
2008-11-20 Andy Wingolate-variable-{ref,set} -> toplevel-{ref,set}
2008-11-11 Andy Wingorashly bump stack limit to 40k words
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-10-31 Andy Wingonew ops: slot-ref, slot-set. remove and recompile your...
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 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-24 Neil JerramFix hang in srfi-18.test
2008-10-18 Andy Wingofix bug in self-tail-recursion with "external" variable...
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-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 Wingofix dynwind + nonlocal entrance/exit + programs bug
2008-10-03 Andy Wingoprecise stack marking, fix some missed references,...
2008-10-02 Andy Wingobe more like the interpreter in signalling wrong-num...
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-29 Andy Wingocompile @ and @@
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 Wingorevert part of 7ff017002ddc980 that caused missed refer...
2008-09-26 Andy WingoFix continuation marking, and some tests.
2008-09-26 Andy Wingoactually compile start-stack to something useful
2008-09-25 Andy Wingoexport `make-promise' to scheme
2008-09-25 Andy Wingofix handling of multiple values from c functions
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 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-15 Andy Wingocompile call-with-values, woot!
2008-09-15 Neil JerramMake multi-byte reads on unbuffered ports more efficient.
2008-09-14 Andy Wingoadd special case for (apply values ...)
2008-09-14 Andy Wingoadd multiple values support to the vm
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-12 Ludovic CourtèsAdd `ChangeLog-2008' files to the distribution.
2008-09-12 Ludovic CourtèsRename `ChangeLog' files to `ChangeLog-2008'.
2008-09-12 Ludovic CourtèsInclude <config.h> in `discouraged.c'.
2008-09-11 Ludovic CourtèsRemove `.cvsignore' files.
2008-09-11 Han-Wen NienhuysRevise GC asserts.
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èsMerge branch 'master' into strftime-gnulib
2008-09-09 Andy Wingorework late binding resolution to be simpler and more...
2008-09-07 Andy Wingolazily load meta info, for less consage
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 Wingomake thunk? understand programs
2008-09-07 Andy Wingomodule-variable accesses pre-module-obarray if module...
2008-09-07 Andy Wingomake late-variable-{ref,set} work before module system...
2008-09-07 Andy Wingoupdate .gitignore files
2008-09-04 Han-Wen Nienhuys* eval.c: Mark #endif with comment.
2008-09-03 Han-Wen NienhuysDon't sanity check GC numbers on 64 bit platforms,...
2008-09-02 Ludovic CourtèsFix compilation of `libguile-i18n' on NetBSD.
2008-09-02 Ludovic CourtèsUse Gnulib's `strftime' to address bug #24130.
2008-09-02 Andy Wingomake primitive-load-path load compiled files if available
2008-09-02 Andy Wingomove up some initializations in the vm
2008-09-02 Andy WingoFix compilation #ifndef STACK_CHECKING.
2008-09-02 Andy Wingoditch the 8-bit compiled form of program parameters
2008-09-02 Andy Wingofix a bug loading functions with 8 or more arguments
2008-08-31 Julian GrahamResolve a deadlock caused by not checking mutex state...
2008-08-28 Andy Wingoshamefully disable some more gc asserts
2008-08-27 Ludovic CourtèsRemove `coop-threads' files that had been useless since...
2008-08-27 Ludovic CourtèsFix builds `--without-threads'.
2008-08-27 Han-Wen NienhuysMerge branch 'master' of git://git.sv.gnu.org/guile...
2008-08-27 Han-Wen NienhuysOnly sanity check numbers if SCM_DEBUG_CELL_ACCESSES...
2008-08-27 Han-Wen NienhuysSet SRCPROP{PLIST,COPY} through a macro, so SCM_DEBUG_C...
2008-08-26 Andy Wingofix casting-pointers-to-ints bug
2008-08-26 Andy Wingofetch an inum's bits into a scm_bits_t, not an int
2008-08-26 Andy Wingodisable gc statistics asserts
2008-08-26 Andy Wingomerge from guile master
next