index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete changing license to LGPLv3+
Neil Jerram
2009-06-17
1
-6
/
+6
*
Fix a bug in the (ice-9 match) test
Andy Wingo
2009-05-20
1
-1
/
+1
*
allow building against uninstalled guile; move some things to meta/
Andy Wingo
2009-03-27
1
-1
/
+1
*
Fix `testsuite/Makefile.am' for `distcheck'.
Ludovic Courtès
2009-03-25
1
-4
/
+2
*
tweaks to the un-integrated test cases
vm
Andy Wingo
2009-03-17
1
-12
/
+6
*
Add `load-unsigned-integer' instruction.
Ludovic Courtès
2009-02-18
2
-0
/
+6
*
remove conv.scm, disasm.scm; objcode->bytecode rename
Andy Wingo
2009-01-30
1
-1
/
+0
*
nifty generic compiler infrastructure -- no more hardcoded passes
Andy Wingo
2008-11-14
1
-4
/
+3
*
fix for (apply values '(1))
Andy Wingo
2008-11-01
1
-0
/
+4
*
fix multiple values coming from interpreted or C procedures
Andy Wingo
2008-11-01
1
-7
/
+8
*
fix bug in self-tail-recursion with "external" variables; other sundries
Andy Wingo
2008-10-18
2
-0
/
+23
*
fix compilation of quasiquote with splicing and improper lists
Andy Wingo
2008-09-30
1
-1
/
+4
*
allocate variables that are set! on the heap
Andy Wingo
2008-09-28
2
-0
/
+17
*
fix *another* bug in compiling `or'. incredible.
Andy Wingo
2008-09-13
1
-0
/
+2
*
fix nested quasiquotes (yeepers)
Andy Wingo
2008-09-02
2
-0
/
+10
*
merge guile-vm into libguile itself
Andy Wingo
2008-08-21
1
-1
/
+1
*
fix bug in compilation of `and' and `or'; more robust underflow detection.
Andy Wingo
2008-08-11
4
-0
/
+50
*
build fixes
Andy Wingo
2008-08-07
2
-2
/
+3
*
fix distcheck
Andy Wingo
2008-05-20
1
-1
/
+1
*
bind all module-level variables lazily
Andy Wingo
2008-05-19
1
-3
/
+3
*
Add instructions for doing very late binding
Andy Wingo
2008-05-19
3
-4
/
+13
*
fix use-syntax / use-modules confusion -- fixes testsuites
Andy Wingo
2008-05-14
2
-14
/
+3
*
Slowly improving support for macro compilation.
Ludovic Courtes
2008-04-25
2
-3
/
+20
*
Encode the length of constant lists/vectors on 2 octets instead of 1.
Ludovic Courtes
2008-04-25
2
-0
/
+17
*
Added support for `defmacro' and `define-macro' in the compiler.
Ludovic Courtes
2008-04-25
3
-1
/
+20
*
Fixed a Scheme translation bug; cleaned compilation with GCC 4.
Ludovic Courtes
2008-04-25
6
-12
/
+49
*
* src/objcodes.c (make_objcode_by_mmap): Fixed the error type when the
Ludovic Courtes
2008-04-25
13
-0
/
+288