Andy Wingo
|
1234bb1850
Update license notices in all C files
|
7 years ago |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
7 years ago |
Andy Wingo
|
dd8add2fa0
Make .c copyright headers uniform
|
7 years ago |
Andy Wingo
|
b8d757732f
Rationalize include order in C files
|
7 years ago |
Andy Wingo
|
3068bc7384
Make libguile header inclusion consistent within libguile c files
|
7 years ago |
Andy Wingo
|
97cc65fee4
Rename __scm.h to scm.h
|
7 years ago |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
7 years ago |
Andy Wingo
|
40ade0886e
Remove _scm.h
|
7 years ago |
Andy Wingo
|
bf15afa6bf
Move subr snarfing macros to gsubr.h.
|
7 years ago |
Andy Wingo
|
d3cfabd89b
Devolve numbers.h from _scm.h.
|
7 years ago |
Andy Wingo
|
730cfd80e2
Devolve pairs.h
|
7 years ago |
Andy Wingo
|
460552163e
Remove list.h from _scm.h
|
7 years ago |
Daniel Llorens
|
4e766795b2
Avoid unneeded internal use of array handles
|
10 years ago |
Andy Wingo
|
2b5625ad0c
Inline scm_i_array_implementation_for_obj in scm_i_array
|
11 years ago |
Andy Wingo
|
8051cf2304
Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'
|
11 years ago |
Ludovic Courtès
|
06589f5c22
Fix erroneous `FUNC_NAME' for `scm_array_length'.
|
12 years ago |
Daniel Llorens
|
739941679c
Array documentation fixes
|
12 years ago |
Andy Wingo
|
118ff892be
deprecate generalized vectors in favor of arrays
|
12 years ago |
Andy Wingo
|
336c921146
optimize access to arrays of rank 1 or 2
|
12 years ago |
Bake Timmons
|
b7e64f8b26
Improve the usage of variable names in C docstrings.
|
13 years ago |
Andy Wingo
|
e48a2f8705
add docs and tests for array->list
|
15 years ago |
Andy Wingo
|
a268973767
reimplement srfi-4 vectors on top of bytevectors
|
16 years ago |
Andy Wingo
|
cf9a806dbd
fix array->list
|
15 years ago |
Ludovic Courtès
|
61aab1c375
Fix typo in `scm_array_p_2 ()'.
|
15 years ago |
Ludovic Courtès
|
ec370c6ffb
Reinstate backward-compatible `scm_array_p ()'.
|
15 years ago |
Andy Wingo
|
1030b45049
move generic array foo out to its own file
|
16 years ago |