summaryrefslogtreecommitdiff
path: root/libguile/uniform.c
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-2/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-2/+2
* Rename __scm.h to scm.hAndy Wingo2018-06-201-2/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-2/+1
* All literal constants are read-onlyAndy Wingo2017-04-181-6/+9
* Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'Andy Wingo2014-02-081-172/+0
|\
| * Deprecate general "uniform-vector" interfaceAndy Wingo2014-02-081-1/+58
* | Don't use generalized-vector functions in uniform.cDaniel Llorens2014-02-061-13/+14
* | Support serialization of uniform vector literalsAndy Wingo2013-10-311-0/+19
|/
* deprecate generalized vectors in favor of arraysAndy Wingo2013-02-181-2/+2
* fix typos in the manual bits generated from source comments.Ralf Wildenhues2011-02-091-2/+2
* bitvector workAndy Wingo2010-08-291-8/+6
* Remove unneeded #include <assert.h>.Ludovic Courtès2009-12-151-2/+0
* fix bitvectors after the array handle refactoringAndy Wingo2009-09-181-30/+26
* uniform vector functions to their own fileAndy Wingo2009-07-191-0/+254