Daniel Llorens
|
6be51f9bbf
Provide xxvector-copy and xxvector-copy! for srfi-4 vectors
|
3 years ago |
Daniel Llorens
|
9a62f7caca
Extend bytevector-fill! to handle a partial fill
|
3 years ago |
Daniel Llorens
|
c2cf685b65
Remove the 'simple vector' concept
|
3 years ago |
Daniel Llorens
|
5df5555d12
Add function vector-copy! to core
|
3 years ago |
Daniel Llorens
|
a34c762de0
Extend core vector-copy to r7rs vector-copy
|
3 years ago |
Daniel Llorens
|
bfda8d3972
Deprecate use of vector-move-left! and vector-move-right! on non-vector arrays
|
3 years ago |
Daniel Llorens
|
81f12bf86e
Deprecate using vector->list, vector-copy on arrays
|
3 years ago |
Ludovic Courtès
|
168ad279e6
Avoid double initialization in 'vector-copy'.
|
5 years ago |
Daniel Llorens
|
ddad8ae05a
Extend core vector-fill! to handle a range
|
5 years ago |
Andy Wingo
|
afb2c96248
Merge from stable-2.2
|
5 years ago |
Mark H Weaver
|
91ba73b397
Improve overflow checks in bytevector, string, and I/O operations.
|
6 years ago |
Andy Wingo
|
1234bb1850
Update license notices in all C files
|
6 years ago |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
6 years ago |
Andy Wingo
|
dd8add2fa0
Make .c copyright headers uniform
|
6 years ago |
Andy Wingo
|
b8d757732f
Rationalize include order in C files
|
6 years ago |
Andy Wingo
|
3068bc7384
Make libguile header inclusion consistent within libguile c files
|
6 years ago |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
6 years ago |
Andy Wingo
|
40ade0886e
Remove _scm.h
|
6 years ago |
Andy Wingo
|
1ddf42dae0
Devolve threads.h from _scm.h.
|
6 years ago |
Andy Wingo
|
bf15afa6bf
Move subr snarfing macros to gsubr.h.
|
6 years ago |
Andy Wingo
|
d3cfabd89b
Devolve numbers.h from _scm.h.
|
6 years ago |
Andy Wingo
|
730cfd80e2
Devolve pairs.h
|
6 years ago |
Andy Wingo
|
460552163e
Remove list.h from _scm.h
|
6 years ago |
Andy Wingo
|
5f50309448
Remove includes of validate.h.
|
6 years ago |
Andy Wingo
|
83584ef231
Fix libguile subcomponent headers not to include <libguile.h>
|
6 years ago |
Daniel Llorens
|
2d8c75f9f2
Remove scm_generalized_vector_get_handle
|
8 years ago |
Andy Wingo
|
7ed54fd36d
All literal constants are read-only
|
8 years ago |
Daniel Llorens
|
7b6d854cf1
Do not use array handles in scm_vector
|
10 years ago |
Andy Wingo
|
dc2a560264
Deprecate dynamic roots
|
8 years ago |
Andy Wingo
|
cf64dca65c
Remove array impl. registry; instead, hard-code array handle creation
|
11 years ago |