Age | Commit message (Expand) | Author | Files | Lines |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -1634/+0 |
2009-07-19 | bitvector exodus from unif.[ch] | Andy Wingo | 1 | -831/+1 |
2009-07-19 | parts of unif.[ch] to array-handle.[ch] | Andy Wingo | 1 | -238/+0 |
2009-07-19 | rename ramap.[ch] to array-map.[ch] | Andy Wingo | 1 | -1/+1 |
2009-07-19 | rename scm_i_make_ra to scm_i_make_array | Andy Wingo | 1 | -8/+8 |
2009-07-19 | remove deprecated functions from unif.c | Andy Wingo | 1 | -334/+2 |
2009-06-22 | Make bytevectors accessible using the generalized-vector API. | Ludovic Courtès | 1 | -1/+30 |
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/+47 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2006-12-12 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -5/+9 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -9/+9 |
2006-02-12 | * deprecated.scm (make-uniform-array): Don't pass the prototype as | Marius Vollmer | 1 | -0/+12 |
2005-06-06 | (scm_array_in_bounds_p): First test for real arrays, then | Marius Vollmer | 1 | -12/+16 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-22 | (scm_make_shared_array): Add old base to new base since | Marius Vollmer | 1 | -2/+2 |
2005-05-12 | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee | Neil Jerram | 1 | -2/+2 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2005-02-10 | (prototype_to_type): Bugfix: Don't compare prototype to | Mikael Djurfeldt | 1 | -13/+37 |
2005-01-11 | (SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter internal | Marius Vollmer | 1 | -180/+190 |
2005-01-11 | (indices_to_pos, scm_array_handle_pos): Renamed | Marius Vollmer | 1 | -89/+96 |
2005-01-10 | (scm_list_to_typed_array): Allow the specification of the | Marius Vollmer | 1 | -69/+136 |
2005-01-10 | (scm_make_shared_array): Use it instead of scm_aind; use handle | Marius Vollmer | 1 | -29/+16 |
2005-01-10 | (scm_array_rank, scm_array_dimensions, | Marius Vollmer | 1 | -99/+71 |
2005-01-09 | * unif.h, unif.c, inline.h (scm_i_t_array_ref, scm_i_t_array_set): | Marius Vollmer | 1 | -34/+157 |
2005-01-09 | (scm_array_handle_set): Correctly execute only one | Marius Vollmer | 1 | -49/+27 |
2005-01-09 | (ra2l): Handle zero rank arrays. | Marius Vollmer | 1 | -46/+77 |
2005-01-07 | (SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed. | Marius Vollmer | 1 | -36/+0 |
2005-01-06 | (scm_array_handle_ref, scm_array_handle_set): Changed | Marius Vollmer | 1 | -8/+48 |
2005-01-04 | (scm_bitvector_elements, | Marius Vollmer | 1 | -181/+349 |
2005-01-02 | * weaks.c: Use new vector elements API or simple vector | Marius Vollmer | 1 | -30/+146 |
2004-12-29 | * srfi-4.h (scm_i_proc_make_u8vector, scm_i_proc_make_s8vector, | Marius Vollmer | 1 | -209/+248 |
2004-12-27 | (scm_bitvector_elements): Made return value "const". | Marius Vollmer | 1 | -30/+52 |
2004-12-27 | * unif.c (scm_bitvector_release): Added explicit call to | Marius Vollmer | 1 | -4/+6 |
2004-11-14 | (scm_i_cvref): Made non-static for ramap.c. | Marius Vollmer | 1 | -1/+1 |
2004-11-12 | (scm_tc16_enclosed_array, SCM_ENCLOSED_ARRAYP): | Marius Vollmer | 1 | -331/+188 |
2004-11-10 | Changed all uses of scm_array_prototype to | Marius Vollmer | 1 | -221/+51 |
2004-11-09 | (scm_bitvector_p, scm_bitvector, | Marius Vollmer | 1 | -733/+709 |
2004-11-02 | (scm_i_tag_to_prototype): Make sure that "instead" gets defined. | Marius Vollmer | 1 | -0/+6 |
2004-11-02 | * srfi-4.h, srfi-4.c (scm_frame_uniform_vector_release): New. | Marius Vollmer | 1 | -19/+27 |
2004-11-02 | * eq.c, evalext.c, gc-card.c, gc-mark.c, objects.c, print.c, | Marius Vollmer | 1 | -493/+98 |
2004-10-29 | * unif.h, unif.c (scm_array_creator): New. | Marius Vollmer | 1 | -11/+79 |
2004-10-29 | (scm_i_print_array): It's "ndim", not "rank". D'Oh! | Marius Vollmer | 1 | -1/+1 |
2004-10-29 | (scm_make_u1vector): New, but only temporary. | Marius Vollmer | 1 | -77/+361 |
2004-10-27 | * srfi-4.h, srfi-4.i.c (scm_u8vector_elements, etc): New. | Marius Vollmer | 1 | -256/+343 |
2004-10-22 | Include "libguile/print.h". | Marius Vollmer | 1 | -0/+1 |
2004-10-19 | (scm_array_p): When no prototype is given, explicitely test for | Marius Vollmer | 1 | -1/+23 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -24/+24 |
2004-08-24 | Include "srfi-13.h" instead of "strop.h". | Marius Vollmer | 1 | -1/+1 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -42/+71 |