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
2014-01-27
array-contents returns root for empty arrays with empty root
Daniel Llorens
1
-0
/
+5
2014-01-27
Fix compilation bugs with some kinds of typed arrays
Daniel Llorens
1
-1
/
+9
2014-01-27
Preallocate index list in scm_array_index_map_x
Daniel Llorens
1
-1
/
+9
2014-01-27
Fix scm_ramapc bugs with 0-inc arrays
Daniel Llorens
1
-20
/
+30
2014-01-27
Fix corner cases of scm_ramapc
Daniel Llorens
1
-2
/
+60
2014-01-27
Rewrite scm_ramapc()
Daniel Llorens
1
-1
/
+8
2014-01-27
Check more cases of array-contents
Daniel Llorens
1
-1
/
+11
2014-01-27
Check the documented matching behavior of array-map!/copy!
Daniel Llorens
2
-45
/
+67
2014-01-27
Fix compilation errors when reading arrays at the repl
Daniel Llorens
1
-0
/
+63
2014-01-27
Fix array map functions with empty arguments
Daniel Llorens
1
-9
/
+52
2014-01-27
Fix empty array bug in array-index-map!
Daniel Llorens
1
-5
/
+23
2014-01-27
Test that typed-array? returns #f with non-array argument
Daniel Llorens
1
-1
/
+7
2014-01-27
Identify scm_is_vector with scm_is_simple_vector
Daniel Llorens
3
-1
/
+57
2014-01-27
For uniform vectors SCM_I_ARRAYP can't be true
Daniel Llorens
1
-22
/
+36
2014-01-27
Reorder arrays.test
Daniel Llorens
1
-152
/
+152
2014-01-27
Don't use scm_is_generalized_vector in transpose-array
Daniel Llorens
1
-0
/
+13
2014-01-27
Tests for transpose-array
Daniel Llorens
1
-0
/
+32
2014-01-27
Tests for shared-array-root
Daniel Llorens
1
-0
/
+29
2014-01-27
Don't use generalized-vector functions in uniform.c
Daniel Llorens
1
-4
/
+20
2014-01-27
Tests for array-copy!, empty case
Daniel Llorens
1
-22
/
+34
2014-01-21
Merge branch 'stable-2.0'
Mark H Weaver
4
-6
/
+36
2014-01-18
Add support for content-disposition
Andy Wingo
1
-1
/
+3
2014-01-17
Arrange so that 'file-encoding' does not truncate the encoding name.
Ludovic Courtès
1
-2
/
+8
2014-01-15
web: Don't throw if a response is longer than its Content-Length says.
Ludovic Courtès
1
-2
/
+4
2014-01-15
Custom binary input ports sanity-check the return value of 'read!'.
Ludovic Courtès
1
-0
/
+9
2014-01-15
Document that we support srfi-46 and add it to %cond-expand-features.
Mark H Weaver
1
-2
/
+15
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
1
-0
/
+5
2014-01-14
print: In R7RS |...| symbols, print most graphic characters unescaped.
Mark H Weaver
1
-0
/
+5
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
2
-1
/
+60
2014-01-14
print: Support R7RS |...| symbol notation.
Mark H Weaver
1
-1
/
+55
2014-01-14
read: Support R7RS |...| symbol notation.
Mark H Weaver
1
-0
/
+5
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
1
-1
/
+17
2014-01-14
Recognize 'escape' character name, per R7RS.
Mark H Weaver
1
-0
/
+4
2014-01-14
read: Accept "\|" in string literals.
Mark H Weaver
1
-0
/
+4
2014-01-14
read: Support R7RS '#true' and '#false' syntax for booleans.
Mark H Weaver
1
-1
/
+10
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
4
-5
/
+171
2014-01-13
'port-position' works on CBIPs that do not support 'set-port-position!'.
Ludovic Courtès
1
-1
/
+10
2014-01-12
Fix 'exact-integer?' comment in numbers.test.
Mark H Weaver
1
-1
/
+1
2014-01-12
Fix hashing of empty vectors.
Mark H Weaver
1
-2
/
+13
2014-01-09
Implement R7RS 'syntax-error'.
Mark H Weaver
1
-0
/
+41
2014-01-09
psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.
Mark H Weaver
1
-1
/
+105
2014-01-09
Merge branch 'stable-2.0'
Mark H Weaver
4
-4
/
+112
2014-01-08
Fix 'string-copy!' to work properly with overlapping src/dest.
Mark H Weaver
1
-3
/
+12
2014-01-08
Implement 'exact-integer?' and 'scm_is_exact_integer'.
Mark H Weaver
1
-0
/
+28
2014-01-07
Fix inlining of tail list to apply.
Ian Price
1
-1
/
+15
2013-12-16
Revert "Fix bound-identifier=? to compare binding names, not just symbolic na...
Mark H Weaver
1
-5
/
+0
2013-12-15
Fix bound-identifier=? to compare binding names, not just symbolic names.
Mark H Weaver
1
-0
/
+5
2013-12-13
syntax-case: fix error reporting for misplaced ellipses.
Mark H Weaver
1
-0
/
+57
2013-12-05
vm: Gracefully handle stack overflows.
Ludovic Courtès
1
-1
/
+14
2013-12-02
Rename "RTL" to "bytecode"
Andy Wingo
5
-43
/
+43
[next]