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
/
srfi-4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-06
New function srfi-4-vector-type-size in (srfi srfi-4 gnu)
Daniel Llorens
1
-1
/
+24
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-9
/
+9
2018-06-20
Update license notices in all C files
Andy Wingo
1
-18
/
+19
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
-5
/
+6
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-14
/
+14
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve variable.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 boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+2
2017-04-18
All literal constants are read-only
Andy Wingo
1
-11
/
+14
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-2
/
+3
2014-03-19
Fix breakage of SRFI-4 C accessors
Andy Wingo
1
-2
/
+3
2014-02-08
Merge commit 'dc65b88d839c326889618112c4870ad3a64e9446'
Andy Wingo
1
-43
/
+25
2014-02-08
Simplify srfi-4 C implementation
Andy Wingo
1
-43
/
+25
2014-02-06
Remove generalized-vectors.h includes
Daniel Llorens
1
-1
/
+0
2011-05-07
bytevectors have internal parent field
Andy Wingo
1
-2
/
+3
2010-07-26
remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
Andy Wingo
1
-4
/
+0
2010-03-03
Fix off-by-one error in the off-by-one fix of `make-srfi-4-vector'.
Ludovic Courtès
1
-1
/
+2
2010-03-02
Fix off-by-one error when initializing vectors in `make-srfi-4-vector'.
Ludovic Courtès
1
-0
/
+6
2010-01-12
hopefully fix shared c32 / c64 uniform arrays
Andy Wingo
1
-17
/
+17
2010-01-12
fix srfi-4 shared vector access from c
Andy Wingo
1
-2
/
+2
2010-01-07
reimplement srfi-4 vectors on top of bytevectors
Andy Wingo
1
-822
/
+203
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
SCM_CELL in srfi-4.c
Andy Wingo
1
-3
/
+3
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-8
/
+4
2009-09-14
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
Ludovic Courtès
1
-1
/
+1
2009-09-01
Fix leaky behavior of `scm_take_TAGvector ()'.
Ludovic Courtès
1
-0
/
+9
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-251
/
+78
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-7
/
+15
2009-07-19
any->u8vector and family now implemented in Scheme
Andy Wingo
1
-23
/
+31
2009-07-19
add registry of vector constructors, make-generalized-vector
Andy Wingo
1
-0
/
+18
2009-07-19
uniform vector functions to their own file
Andy Wingo
1
-216
/
+1
2009-07-19
generic vector ops to own file
Andy Wingo
1
-0
/
+1
2009-07-19
add generic array implementation facility
Andy Wingo
1
-11
/
+25
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-06-22
Make bytevectors accessible using the generalized-vector API.
Ludovic Courtès
1
-1
/
+8
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2008-09-23
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-31
/
+4
2008-09-15
Make multi-byte reads on unbuffered ports more efficient.
Neil Jerram
1
-31
/
+4
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+1
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+1
[next]