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