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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-27
Arrays are not an array implementation
lloda-array-cleanup
Daniel Llorens
3
-13
/
+11
2014-01-27
array-contents returns root for empty arrays with empty root
Daniel Llorens
2
-3
/
+7
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
2
-18
/
+26
2014-01-27
Rename scm_t_array_handle.array to .root
Daniel Llorens
9
-23
/
+23
2014-01-27
Match types used in arrays.c to struct field types
Daniel Llorens
1
-22
/
+24
2014-01-27
Bounds error in vector_handle_ref/set is implementation error
Daniel Llorens
3
-9
/
+5
2014-01-27
Don't use ASET in scm_array_index_map_x
Daniel Llorens
1
-5
/
+5
2014-01-27
In scm_ramapc, only check unrolled axes for emptiness
Daniel Llorens
1
-69
/
+50
2014-01-27
Fix scm_ramapc bugs with 0-inc arrays
Daniel Llorens
2
-24
/
+35
2014-01-27
Fix corner cases of scm_ramapc
Daniel Llorens
2
-208
/
+211
2014-01-27
Rewrite scm_ramapc()
Daniel Llorens
2
-129
/
+137
2014-01-27
Check more cases of array-contents
Daniel Llorens
2
-3
/
+13
2014-01-27
Check the documented matching behavior of array-map!/copy!
Daniel Llorens
2
-45
/
+67
2014-01-27
Simplify ASET in array-map.c
Daniel Llorens
1
-1
/
+1
2014-01-27
Inline ASET in array-index-map! for rank 1 arguments
Daniel Llorens
1
-8
/
+14
2014-01-27
Fix compilation errors when reading arrays at the repl
Daniel Llorens
2
-22
/
+83
2014-01-27
Factor out make1array() in scm_ramapc()
Daniel Llorens
1
-96
/
+93
2014-01-27
Raw pointer loop in array-copy! for vector/vector case
Daniel Llorens
1
-5
/
+16
2014-01-27
Have array impl->vref, vset take SCM, not handles
Daniel Llorens
7
-65
/
+66
2014-01-27
Fix array map functions with empty arguments
Daniel Llorens
2
-86
/
+102
2014-01-27
Fix empty array bug in array-index-map!
Daniel Llorens
2
-13
/
+38
2014-01-27
Avoid using array_handle fields in impl->vref/vset
Daniel Llorens
2
-6
/
+6
2014-01-27
Remove undocumented casting behavior in srfi4 vector_elements
Daniel Llorens
1
-21
/
+1
2014-01-27
Test that typed-array? returns #f with non-array argument
Daniel Llorens
1
-1
/
+7
2014-01-27
Avoid array API in make-srfi-4-vector
Daniel Llorens
3
-26
/
+23
2014-01-27
Replace SCM_IMP in array-map.c
Daniel Llorens
1
-1
/
+2
2014-01-27
Fix comment in scm_array_get_handle
Daniel Llorens
1
-9
/
+5
2014-01-27
Don't bother with array handle in scm_c_array_rank
Daniel Llorens
1
-8
/
+7
2014-01-27
Use underlying vector implementation directly in array handles
Daniel Llorens
6
-61
/
+33
2014-01-27
Match uniform_vector_elements with vector_elements
Daniel Llorens
3
-68
/
+43
2014-01-27
Fix rank-1 indirection in array-map.c
Daniel Llorens
1
-2
/
+2
2014-01-27
Online documentation for vector-ref, vector-set!
Daniel Llorens
1
-53
/
+35
2014-01-27
vector-length rejects non vector? arg
Daniel Llorens
1
-17
/
+15
2014-01-27
vector-ref, vector-set! reject non vector? args
Daniel Llorens
1
-33
/
+1
2014-01-27
Identify scm_is_vector with scm_is_simple_vector
Daniel Llorens
10
-47
/
+103
2014-01-27
For uniform vectors SCM_I_ARRAYP can't be true
Daniel Llorens
2
-28
/
+41
2014-01-27
Fix bad uses of base and lbnd on rank 1 arrays
Daniel Llorens
4
-34
/
+25
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
2
-8
/
+21
2014-01-27
Tests for transpose-array
Daniel Llorens
1
-0
/
+32
2014-01-27
Don't use scm_is_generalized_vector in shared-array-root
Daniel Llorens
1
-5
/
+6
2014-01-27
Tests for shared-array-root
Daniel Llorens
1
-0
/
+29
2014-01-27
Remove unnecessary conditions in array constructors
Daniel Llorens
1
-3
/
+4
2014-01-27
Remove generalized-vectors.h includes
Daniel Llorens
2
-2
/
+0
2014-01-27
Replace scm_c_generalized_vector_length in arrays.c
Daniel Llorens
1
-5
/
+5
2014-01-27
Replace scm_c_generalized_vector_length in random.c
Daniel Llorens
1
-2
/
+2
2014-01-27
Don't use generalized-vector in array-map.c (II)
Daniel Llorens
1
-25
/
+24
2014-01-27
Don't use generalized-vector in array-map.c (I)
Daniel Llorens
1
-21
/
+37
2014-01-27
Don't use generalized-vector functions in uniform.c
Daniel Llorens
2
-14
/
+51
[next]