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
2021-08-17
Extend bytevector-fill! to handle a partial fill
Daniel Llorens
1
-14
/
+28
2021-03-03
don't presume availability of gmp.pc
Michael Gran
1
-1
/
+3
2021-03-02
improve autoconfigury for minigmp
Michael Gran
1
-1
/
+1
2021-03-02
Enable option to prefer mini-gmp over libgmp
Michael Gran
1
-0
/
+4
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-9
/
+18
2019-06-18
Improve overflow checks in bytevector, string, and I/O operations.
Mark H Weaver
1
-9
/
+18
2019-05-23
Avoid passing NULL to 'memcpy' and 'memcmp'.
Mark H Weaver
1
-2
/
+6
2019-05-23
Fix 32/64 bit bug in INTEGER_ACCESSOR_PROLOGUE
Daniel Llorens
1
-1
/
+1
2019-04-16
Avoid passing NULL to 'memcpy' and 'memcmp'.
Mark H Weaver
1
-2
/
+6
2018-10-10
Fix 32/64 bit bug in INTEGER_ACCESSOR_PROLOGUE
Daniel Llorens
1
-1
/
+1
2018-10-07
Fix use of uninstalled header by installed headers
Andy Wingo
1
-0
/
+1
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-30
/
+30
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-5
/
+7
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve threads.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 ports.h from inline.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Remove errno.h include from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-13
/
+12
2017-04-18
All literal constants are read-only
Andy Wingo
1
-42
/
+49
2017-02-28
Fix segfault introduced with R6RS port commit
Andy Wingo
1
-5
/
+6
2017-02-28
Register R6RS port and bytevector internals early
Andy Wingo
1
-12
/
+12
2016-11-23
Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
Daniel Llorens
1
-5
/
+0
2016-06-20
Fix size measurement in bytevector_large_set
Andy Wingo
1
-3
/
+4
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-4
/
+4
2015-01-22
Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
Andy Wingo
1
-1
/
+6
2015-01-22
Merge commit '81d2c84674f03f9028f26474ab19d3d3f353881a'
Andy Wingo
1
-39
/
+36
2015-01-22
Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'
Andy Wingo
1
-1
/
+1
2014-11-12
Fix bytevector-fill! to accept fill arguments greater than 127.
Mark H Weaver
1
-1
/
+6
2014-11-12
Avoid signed overflow and use size_t in bytevectors.c.
Mark H Weaver
1
-38
/
+35
2014-11-11
Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors.
Mark H Weaver
1
-2
/
+2
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-5
/
+11
2014-05-28
Fix shrinking of contiguous bytevectors, as from 'get-bytevector-n'.
Ludovic Courtès
1
-5
/
+11
2014-02-09
Remove array impl. registry; instead, hard-code array handle creation
Andy Wingo
1
-175
/
+3
2013-11-03
RTL compiler supports static bitvectors
Andy Wingo
1
-2
/
+3
2013-08-16
In bytevector->uint-list et al, check that SIZE divides the bv length.
Mark H Weaver
1
-1
/
+5
2013-08-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-5
/
+3
2013-08-16
Improved error checking in bytevector->uint-list and bytevector->sint-list.
Mark H Weaver
1
-5
/
+3
2013-01-15
string->utf8 implementation uses scm_from_utf8_stringn
Andy Wingo
1
-2
/
+1
2013-01-15
fix bug where scm_from_utf8_stringn would not detect bad utf-8
Andy Wingo
1
-3
/
+2
2012-04-26
Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
Andy Wingo
1
-51
/
+20
[next]