summaryrefslogtreecommitdiff
path: root/libguile/arrays.h
Commit message (Expand)AuthorAgeFilesLines
* Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42Daniel Llorens2021-09-171-2/+2
* Remove array contp flagDaniel Llorens2021-08-161-12/+16
* Deprecate scm_from_contiguous_typed_arrayDaniel Llorens2021-08-161-3/+0
* Merge libguile/generalized-arrays.* into libguile/arrays.*Daniel Llorens2021-08-031-1/+32
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve gc.hAndy Wingo2018-06-181-2/+3
* Final names for new array functionsDaniel Llorens2017-01-091-3/+3
* Deprecate scm_from_contiguous_arrayDaniel Llorens2016-11-231-3/+7
* New functions array-from, array-from*, array-amend!Daniel Llorens2016-11-231-0/+6
* Avoid unneeded internal use of array handlesDaniel Llorens2016-11-231-0/+3
* Pack array dimensions in array objectDaniel Llorens2014-09-301-11/+6
* Move array reader from arrays.c to read.cMark H Weaver2012-10-231-2/+2
* allocate a tc7 to arraysAndy Wingo2012-01-091-6/+5
* Fix the visibility of a few of internal symbols.Ludovic Courtès2010-05-281-1/+1
* allow compilation of #@2(1 2 3)Andy Wingo2010-01-111-1/+3
* reimplement srfi-4 vectors on top of bytevectorsAndy Wingo2010-01-071-6/+0
* fix erroneous SCM_CELL_* usage in arrays.[ch]Andy Wingo2009-12-081-4/+4
* move generic array foo out to its own fileAndy Wingo2009-07-191-20/+6
* remove enclosed arraysAndy Wingo2009-07-191-6/+1
* rename unif.[ch] to arrays.[ch]Andy Wingo2009-07-191-0/+110