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
/
bytevectors.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-20
Allow overlapping regions to be passed to `bytevector-copy!'.
Ludovic Courtès
1
-3
/
+3
2011-08-18
fix a couple of leaks
Andy Wingo
1
-1
/
+1
2011-07-29
minor style fix in bytevectors.c
Andy Wingo
1
-1
/
+1
2011-07-01
Add type and range checks to the complex generalized vector accessors.
Ludovic Courtès
1
-46
/
+64
2011-07-01
Fix unaligned accesses for bytevectors of complex numbers.
Ludovic Courtès
1
-10
/
+34
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-4
/
+4
2011-03-08
Fix bytevectors VALIDATE_REAL to test for reals, not rationals
Mark H Weaver
1
-1
/
+1
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-3
/
+3
2010-12-04
make-string et al nulls memory if not given an initializer
Andy Wingo
1
-0
/
+2
2010-11-19
fix a number of assuptions that a long could hold an inum
Andy Wingo
1
-4
/
+4
2010-06-01
rename (rnrs bytevector) to (rnrs bytevectors)
Andy Wingo
1
-1
/
+1
2010-04-01
more fixes to equal? for arrays
Andy Wingo
1
-1
/
+2
2010-03-16
rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0
Andy Wingo
1
-1
/
+2
2010-01-07
reimplement srfi-4 vectors on top of bytevectors
Andy Wingo
1
-11
/
+10
2010-01-07
Revert "Remove unused internal bytevector functions."
Andy Wingo
1
-0
/
+14
2009-12-05
more boot cleanup
Andy Wingo
1
-2
/
+1
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-2
/
+2
2009-11-16
Re-add an indirection in bytevectors.
Ludovic Courtès
1
-23
/
+47
2009-11-16
Remove unused internal bytevector functions.
Ludovic Courtès
1
-14
/
+0
2009-10-28
Modify bytevectors/string conversions to allow wide strings
Michael Gran
1
-97
/
+68
2009-10-16
bitvector tweaks
Andy Wingo
1
-1
/
+4
2009-10-15
Fix segfault for `(uniform-array->bytevector (bitvector))'.
Ludovic Courtès
1
-3
/
+2
2009-09-18
fix bitvectors after the array handle refactoring
Andy Wingo
1
-7
/
+14
2009-08-31
Remove the distinction between inline/outline storage for bytevectors.
Ludovic Courtès
1
-88
/
+58
2009-08-30
Use a TC7 tag instead of a SMOB for bytevectors.
Ludovic Courtès
1
-32
/
+29
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-67
/
+255
2009-08-18
Use `scm_gc_malloc_pointerless ()' for bytevectors.
Ludovic Courtès
1
-1
/
+2
2009-08-18
Remove unneeded SMOB mark/free procedures.
Ludovic Courtès
1
-20
/
+0
2009-08-18
Fix malloc/scm_c_take_bytevector mismatch.
Ludovic Courtès
1
-6
/
+24
2009-07-19
fix (bytevector-ieee-single-native-set! x 0 0)
Andy Wingo
1
-2
/
+8
2009-07-19
bytevectors have "element type" field, e.g. for generalized-vector-ref
Andy Wingo
1
-47
/
+179
2009-07-19
bytevector inlinedness indicated by flag, not length
Andy Wingo
1
-33
/
+37
2009-07-19
add registry of vector constructors, make-generalized-vector
Andy Wingo
1
-0
/
+4
2009-07-19
uniform vector functions to their own file
Andy Wingo
1
-0
/
+1
2009-07-19
add generic array implementation facility
Andy Wingo
1
-0
/
+39
2009-07-19
rename unif.[ch] to arrays.[ch]
Andy Wingo
1
-1
/
+1
2009-06-26
bytevectors provide scm_i_native_endianness to the vm
Andy Wingo
1
-31
/
+31
2009-06-22
Always create the bytevector SMOB type.
Ludovic Courtès
1
-8
/
+27
2009-06-22
Make bytevectors accessible using the generalized-vector API.
Ludovic Courtès
1
-0
/
+9
2009-06-22
bytevectors: Add a C-friendly API.
Ludovic Courtès
1
-5
/
+56
2009-06-22
bytevectors: Use `size_t' rather than `unsigned' for sizes.
Ludovic Courtès
1
-7
/
+7
2009-06-19
Fix `equal?' on bytevectors.
Ludovic Courtès
1
-0
/
+5
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-06-05
Fix `Mismatching FUNC_NAME' warning from guile-func-name-check
Neil Jerram
1
-1
/
+1
2009-06-05
add ability to compile uniform arrays
Andy Wingo
1
-0
/
+33
2009-05-28
Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.
Ludovic Courtès
1
-0
/
+1978