Age | Commit message (Expand) | Author | Files | Lines |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -110/+0 |
2009-07-19 | bitvector exodus from unif.[ch] | Andy Wingo | 1 | -39/+0 |
2009-07-19 | parts of unif.[ch] to array-handle.[ch] | Andy Wingo | 1 | -33/+1 |
2009-07-19 | rename scm_i_make_ra to scm_i_make_array | Andy Wingo | 1 | -1/+1 |
2009-07-19 | remove deprecated functions from unif.c | Andy Wingo | 1 | -19/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-06-05 | add ability to compile uniform arrays | Andy Wingo | 1 | -0/+3 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -5/+5 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-11 | (SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter internal | Marius Vollmer | 1 | -25/+25 |
2005-01-11 | (indices_to_pos, scm_array_handle_pos): Renamed | Marius Vollmer | 1 | -11/+13 |
2005-01-09 | * unif.h, unif.c, inline.h (scm_i_t_array_ref, scm_i_t_array_set): | Marius Vollmer | 1 | -3/+13 |
2005-01-09 | (scm_t_array_dim): Changed type of members to ssize_t, to | Marius Vollmer | 1 | -16/+6 |
2005-01-07 | (SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed. | Marius Vollmer | 1 | -9/+0 |
2005-01-06 | (scm_array_handle_ref, scm_array_handle_set): Changed | Marius Vollmer | 1 | -5/+7 |
2005-01-04 | (scm_bitvector_elements, | Marius Vollmer | 1 | -6/+13 |
2005-01-02 | * weaks.c: Use new vector elements API or simple vector | Marius Vollmer | 1 | -3/+31 |
2004-12-29 | * srfi-4.h (scm_i_proc_make_u8vector, scm_i_proc_make_s8vector, | Marius Vollmer | 1 | -4/+9 |
2004-12-27 | (scm_bitvector_elements): Made return value "const". | Marius Vollmer | 1 | -3/+6 |
2004-11-14 | (scm_i_cvref): Made non-static for ramap.c. | Marius Vollmer | 1 | -0/+1 |
2004-11-12 | (scm_tc16_enclosed_array, SCM_ENCLOSED_ARRAYP): | Marius Vollmer | 1 | -7/+11 |
2004-11-09 | (scm_bitvector_p, scm_bitvector, | Marius Vollmer | 1 | -17/+38 |
2004-11-03 | (SCM_UVECTOR_BASE, SCM_SET_UVECTOR_BASE, | Marius Vollmer | 1 | -15/+12 |
2004-10-29 | * unif.h, unif.c (scm_array_creator): New. | Marius Vollmer | 1 | -0/+1 |
2004-10-29 | (scm_make_u1vector): New, but only temporary. | Marius Vollmer | 1 | -0/+3 |
2004-10-27 | * srfi-4.h, srfi-4.i.c (scm_u8vector_elements, etc): New. | Marius Vollmer | 1 | -3/+1 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -2/+2 |
2002-02-22 | * Fix a typo that crept in with the scm_X_t to scm_t_X rename. | Neil Jerram | 1 | -1/+1 |
2001-11-25 | (SCM_MAKE_BITVECTOR_TAG, SCM_MAKE_UVECTOR_TAG): New. | Marius Vollmer | 1 | -2/+4 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -37/+37 |
2001-10-03 | * continuations.h, unif.h: in the descriptions of the bit patterns | Gary Houston | 1 | -5/+5 |
2001-08-31 | * Remove deprecated macros and typenames. | Dirk Herrmann | 1 | -28/+7 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -11/+11 |
2001-06-14 | * unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign | Marius Vollmer | 1 | -1/+1 |
2001-06-08 | * Fixed some bugs, some reported by Matthias Koeppe. | Dirk Herrmann | 1 | -1/+1 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -12/+12 |
2001-05-24 | * unif.c (scm_make_ra, array_free), unif.h (SCM_ARRAY_DIMS): | Martin Grabmüller | 1 | -1/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -21/+28 |
2001-04-19 | * unif.h (SCM_ARRAY_CONTIGUOUS): Reintroduced as deprecated. | Mikael Djurfeldt | 1 | -0/+4 |
2001-04-19 | * Eliminate some further applications of SCM_C[AD]R to non pair cells. | Dirk Herrmann | 1 | -10/+15 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -2/+2 |
2000-11-23 | * Deprecated SCM_LENGTH_MAX. | Dirk Herrmann | 1 | -0/+2 |
2000-11-23 | * SCM_SETCHARS deprecated. | Dirk Herrmann | 1 | -0/+2 |
2000-11-23 | * Deprecated SCM_SETLENGTH. | Dirk Herrmann | 1 | -0/+2 |
2000-10-30 | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 1 | -8/+13 |
2000-10-10 | * Removed further calls to SCM_LENGTH. | Dirk Herrmann | 1 | -0/+2 |