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
/
generalized-arrays.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
1
-410
/
+0
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
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-5
/
+6
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-7
/
+7
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
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
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-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-1
/
+2
2016-11-23
Avoid unneeded internal use of array handles
Daniel Llorens
1
-21
/
+0
2014-02-08
Inline scm_i_array_implementation_for_obj in scm_i_array
Andy Wingo
1
-2
/
+15
2014-02-08
Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'
Andy Wingo
1
-1
/
+19
2013-03-28
Fix erroneous `FUNC_NAME' for `scm_array_length'.
Ludovic Courtès
1
-1
/
+1
2013-02-18
Array documentation fixes
Daniel Llorens
1
-3
/
+2
2013-02-18
deprecate generalized vectors in favor of arrays
Andy Wingo
1
-0
/
+30
2013-02-18
optimize access to arrays of rank 1 or 2
Andy Wingo
1
-13
/
+101
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-3
/
+4
2010-04-07
add docs and tests for array->list
Andy Wingo
1
-2
/
+8
2010-01-07
reimplement srfi-4 vectors on top of bytevectors
Andy Wingo
1
-7
/
+0
2010-01-07
fix array->list
Andy Wingo
1
-6
/
+5
2009-10-06
Fix typo in `scm_array_p_2 ()'.
Ludovic Courtès
1
-1
/
+1
2009-09-24
Reinstate backward-compatible `scm_array_p ()'.
Ludovic Courtès
1
-2
/
+12
2009-07-19
move generic array foo out to its own file
Andy Wingo
1
-0
/
+276