index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
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-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-07
Merge branch 'master' into lightning
Andy Wingo
9
-41
/
+291
2018-08-07
Add -Wshadowed-toplevel.
Ludovic Courtès
1
-1
/
+83
2018-08-07
r6rs-ports: Accept 'port-position' values greater than 2^32.
Ludovic Courtès
1
-1
/
+11
2018-08-07
types: Recognize 'scm_t_port_type' and decode port type name.
Ludovic Courtès
1
-3
/
+28
2018-08-07
tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc 2.27.
Ludovic Courtès
1
-24
/
+42
2018-08-07
tests: Add SRFI-71 test.
Ludovic Courtès
2
-0
/
+47
2018-08-07
srfi-18: 'thread-sleep!' timeout-as-a-number is relative.
Ludovic Courtès
1
-3
/
+2
2018-08-07
srfi-18: When timeout is a number, it's a relative number of seconds.
Ludovic Courtès
1
-8
/
+5
2018-08-07
'load-thunk-from-memory' reports the correct error.
Ludovic Courtès
2
-0
/
+55
2018-08-07
Fix 'crypt' deadlock upon error.
Ludovic Courtès
1
-1
/
+18
2018-07-20
Multiple-value returns now start from slot 0, not slot 1
Andy Wingo
1
-34
/
+40
2018-06-27
Remove mention of vm-error from test suite
Andy Wingo
2
-11
/
+4
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
4
-114
/
+114
2018-06-20
Update license notices in all C files
Andy Wingo
24
-408
/
+408
2018-06-20
Remove (C) from copyright statements
Andy Wingo
24
-25
/
+47
2018-06-20
Fix missing includes in tests.
Andy Wingo
2
-4
/
+7
2018-06-20
Use stdint.h limit macros
Andy Wingo
1
-88
/
+89
2018-06-20
Fix include in test-ffi-lib
Andy Wingo
1
-1
/
+3
2018-01-10
Remove obsolete rtl tests
Andy Wingo
1
-144
/
+1
2017-11-29
Merge until badcbd0fe955e0477ae98ed743b3f274d6e6f22d from stable-2.2
Andy Wingo
1
-2
/
+45
2017-11-29
Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2
Andy Wingo
5
-69
/
+253
2017-11-05
error, scm-error primcalls expand to `throw'
Andy Wingo
1
-2
/
+2
2017-10-31
Support general arrays in random:hollow-sphere!
Daniel Llorens
1
-2
/
+45
2017-10-31
Fix bitvectors and non-zero lower bound arrays in truncated-print
Daniel Llorens
2
-9
/
+104
2017-10-31
Support non-zero lower bounds in array-slice-for-each
Daniel Llorens
1
-0
/
+8
2017-10-31
Fix sort, sort! for arrays with nonzero lower bound
Daniel Llorens
1
-56
/
+93
2017-10-31
Allow scm_XXX_writable_elements on empty vectors, even if immutable
Daniel Llorens
2
-9
/
+25
2017-10-30
RTL test uses new instructions
Andy Wingo
1
-5
/
+6
2017-10-25
Allow garbage collection of revealed file ports.
Ludovic Courtès
1
-0
/
+28
2017-09-23
Replace "pr" struct fields with "pw" fields
Andy Wingo
2
-20
/
+14
2017-09-22
Merge stable-2.2 into master
Andy Wingo
3
-45
/
+59
2017-09-22
Deprecate make-struct
Andy Wingo
2
-45
/
+31
2017-09-14
Implement class redefinition on top of fixed structs
Andy Wingo
1
-15
/
+24
2017-06-15
Correctly relativize file names in the presence of common prefixes.
Ludovic Courtès
1
-0
/
+28
2017-05-21
web: add support for URI-reference
Andy Wingo
3
-23
/
+95
2017-05-16
On Hurd, skip tests that require working setrlimits for memory
Manolis Ragkousis
2
-0
/
+12
2017-04-21
Syntax objects are comparable with equal?
Andy Wingo
1
-0
/
+33
2017-04-19
Add srfi-19 ~f regression test
Andy Wingo
1
-1
/
+5
2017-04-19
Fix date->string ~f operator to not emit leading zeros
Andy Wingo
1
-1
/
+5
2017-04-19
Fixed bug: ~N mishandles small nanoseconds value
Andrew Moss
1
-0
/
+5
2017-04-19
Fix test suite for constant literals change
Andy Wingo
1
-1
/
+1
2017-04-18
Add sandboxed evaluation facility
Andy Wingo
2
-0
/
+96
2017-04-04
Only run tests that require fork if it is provided
Michael Gran
3
-7
/
+13
2017-03-31
fix repl server test to allow for ECONNABORTED
Mike Gran
1
-2
/
+2
2017-03-20
i18n: locale-positive-separated-by-space? should return bool, not string
Mike Gran
1
-0
/
+12
2017-03-20
i18n: add tests for locale-digit-grouping
Mike Gran
1
-0
/
+20
2017-03-20
i18n: add tests for locale AM/PM
Mike Gran
1
-0
/
+20
2017-03-20
i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping
Mike Gran
1
-3
/
+24
2017-03-14
Better eval+promise+gc test
Andy Wingo
1
-1
/
+6
2017-03-14
Resolve unresolved alist test cases
Andy Wingo
1
-58
/
+29
[next]