summaryrefslogtreecommitdiff
path: root/libguile/vectors.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-11(SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter internalMarius Vollmer1-12/+12
2005-01-07(SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.Marius Vollmer1-56/+37
2005-01-06(scm_array_handle_release): New, changed all uses ofMarius Vollmer1-1/+12
2005-01-02* weaks.c: Use new vector elements API or simple vectorMarius Vollmer1-127/+207
2004-12-27(scm_c_vector_set_x): Make return typeMarius Vollmer1-22/+77
2004-12-27(scm_c_vector_set_x): Make return typeMarius Vollmer1-81/+117
2004-11-09(scm_is_vector, scm_c_vector_length, scm_c_vector_ref,Marius Vollmer1-1/+170
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-1/+1
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-17/+15
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-21/+10
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-2/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-07-21* macros.c: include deprecation.hHan-Wen Nienhuys1-2/+11
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-19/+25
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-2/+1
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-1/+1
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-1/+2
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-3/+2
2001-11-18* Updates for string- and vector-move-right/left! docstrings.Neil Jerram1-2/+14
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-7/+6
2001-08-31* Removed deprecated stuff.Dirk Herrmann1-82/+0
2001-07-16* Minor changes.Dirk Herrmann1-2/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-2/+2
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-17/+17
2001-05-24* validate.hMichael Livshin1-26/+26
2001-05-15* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.Dirk Herrmann1-0/+2
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-16/+19
2001-03-30* Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann1-6/+13
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-03-02 * vectors.c (s_scm_vector_p, list->vector, scm_vector)Martin Grabmüller1-50/+33
2001-02-08* Fixed parameter checking for make-string.Dirk Herrmann1-1/+1
2001-02-08* Fixed parameter checking for make-vector.Dirk Herrmann1-17/+27
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-11/+15
2000-11-23* SCM_SETCHARS deprecated.Dirk Herrmann1-1/+1
2000-11-22* Added SCM_SET_VECTOR_LENGTH as one replacement for SCM_SETLENGTH.Dirk Herrmann1-1/+1
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-25* Deprecated scm_vector_set_length_x.Dirk Herrmann1-14/+30
2000-10-10* Removed further calls to SCM_LENGTH.Dirk Herrmann1-14/+14
2000-09-26* More references to SCM_CHARS removed.Dirk Herrmann1-3/+8
2000-09-02* Docstring update for scm_vector.Neil Jerram1-0/+1
2000-07-26* Fix vector initialization.Dirk Herrmann1-3/+3
2000-06-30* Eliminated use of SCM_ASSERT to check for range errors.Dirk Herrmann1-12/+14
2000-06-29* Cleaned up memory error signalling.Dirk Herrmann1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-9/+9
2000-04-15* vectors.c (scm_vector_set_x): Return SCM_UNSPECIFIED (asMikael Djurfeldt1-2/+2
2000-04-04Lots of fixes with respect to strict typing.Dirk Herrmann1-2/+2