Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-01-27 | Rename scm_t_array_handle.array to .root | Daniel Llorens | 1 | -5/+5 |
2014-01-27 | Have array impl->vref, vset take SCM, not handles | Daniel Llorens | 1 | -2/+4 |
2014-01-27 | Match uniform_vector_elements with vector_elements | Daniel Llorens | 1 | -12/+12 |
2014-01-27 | For uniform vectors SCM_I_ARRAYP can't be true | Daniel Llorens | 1 | -6/+5 |
2014-01-27 | Don't use generalized-vector functions in uniform.c | Daniel Llorens | 1 | -10/+31 |
2013-10-31 | Support serialization of uniform vector literals | Andy Wingo | 1 | -0/+19 |
2013-02-18 | deprecate generalized vectors in favor of arrays | Andy Wingo | 1 | -2/+2 |
2011-02-09 | fix typos in the manual bits generated from source comments. | Ralf Wildenhues | 1 | -2/+2 |
2010-08-29 | bitvector work | Andy Wingo | 1 | -8/+6 |
2009-12-15 | Remove unneeded #include <assert.h>. | Ludovic Courtès | 1 | -2/+0 |
2009-09-18 | fix bitvectors after the array handle refactoring | Andy Wingo | 1 | -30/+26 |
2009-07-19 | uniform vector functions to their own file | Andy Wingo | 1 | -0/+254 |