| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 2012-01-10 | 1 | -6/+13 |
|\ |
|
| * | allocate a tc7 to bitvectors | Andy Wingo | 2012-01-09 | 1 | -0/+2 |
| * | allocate a tc7 to arrays | Andy Wingo | 2012-01-09 | 1 | -6/+11 |
* | | scm_wta_* procedures replace SCM_WTA_* macros | Andy Wingo | 2011-05-15 | 1 | -1/+1 |
|/ |
|
* | Slight optimization for scm_equal_p | Mark H Weaver | 2011-02-14 | 1 | -8/+8 |
* | `equal?' and `eqv?' are now equivalent for numbers | Mark H Weaver | 2011-01-30 | 1 | -54/+54 |
* | Define `equal?' for pointer objects. | Ludovic Courtès | 2010-09-23 | 1 | -0/+3 |
* | more fixes to equal? for arrays | Andy Wingo | 2010-04-01 | 1 | -1/+1 |
* | Revert "fix equal? between an array and a non-array" | Andy Wingo | 2010-03-30 | 1 | -1/+1 |
* | fix equal? between an array and a non-array | Andy Wingo | 2010-03-30 | 1 | -1/+1 |
* | provide missing prototypes | Andy Wingo | 2010-01-07 | 1 | -2/+4 |
* | fluids are tc7 objects | Andy Wingo | 2009-12-05 | 1 | -3/+0 |
* | hash tables have a tc7 | Andy Wingo | 2009-12-05 | 1 | -0/+4 |
* | remove rpsubrs | Andy Wingo | 2009-12-04 | 1 | -46/+98 |
* | eqv? not a generic, equal? dispatches to generic only for objects | Andy Wingo | 2009-11-26 | 1 | -11/+15 |
* | fold objects.[ch] into goops.[ch] | Andy Wingo | 2009-11-15 | 1 | -1/+0 |
* | Use a TC7 tag instead of a SMOB for bytevectors. | Ludovic Courtès | 2009-08-30 | 1 | -0/+3 |
* | rename unif.[ch] to arrays.[ch] | Andy Wingo | 2009-07-19 | 1 | -1/+1 |
* | rename ramap.[ch] to array-map.[ch] | Andy Wingo | 2009-07-19 | 1 | -2/+2 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 2007-01-22 | 1 | -0/+3 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2006-06-13 | 1 | -0/+11 |
* | * eq.c (scm_equal_p): Use scm_array_equal_p explicitely when one | Marius Vollmer | 2006-05-29 | 1 | -0/+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 |
* | (SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed. | Marius Vollmer | 2005-01-07 | 1 | -1/+1 |
* | More of: | Kevin Ryde | 2004-12-10 | 1 | -6/+6 |
* | (scm_eq_p, scm_eqv_p, scm_equal_p): Update docstrings from | Kevin Ryde | 2004-12-09 | 1 | -15/+89 |
* | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 2004-11-09 | 1 | -5/+0 |
* | Do no longer handle old-style uniform vectors. | Marius Vollmer | 2004-11-02 | 1 | -6/+1 |
* | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 2004-10-27 | 1 | -1/+0 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -1/+1 |
* | (scm_equal_p): Allow smobs with different flags to be equal by testing | Marius Vollmer | 2004-09-21 | 1 | -10/+11 |
* | (real_eqv): Pretend that all NaNs are equal. | Marius Vollmer | 2004-09-08 | 1 | -1/+1 |
* | (scm_equal_p): Remove real==fraction and fraction==real, they | Kevin Ryde | 2004-08-17 | 1 | -19/+1 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 2004-07-27 | 1 | -3/+3 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -13/+13 |
* | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 2003-11-18 | 1 | -1/+34 |
* | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 2003-09-18 | 1 | -0/+10 |
* | * eq.c (scm_eqv_p, scm_equal_p): Removed uses of | Dirk Herrmann | 2003-09-06 | 1 | -13/+13 |
* | * eq.c (scm_equal_p): Use SCM_TYP7 to check if an object is of | Dirk Herrmann | 2003-09-04 | 1 | -1/+1 |
* | * tests/goops.test: Added tests for correctness of class | Mikael Djurfeldt | 2003-04-17 | 1 | -2/+5 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * eq.c (s_scm_eqv_p): scm_i_bigcomp -> scm_i_bigcmp. | Rob Browning | 2003-04-04 | 1 | -1/+1 |
* | * eq.c:: fix various preprocessor usages of new public | Rob Browning | 2003-03-27 | 1 | -1/+1 |
* | * eq.c: #include <config.h> if HAVE_CONFIG_H. Rename usage of | Rob Browning | 2003-03-25 | 1 | -2/+5 |
* | * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each | Mikael Djurfeldt | 2003-03-06 | 1 | -12/+15 |
* | * eq.c: include <string.h> | Gary Houston | 2002-07-10 | 1 | -1/+7 |
* | (real_eqv): New. | Marius Vollmer | 2002-05-08 | 1 | -5/+18 |