Daniel Llorens
|
efe2317aff
Move bitvector functions using array_handle to libguile/array-handle.[ch]
|
5 年之前 |
Daniel Llorens
|
ef0579492a
Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elements
|
5 年之前 |
Andy Wingo
|
1234bb1850
Update license notices in all C files
|
7 年之前 |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
7 年之前 |
Andy Wingo
|
b8d757732f
Rationalize include order in C files
|
7 年之前 |
Andy Wingo
|
3068bc7384
Make libguile header inclusion consistent within libguile c files
|
7 年之前 |
Andy Wingo
|
97cc65fee4
Rename __scm.h to scm.h
|
7 年之前 |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
7 年之前 |
Andy Wingo
|
40ade0886e
Remove _scm.h
|
7 年之前 |
Andy Wingo
|
38385d1359
Devolve strings.h
|
7 年之前 |
Andy Wingo
|
a7bcd66f6f
Devolve symbols.h from _scm.h
|
7 年之前 |
Andy Wingo
|
d3cfabd89b
Devolve numbers.h from _scm.h.
|
7 年之前 |
Andy Wingo
|
05f3977a92
Remove <string.h> include from ports.h.
|
7 年之前 |
Andy Wingo
|
123ba3e77a
Devolve vectors.h include from ports.h
|
7 年之前 |
Andy Wingo
|
7bdd546965
Remove bytevectors.h include form ports.h
|
7 年之前 |
Andy Wingo
|
730cfd80e2
Devolve pairs.h
|
7 年之前 |
Andy Wingo
|
460552163e
Remove list.h from _scm.h
|
7 年之前 |
Andy Wingo
|
83584ef231
Fix libguile subcomponent headers not to include <libguile.h>
|
7 年之前 |
Daniel Llorens
|
4212f29655
Allow scm_XXX_writable_elements on empty vectors, even if immutable
|
7 年之前 |
Andy Wingo
|
7ed54fd36d
All literal constants are read-only
|
8 年之前 |
Daniel Llorens
|
7b6d854cf1
Do not use array handles in scm_vector
|
10 年之前 |
Daniel Llorens
|
85ac9cce0a
Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
|
10 年之前 |
Andy Wingo
|
4e91530451
Simplify scm_array_get_handle for tc7-arrays
|
11 年之前 |
Andy Wingo
|
cf64dca65c
Remove array impl. registry; instead, hard-code array handle creation
|
11 年之前 |
Andy Wingo
|
a0ef1252af
Add "vector" member to scm_t_array_handle
|
11 年之前 |
Andy Wingo
|
e6658f527e
Remove "impl" member of array handles.
|
11 年之前 |
Andy Wingo
|
7070f12b9d
vref, vset members of scm_t_array_handle
|
11 年之前 |
Andy Wingo
|
9b977c836b
Merge remote-tracking branch 'origin/stable-2.0'
|
12 年之前 |
Andy Wingo
|
336c921146
optimize access to arrays of rank 1 or 2
|
12 年之前 |
Andy Wingo
|
25d50a051d
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
|
13 年之前 |