summaryrefslogtreecommitdiff
path: root/libguile/generalized-arrays.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-5/+6
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-7/+7
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-1/+2
2016-11-23Avoid unneeded internal use of array handlesDaniel Llorens1-21/+0
2014-02-08Inline scm_i_array_implementation_for_obj in scm_i_arrayAndy Wingo1-2/+15
2014-02-08Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'Andy Wingo1-1/+19
2013-03-28Fix erroneous `FUNC_NAME' for `scm_array_length'.Ludovic Courtès1-1/+1
2013-02-18Array documentation fixesDaniel Llorens1-3/+2
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-0/+30
2013-02-18optimize access to arrays of rank 1 or 2Andy Wingo1-13/+101
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-3/+4
2010-04-07add docs and tests for array->listAndy Wingo1-2/+8
2010-01-07reimplement srfi-4 vectors on top of bytevectorsAndy Wingo1-7/+0
2010-01-07fix array->listAndy Wingo1-6/+5
2009-10-06Fix typo in `scm_array_p_2 ()'.Ludovic Courtès1-1/+1
2009-09-24Reinstate backward-compatible `scm_array_p ()'.Ludovic Courtès1-2/+12
2009-07-19move generic array foo out to its own fileAndy Wingo1-0/+276