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