bpt/guile.git
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
2008-09-07 Andy Wingomake late-variable-{ref,set} work before module system...
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-07 Andy Wingoupdate .gitignore files
2008-09-04 Ludovic CourtèsUpdate `NEWS' wrt. the removal of `scm_i_' symbols.
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 Ludovic CourtèsAdd Gnulib `strftime' module, update Gnulib files.
2008-09-02 Andy Wingosuperstition with no important effect
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 Wingoturn define-option-interface into a defmacro
2008-09-02 Andy Wingodisable start-stack in compiled code
2008-09-02 Andy Wingoremove the-environment, the-root-environment, environme...
2008-09-02 Andy Wingoavoid local-eval in record constructors and accessors
2008-09-02 Andy Wingonits picked on boot-9.scm
2008-09-02 Andy Wingoenter into the (guile) module when compiling boot-9.scm
2008-09-02 Andy WingoFix compilation #ifndef STACK_CHECKING.
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 a bug loading functions with 8 or more arguments
2008-09-02 Andy Wingofix nested quasiquotes (yeepers)
2008-08-31 Julian GrahamResolve a deadlock caused by not checking mutex state...
2008-08-30 Julian GrahamRaise error on SRFI-18 load if Guile built without...
2008-08-28 Andy Wingoshamefully disable some more gc asserts
2008-08-28 Andy Wingomove guilec and guile-disasm to be guile-tools scripts
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 guile-disasm
2008-08-26 Andy Wingom4 quoting foo in labels-as-values.m4.
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 Wingosuppress autoconf warning
2008-08-26 Andy Wingodisable gc statistics asserts
2008-08-26 Andy Wingomerge from guile master
2008-08-26 Andy Wingostart compiling ice-9
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-25 Andy Wingomodule compilation fixen, post-integration
2008-08-22 Han-Wen NienhuysFix 2 indentation nitpicks.
2008-08-22 Han-Wen NienhuysStyle nitpicks: space before () in function call.
next