Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-01-27 | Rename scm_t_array_handle.array to .root | Daniel Llorens | 1 | -2/+2 |
2014-01-27 | Fix comment in scm_array_get_handle | Daniel Llorens | 1 | -9/+5 |
2014-01-27 | Use underlying vector implementation directly in array handles | Daniel Llorens | 1 | -13/+26 |
2013-02-18 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+43 |
2013-02-18 | optimize access to arrays of rank 1 or 2 | Andy Wingo | 1 | -1/+42 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -2/+2 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -2/+1 |
2009-07-19 | add generic array implementation facility | Andy Wingo | 1 | -209/+84 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -1/+1 |
2009-07-19 | bitvector exodus from unif.[ch] | Andy Wingo | 1 | -0/+1 |
2009-07-19 | parts of unif.[ch] to array-handle.[ch] | Andy Wingo | 1 | -0/+286 |