summaryrefslogtreecommitdiff
path: root/libguile/uniform.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-2/+2
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-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-2/+2
2018-06-20Rename __scm.h to scm.hAndy Wingo1-2/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-2/+1
2017-04-18All literal constants are read-onlyAndy Wingo1-6/+9
2014-02-08Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'Andy Wingo1-172/+0
2014-02-08Deprecate general "uniform-vector" interfaceAndy Wingo1-1/+58
2014-02-06Don't use generalized-vector functions in uniform.cDaniel Llorens1-13/+14
2013-10-31Support serialization of uniform vector literalsAndy Wingo1-0/+19
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-2/+2
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-2/+2
2010-08-29bitvector workAndy Wingo1-8/+6
2009-12-15Remove unneeded #include <assert.h>.Ludovic Courtès1-2/+0
2009-09-18fix bitvectors after the array handle refactoringAndy Wingo1-30/+26
2009-07-19uniform vector functions to their own fileAndy Wingo1-0/+254