index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
generalized-vectors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update license notices in all C files
Andy Wingo
2018-06-20
1
-17
/
+17
*
Remove (C) from copyright statements
Andy Wingo
2018-06-20
1
-1
/
+1
*
Rationalize include order in C files
Andy Wingo
2018-06-20
1
-1
/
+1
*
Make libguile header inclusion consistent within libguile c files
Andy Wingo
2018-06-20
1
-4
/
+4
*
Rename __scm.h to scm.h
Andy Wingo
2018-06-20
1
-1
/
+0
*
Remove Emacs local variables comments in Guile source
Andy Wingo
2018-06-20
1
-6
/
+0
*
Remove _scm.h
Andy Wingo
2018-06-20
1
-1
/
+0
*
Devolve strings.h
Andy Wingo
2018-06-20
1
-0
/
+1
*
Move subr snarfing macros to gsubr.h.
Andy Wingo
2018-06-20
1
-2
/
+3
*
Remove scm_generalized_vector_get_handle
Daniel Llorens
2017-10-31
1
-13
/
+0
*
Do not use array handles in scm_vector
Daniel Llorens
2016-11-23
1
-5
/
+0
*
Remove deprecated array functions
Daniel Llorens
2016-11-23
1
-31
/
+0
*
Fix bad uses of base and lbnd on rank 1 arrays
Daniel Llorens
2014-02-07
1
-23
/
+6
*
deprecate generalized vectors in favor of arrays
Andy Wingo
2013-02-18
1
-67
/
+1
*
Fix `generalized-vector->list' indexing bug with shared arrays.
Ludovic Courtès
2012-11-03
1
-7
/
+15
*
fix generalized-vector-{ref,set!} for slices
Andy Wingo
2011-12-22
1
-2
/
+6
*
scm_is_eq for SCM vals, not == or !=
Andy Wingo
2011-05-13
1
-2
/
+2
*
fix bug in generalized-vector->list
Andy Wingo
2010-01-03
1
-4
/
+3
*
Fix C99-style comments.
Ludovic Courtès
2009-11-08
1
-1
/
+1
*
add registry of vector constructors, make-generalized-vector
Andy Wingo
2009-07-19
1
-0
/
+37
*
generic vector ops to own file
Andy Wingo
2009-07-19
1
-0
/
+164