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
/
libguile
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
1
-3
/
+2
2014-01-27
Preallocate index list in scm_array_index_map_x
Daniel Llorens
1
-17
/
+17
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
1
-4
/
+5
2014-01-27
Fix corner cases of scm_ramapc
Daniel Llorens
1
-206
/
+151
2014-01-27
Rewrite scm_ramapc()
Daniel Llorens
1
-128
/
+129
2014-01-27
Check more cases of array-contents
Daniel Llorens
1
-2
/
+2
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
1
-22
/
+20
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
1
-77
/
+50
2014-01-27
Fix empty array bug in array-index-map!
Daniel Llorens
1
-8
/
+15
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
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
7
-46
/
+46
2014-01-27
For uniform vectors SCM_I_ARRAYP can't be true
Daniel Llorens
1
-6
/
+5
2014-01-27
Fix bad uses of base and lbnd on rank 1 arrays
Daniel Llorens
4
-34
/
+25
2014-01-27
Don't use scm_is_generalized_vector in transpose-array
Daniel Llorens
1
-8
/
+8
2014-01-27
Don't use scm_is_generalized_vector in shared-array-root
Daniel Llorens
1
-5
/
+6
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
1
-10
/
+31
2014-01-27
Inline generalized-vector calls in array_handle_ref/set
Daniel Llorens
1
-4
/
+14
2014-01-26
More precise stack marking via .guile.frame-maps section
Andy Wingo
3
-26
/
+154
2014-01-21
Merge branch 'stable-2.0'
Mark H Weaver
2
-11
/
+31
2014-01-20
Fix (port-conversion-strategy #f).
Mark H Weaver
1
-2
/
+0
2014-01-17
Arrange so that 'file-encoding' does not truncate the encoding name.
Ludovic Courtès
1
-7
/
+23
2014-01-15
Custom binary input ports sanity-check the return value of 'read!'.
Ludovic Courtès
1
-3
/
+7
[next]