summaryrefslogtreecommitdiff
path: root/libguile/arrays.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-17Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42Daniel Llorens1-2/+2
2021-08-16Remove array contp flagDaniel Llorens1-12/+16
2021-08-16Deprecate scm_from_contiguous_typed_arrayDaniel Llorens1-3/+0
2021-08-03Merge libguile/generalized-arrays.* into libguile/arrays.*Daniel Llorens1-1/+32
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
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 useless "classes: h_files" from Guile headers.Andy Wingo1-2/+0
2018-06-18Devolve gc.hAndy Wingo1-2/+3
2017-01-09Final names for new array functionsDaniel Llorens1-3/+3
2016-11-23Deprecate scm_from_contiguous_arrayDaniel Llorens1-3/+7
2016-11-23New functions array-from, array-from*, array-amend!Daniel Llorens1-0/+6
2016-11-23Avoid unneeded internal use of array handlesDaniel Llorens1-0/+3
2014-09-30Pack array dimensions in array objectDaniel Llorens1-11/+6
2012-10-23Move array reader from arrays.c to read.cMark H Weaver1-2/+2
2012-01-09allocate a tc7 to arraysAndy Wingo1-6/+5
2010-05-28Fix the visibility of a few of internal symbols.Ludovic Courtès1-1/+1
2010-01-11allow compilation of #@2(1 2 3)Andy Wingo1-1/+3
2010-01-07reimplement srfi-4 vectors on top of bytevectorsAndy Wingo1-6/+0
2009-12-08fix erroneous SCM_CELL_* usage in arrays.[ch]Andy Wingo1-4/+4
2009-07-19move generic array foo out to its own fileAndy Wingo1-20/+6
2009-07-19remove enclosed arraysAndy Wingo1-6/+1
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-0/+110