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
2021-08-16
Remove array contp flag
Daniel Llorens
1
-1
/
+1
2021-08-03
Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
1
-1
/
+0
2019-11-16
Allow equality between arrays of vu8 and u8
Andy Wingo
1
-3
/
+15
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-10
/
+11
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-21
/
+21
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Remove <string.h> include from ports.h.
Andy Wingo
1
-0
/
+2
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-18
Devolve more validate macros
Andy Wingo
1
-0
/
+1
2018-06-17
Move "min" and "max" macros out of _scm.h
Andy Wingo
1
-3
/
+4
2017-10-31
Support non-zero lower bounds in array-slice-for-each
Daniel Llorens
1
-13
/
+9
2017-10-31
Allow scm_XXX_writable_elements on empty vectors, even if immutable
Daniel Llorens
1
-1
/
+1
2017-04-18
All literal constants are read-only
Andy Wingo
1
-0
/
+2
2017-01-09
Final names for new array functions
Daniel Llorens
1
-9
/
+9
2016-11-23
New functions (array-for-each-cell, array-for-each-cell-in-order)
Daniel Llorens
1
-2
/
+258
2016-11-23
Special case for array-map! with three arguments
Daniel Llorens
1
-22
/
+38
2016-11-23
Speed up for multi-arg cases of scm_ramap functions
Daniel Llorens
1
-62
/
+74
2016-11-23
Remove deprecated array functions
Daniel Llorens
1
-261
/
+0
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
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
[next]