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
/
vectors.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-27
Rename scm_t_array_handle.array to .root
Daniel Llorens
1
-1
/
+1
2014-01-27
Bounds error in vector_handle_ref/set is implementation error
Daniel Llorens
1
-5
/
+3
2014-01-27
Have array impl->vref, vset take SCM, not handles
Daniel Llorens
1
-6
/
+6
2014-01-27
Avoid using array_handle fields in impl->vref/vset
Daniel Llorens
1
-4
/
+4
2014-01-27
Use underlying vector implementation directly in array handles
Daniel Llorens
1
-2
/
+3
2014-01-27
Match uniform_vector_elements with vector_elements
Daniel Llorens
1
-19
/
+11
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
1
-8
/
+1
2012-07-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+3
2012-07-02
Use `void *' instead of `GC_PTR' internally.
Ludovic Courtès
1
-8
/
+7
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-141
/
+38
2011-05-15
scm_wta_* procedures replace SCM_WTA_* macros
Andy Wingo
1
-4
/
+7
2011-05-13
correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms
Andy Wingo
1
-2
/
+4
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-3
/
+3
2011-02-14
fix fencepost error in vector-move-left! and -right!
Ian Price
1
-2
/
+2
2010-08-04
fix vector-move-right! and vector-move-left!
Andy Wingo
1
-2
/
+8
2010-04-09
remove libguile/lang.h, deprecate %nil (in favor of #nil)
Andy Wingo
1
-2
/
+1
2010-01-07
clean up includes in vectors.[ch]
Andy Wingo
1
-5
/
+1
2009-12-29
fix bug in string array implementation type mask
Andy Wingo
1
-3
/
+2
2009-12-15
Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.
Ludovic Courtès
1
-3
/
+3
2009-12-05
decruftify scm_sys_protects
Andy Wingo
1
-2
/
+0
2009-11-02
Allocate vectors in a contiguous memory area.
Ludovic Courtès
1
-48
/
+33
2009-11-01
Merge branch 'bdw-gc-static-alloc'
Ludovic Courtès
1
-2
/
+2
2009-09-14
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
Ludovic Courtès
1
-1
/
+1
2009-09-02
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-122
/
+40
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-122
/
+31
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-9
/
+18
2009-07-19
add registry of vector constructors, make-generalized-vector
Andy Wingo
1
-0
/
+2
2009-07-19
generic vector ops to own file
Andy Wingo
1
-130
/
+1
2009-07-19
add generic array implementation facility
Andy Wingo
1
-0
/
+35
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
-1
/
+1
2009-06-22
Make bytevectors accessible using the generalized-vector API.
Ludovic Courtès
1
-3
/
+11
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-01-31
Don't register disappearing links for non-heap objects.
Ludovic Courtès
1
-3
/
+3
2008-09-16
Use immutable cells for vectors.
Ludovic Courtès
1
-1
/
+1
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+4
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+4
2008-09-10
Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...
Ludovic Courtès
1
-6
/
+6
2008-09-10
Use thread-local allocation (significant perf. improvement!); added the `boeh...
Ludovic Courtes
1
-1
/
+1
2008-09-05
Fixed `list->weak-vector'.
Ludovic Courtes
1
-27
/
+67
2008-09-05
First stab at implementing weak hash tables and vectors. Unable to run the R...
Ludovic Courtes
1
-6
/
+50
2007-01-25
*** empty log message ***
Han-Wen Nienhuys
1
-7
/
+0
2007-01-22
(s_scm_vector_move_right_x): complain about naming.
Han-Wen Nienhuys
1
-0
/
+7
2006-11-29
Changes from arch/CVS synchronization
Ludovic Courtès
1
-6
/
+6
2006-04-17
merge from 1.8 branch
Kevin Ryde
1
-1
/
+1
2005-05-23
The FSF has a new address.
Marius Vollmer
1
-1
/
+1
[next]