Age | Commit message (Expand) | Author | Files | Lines |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -212/+0 |
2009-11-15 | remove support for "entities" -- a form of applicable struct | Andy Wingo | 1 | -69/+0 |
2009-11-15 | SCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_PROCEDURE | Andy Wingo | 1 | -3/+2 |
2009-11-15 | remove unused things from object.[ch] | Andy Wingo | 1 | -62/+1 |
2009-11-15 | remove operators | Andy Wingo | 1 | -38/+10 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-03-22 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+14 |
2009-02-03 | inline dispatch to program cmethods, tick in return, remove old goops methods | Andy Wingo | 1 | -1/+5 |
2008-10-30 | fix up some assumptions that cmethods were lists | Andy Wingo | 1 | -2/+3 |
2008-10-30 | runtime byte compilation of goops methods, whooooo | Andy Wingo | 1 | -6/+9 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+5 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+5 |
2008-09-10 | Removed unnecessary uses of class destructors. | Ludovic Courtes | 1 | -1/+0 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-20 | Include goops.h for the scm_class_of prototype. | Marius Vollmer | 1 | -0/+2 |
2005-01-18 | * objects.h, objects.c, goops.c, goops.h (scm_class_boolean, | Marius Vollmer | 1 | -147/+0 |
2005-01-17 | * objects.h, objects.c (scm_classes_initialized): New. | Marius Vollmer | 1 | -0/+5 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -3/+3 |
2004-11-09 | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 1 | -3/+0 |
2004-11-02 | Do no longer handle old-style uniform vectors. | Marius Vollmer | 1 | -6/+0 |
2004-10-27 | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 1 | -1/+0 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -7/+7 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -7/+6 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -2/+2 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -12/+12 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -7/+7 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -1/+3 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -0/+9 |
2003-09-16 | This set of patches eliminates the dependency between the | Dirk Herrmann | 1 | -12/+5 |
2003-06-01 | This set of patches separates the representation of the cxr family | Dirk Herrmann | 1 | -0/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-27 | * objects.c: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2003-03-25 | * objects.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS. | Rob Browning | 1 | -1/+1 |
2003-03-19 | * goops.c (make_class_from_template): New fourth arg: | Mikael Djurfeldt | 1 | -2/+3 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -4/+4 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -1/+0 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -3/+2 |
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 | -8/+8 |
2001-06-26 | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 1 | -1/+1 |
2001-06-23 | * Various minor improvements, for example signedness fixes. | Dirk Herrmann | 1 | -21/+25 |
2001-06-08 | * Fixed some bugs, some reported by Matthias Koeppe. | Dirk Herrmann | 1 | -2/+3 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -7/+7 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -7/+7 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -3/+3 |
2001-05-05 | (scm_valid_object_procedure_p): New. | Marius Vollmer | 1 | -2/+28 |
2001-02-16 | (scm_class_of, scm_entity_p, scm_operator_p, | Martin Grabmüller | 1 | -7/+11 |