summaryrefslogtreecommitdiff
path: root/libguile/uniform.c
Commit message (Expand)AuthorAgeFilesLines
* All literal constants are read-only...Andy Wingo2017-04-181-6/+9
* Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'...Andy Wingo2014-02-081-172/+0
|\
| * Deprecate general "uniform-vector" interface...Andy Wingo2014-02-081-1/+58
* | Don't use generalized-vector functions in uniform.c...Daniel Llorens2014-02-061-13/+14
* | Support serialization of uniform vector literals...Andy Wingo2013-10-311-0/+19
|/
* deprecate generalized vectors in favor of arrays...Andy Wingo2013-02-181-2/+2
* fix typos in the manual bits generated from source comments....Ralf Wildenhues2011-02-091-2/+2
* bitvector work...Andy Wingo2010-08-291-8/+6
* Remove unneeded #include <assert.h>....Ludovic Courtès2009-12-151-2/+0
* fix bitvectors after the array handle refactoring...Andy Wingo2009-09-181-30/+26
* uniform vector functions to their own file...Andy Wingo2009-07-191-0/+254