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
/
array-map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
Pack array dimensions in array object
Daniel Llorens
1
-10
/
+10
2014-02-10
Preallocate index list in scm_array_index_map_x
Daniel Llorens
1
-15
/
+15
2014-02-10
Don't use ASET in scm_array_index_map_x
Daniel Llorens
1
-1
/
+4
2014-02-10
In scm_ramapc, only check unrolled axes for emptiness
Daniel Llorens
1
-69
/
+50
2014-02-10
Fix corner cases of scm_ramapc
Daniel Llorens
1
-201
/
+147
2014-02-10
Rewrite scm_ramapc()
Daniel Llorens
1
-123
/
+126
2014-02-10
Factor out make1array() in scm_ramapc()
Daniel Llorens
1
-24
/
+22
2014-02-09
Reindent scm_ramapc
Andy Wingo
1
-82
/
+82
2014-02-09
Raw pointer loop in array-copy! for vector/vector case
Daniel Llorens
1
-5
/
+17
2014-02-09
Replace SCM_IMP in array-map.c
Daniel Llorens
1
-1
/
+2
2014-02-09
Remove array impl. registry; instead, hard-code array handle creation
Andy Wingo
1
-8
/
+9
2014-02-09
Fix array map functions with empty arguments
Daniel Llorens
1
-76
/
+49
2014-02-09
Fix empty array bug in array-index-map!
Daniel Llorens
1
-8
/
+11
2014-02-08
vref, vset members of scm_t_array_handle
Andy Wingo
1
-8
/
+8
2014-02-07
Fix bad uses of base and lbnd on rank 1 arrays
Daniel Llorens
1
-14
/
+13
2014-02-06
Fix array-index-map refactor
Andy Wingo
1
-10
/
+13
2014-02-06
Array-map refactors
Andy Wingo
1
-59
/
+75
2014-02-06
Don't use generalized-vector in array-map.c (II)
Daniel Llorens
1
-25
/
+24
2014-02-06
Don't use generalized-vector in array-map.c (I)
Daniel Llorens
1
-22
/
+27
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-78
/
+118
2013-04-07
Don't use scm_generalized_vector_get_handle() in array-map.c
Daniel Llorens
1
-6
/
+6
2013-04-05
Deprecate scm_array_fill_int()
Daniel Llorens
1
-21
/
+20
2013-04-05
Remove double indirection in array-fill!
Daniel Llorens
1
-2
/
+19
2013-04-03
Remove double indirection for 1st arg of array-for-each
Daniel Llorens
1
-23
/
+22
2013-04-03
Remove double indirection in array-map! with <2 args
Daniel Llorens
1
-12
/
+20
2013-04-03
Avoid per-element cons for 1-arg case of array-map!
Daniel Llorens
1
-19
/
+26
2013-04-03
Deprecate dead code in array-map.c
Daniel Llorens
1
-2
/
+3
2013-04-03
Remove double indirection in element access in array-copy!
Daniel Llorens
1
-11
/
+20
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-13
/
+14
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-13
/
+14
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+1
2012-01-09
allocate a tc7 to arrays
Andy Wingo
1
-2
/
+1
2011-10-24
check for pairs with scm_is_pair, not scm_nimp
Andy Wingo
1
-5
/
+5
2011-02-13
Change `scm_ramapc' prototype to avoid empty declarators (bug #23681).
Ludovic Courtès
1
-1
/
+4
2010-04-01
more fixes to equal? for arrays
Andy Wingo
1
-116
/
+38
2010-03-31
fix equal? between an array and a non-array
Andy Wingo
1
-7
/
+15
2010-01-07
provide missing prototypes
Andy Wingo
1
-1
/
+2
2009-12-05
decruftify scm_sys_protects
Andy Wingo
1
-10
/
+3
2009-12-04
remove rpsubrs
Andy Wingo
1
-1
/
+3
2009-12-03
remove asubrs
Andy Wingo
1
-213
/
+15
2009-12-03
remove scm_tc7_dsubr
Andy Wingo
1
-26
/
+0
2009-12-03
remove tc7_subr_* and tc7_lsubr_*
Andy Wingo
1
-36
/
+1
2009-09-09
Avoid unneeded `scm_dynwind_free ()'.
Ludovic Courtès
1
-11
/
+7
2009-07-19
generic vector ops to own file
Andy Wingo
1
-0
/
+1
2009-07-19
move generic array foo out to its own file
Andy Wingo
1
-0
/
+1
2009-07-19
remove enclosed arrays
Andy Wingo
1
-4
/
+4
2009-07-19
rename unif.[ch] to arrays.[ch]
Andy Wingo
1
-1
/
+1
2009-07-19
bitvector exodus from unif.[ch]
Andy Wingo
1
-0
/
+1
2009-07-19
rename ramap.[ch] to array-map.[ch]
Andy Wingo
1
-0
/
+1235