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
/
arrays.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
Move array reader from arrays.c to read.c
Mark H Weaver
1
-173
/
+2
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-18
/
+19
2012-01-09
Fix incorrect use of `SCM_UNPACK'.
Ludovic Courtès
1
-4
/
+4
2012-01-09
allocate a tc7 to arrays
Andy Wingo
1
-15
/
+9
2011-07-28
fix write beyond array end in arrays.c
Andy Wingo
1
-17
/
+17
2011-03-17
fix code that causes warnings on gcc 4.6
Andy Wingo
1
-3
/
+1
2010-01-11
allow compilation of #@2(1 2 3)
Andy Wingo
1
-1
/
+36
2010-01-07
reimplement srfi-4 vectors on top of bytevectors
Andy Wingo
1
-144
/
+0
2009-12-15
Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.
Ludovic Courtès
1
-1
/
+1
2009-12-08
add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK
Andy Wingo
1
-1
/
+2
2009-12-08
fix erroneous SCM_CELL_* usage in arrays.[ch]
Andy Wingo
1
-2
/
+2
2009-10-16
bitvector tweaks
Andy Wingo
1
-1
/
+4
2009-10-15
Fix compilation of literal bitvectors.
Ludovic Courtès
1
-1
/
+2
2009-09-28
Remove unneeded SMOB/port mark/free procedures.
Ludovic Courtès
1
-18
/
+0
2009-09-18
fix bitvectors after the array handle refactoring
Andy Wingo
1
-8
/
+16
2009-07-19
make-typed-array builds backing vector via make-generalized-vector
Andy Wingo
1
-172
/
+81
2009-07-19
uniform vector functions to their own file
Andy Wingo
1
-0
/
+1
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
-252
/
+1
2009-07-19
remove enclosed arrays
Andy Wingo
1
-166
/
+17
2009-07-19
add generic array implementation facility
Andy Wingo
1
-21
/
+32
2009-07-19
rename unif.[ch] to arrays.[ch]
Andy Wingo
1
-0
/
+1634