bpt/guile.git
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-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-28 Andy Wingoshamefully disable some more gc asserts
2008-08-28 Andy Wingomove guilec and guile-disasm to be guile-tools scripts
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 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.
2008-08-22 Andy Wingomerge guile-vm into libguile itself
2008-08-21 Andy Wingomake pre-inst-guile use pre-inst-guile-env
2008-08-21 Andy Wingochmod -x guilec.in.
2008-08-21 Ludovic CourtèsAdd Gnulib-provided files for convenience.
2008-08-20 Andy Wingofix some compilation warnings, in anticipation of movin...
2008-08-20 Andy Wingoremove unused "envs" code from guile-vm
2008-08-20 Ludovic CourtèsNever define `_GNU_SOURCE' explicitly since `AC_USE_SYS...
2008-08-19 Ludovic CourtèsAdd test case for the GOOPS `class-redefinition' memory...
2008-08-19 Ludovic CourtèsAdd ChangeLog and NEWS entry for the GOOPS `class-redef...
2008-08-19 Ludovic CourtèsComplete fix of `hell' allocation in GOOPS.
2008-08-18 Han-Wen NienhuysFix sizeof() nitpick for goops corruption.
2008-08-16 Han-Wen NienhuysMake marked conservatively statistic accumulative.
2008-08-16 Han-Wen NienhuysIf realloc() fails in scm_realloc, then do a complete...
2008-08-16 Han-Wen NienhuysAdd a statistic for tracking how many cells are marked...
2008-08-16 Han-Wen NienhuysGarbage collection cleanup.
2008-08-16 Han-Wen NienhuysRemove comments about removed variables.
2008-08-16 Han-Wen NienhuysIntroduce scm_i_marking to detect when GC mark bits...
2008-08-16 Han-Wen NienhuysRemove unused macro UNMARKED_CELL_P()
2008-08-16 Han-Wen NienhuysUse word_2 to store mark bits for freeing structs and...
2008-08-16 Han-Wen NienhuysDo not include private-gc.h in srfi-60.
2008-08-16 Han-Wen NienhuysFix memory corruption issue with hell[] array: realloc...
2008-08-14 Han-Wen NienhuysInclude min-yields in gc-stats output.
2008-08-14 Han-Wen NienhuysWhitespace and formatting fixes.
2008-08-13 Ludovic CourtèsRemove the now useless `qthreads.m4'.
2008-08-11 Andy Wingomake ,stats work
2008-08-11 Andy Wingoease-of-use improvement to ,m; catch read errors at...
2008-08-11 Andy Wingofix bug in compilation of `and' and `or'; more robust...
2008-08-09 Andy Wingobacktraces on meta-commands too
2008-08-09 Andy Wingowarn and load source file if newer than compile file
2008-08-09 Andy Wingodon't truncate .go files, do an atomic rename to preven...
2008-08-09 Andy Wingofix source location reporting for compiled code
2008-08-08 Andy Wingoheapify the bootstrap program
2008-08-08 Andy WingoMore relevant VM backtrace
2008-08-08 Andy Wingoimprove source loc info in nonlocal exits and backtraces
2008-08-07 Andy Wingofix bug in variable-set instruction; ,x prints out...
2008-08-07 Neil JerramFix build failure on Debian hppa architecture (bad...
2008-08-07 Andy Wingofix stack corruption on vm-save-stack; more robust...
2008-08-07 Andy Wingovm backtrace improvements
2008-08-07 Andy Wingobuild fixes
2008-08-07 Andy Wingobig reorg of scheme modules -- e.g. programs.c -> ...
2008-08-05 Andy Wingosync registers before calling c functions, really
2008-08-05 Andy Wingosave vm's state before calling out to c procedures
2008-08-05 Andy Wingodisable trampoline "optimizations"
2008-08-04 Andy Wingore-enable computed goto; fix ,help in the repl; subr...
2008-08-03 Andy WingoAdd docstring support
2008-08-03 Andy Wingofix recording of source locations
2008-08-02 Neil JerramFix misleading output from `(help rationalize)'
2008-08-02 Andy Wingoonly pass symbols to module-ref & c
2008-08-02 Andy Wingoadd compile-toplevel and evaluate conditions to eval...
2008-08-02 Andy Wingomake has-suffix? use string-suffix?
2008-08-02 Andy WingoSupport loading of compiled syncase macros
2008-08-02 Andy Wingosupport thunks as prompts, as readline does.
2008-08-02 Andy Wingomake readline's `repl-reader' impl check the current...
2008-08-02 Andy WingoFixes to make guile-vm compile in guile source tree
2008-08-02 Andy Wingomerge guile-vm to guile
2008-07-17 Neil JerramSingle stepping through code from Emacs
2008-07-17 Neil JerramChangeLog for "Improve stack direction test"
2008-07-17 Neil JerramChangeLog for "Improved MIPS/Linux gc_os_dep.c definitions"
2008-07-16 Ludovic CourtèsHandle lack of `struct dirent64' and `readdir64_r ...
next