| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid deprecated functions in SCM_VALIDATE_VECTOR_LEN | Andy Wingo | 2009-02-17 | 1 | -1/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-12-08 | 1 | -3/+5 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -1/+2 |
* | (SCM_VALIDATE_VECTOR, SCM_VALIDATE_VECTOR_OR_DVECTOR): use | Marius Vollmer | 2005-01-02 | 1 | -2/+5 |
* | (SCM_VALIDATE_VECTOR_OR_DVECTOR): Accept f64vectors instead of the | Marius Vollmer | 2004-11-02 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -9/+16 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 2004-08-19 | 1 | -3/+9 |
* | * strings.h, strings.c (scm_i_get_substring_spec): New. | Marius Vollmer | 2004-08-12 | 1 | -25/+2 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 2004-08-02 | 1 | -22/+20 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 2004-07-27 | 1 | -2/+2 |
* | (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, SCM_VALIDATE_BIGINT, | Marius Vollmer | 2004-07-10 | 1 | -70/+2 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -5/+5 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -5/+8 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | (SCM_VALIDATE_THREAD): Moved to threads.h. | Marius Vollmer | 2002-12-02 | 1 | -2/+0 |
* | (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in | Marius Vollmer | 2002-10-20 | 1 | -37/+42 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -6/+6 |
* | * First batch of libguile changes for Elisp support. | Neil Jerram | 2002-01-22 | 1 | -0/+2 |
* | * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro. | Mikael Djurfeldt | 2001-10-12 | 1 | -0/+13 |
* | * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE, | Mikael Djurfeldt | 2001-09-23 | 1 | -0/+16 |
* | * Remove deprecated macros and typenames. | Dirk Herrmann | 2001-08-31 | 1 | -73/+11 |
* | (SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY, | Thien-Thi Nguyen | 2001-08-25 | 1 | -1/+20 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 2001-06-26 | 1 | -3/+5 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -11/+1 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -2/+54 |
* | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 2001-04-10 | 1 | -7/+7 |
* | * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, | Dirk Herrmann | 2001-03-17 | 1 | -26/+26 |
* | * validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subr | Dirk Herrmann | 2001-03-17 | 1 | -2/+2 |
* | * validate.h (SCM_VALIDATE_OPOUTSTRPORT): New macro. | Martin Grabmüller | 2001-03-15 | 1 | -1/+4 |
* | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 2001-03-04 | 1 | -8/+8 |
* | * Minor fixes to error checking macros. | Dirk Herrmann | 2001-02-28 | 1 | -2/+2 |
* | * Separate the handling of OPEN flags between ports and directories. | Dirk Herrmann | 2001-01-24 | 1 | -3/+3 |
* | * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new macro. | Gary Houston | 2001-01-08 | 1 | -1/+17 |
* | * validate.h (SCM_VALIDATE_NUMBER): New. | Marius Vollmer | 2001-01-06 | 1 | -1/+3 |
* | Some GOOPS cleanup. | Keisuke Nishida | 2000-12-16 | 1 | -1/+4 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -2/+2 |
* | * This patch belongs to the previous one, it deprecates SCM_VALIDATE_RWSTRING. | Dirk Herrmann | 2000-11-22 | 1 | -8/+8 |
* | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 2000-10-30 | 1 | -19/+19 |
* | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 2000-10-25 | 1 | -7/+9 |
* | * Made some functions not accept symbols as input parameters any more. | Dirk Herrmann | 2000-10-09 | 1 | -2/+2 |
* | * Eliminated all remaining calls to SCM_CHARS. | Dirk Herrmann | 2000-09-26 | 1 | -4/+1 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -2/+2 |
* | * validate.h (SCM_VALIDATE_NUMBER_DEF_COPY): New macro. | Mikael Djurfeldt | 2000-09-03 | 1 | -1/+9 |
* | * Fix range checks of SCM_VALIDATE* macros. | Dirk Herrmann | 2000-06-30 | 1 | -5/+5 |
* | * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP. | Dirk Herrmann | 2000-06-05 | 1 | -3/+3 |
* | * Unified some rest argument checking and handling. | Dirk Herrmann | 2000-05-18 | 1 | -1/+10 |
* | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif. | Dirk Herrmann | 2000-05-15 | 1 | -2/+2 |
* | * validate.h: Do not cast to (unsigned) in SCM_VALIDATE_INUM_RANGE | Greg J. Badros | 2000-04-18 | 1 | -8/+7 |