Age | Commit message (Expand) | Author | Files | Lines |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -110/+0 |
2009-11-15 | remove support for "entities" -- a form of applicable struct | Andy Wingo | 1 | -25/+1 |
2009-11-15 | remove unused things from object.[ch] | Andy Wingo | 1 | -29/+1 |
2009-11-15 | remove operators | Andy Wingo | 1 | -58/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-02-03 | Publish the maximum number of port types as `SCM_I_MAX_PORT_TYPE_COUNT'. | Ludovic Courtès | 1 | -4/+4 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -5/+5 |
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-18 | * objects.h, objects.c, goops.c, goops.h (scm_class_boolean, | Marius Vollmer | 1 | -20/+0 |
2005-01-17 | * objects.h, objects.c (scm_classes_initialized): New. | Marius Vollmer | 1 | -0/+1 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -0/+1 |
2003-10-07 | Make type names char const * instead of char *. Thanks to Paul Jarc! | Marius Vollmer | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
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 | -1/+1 |
2002-03-09 | * eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch. | Dirk Herrmann | 1 | -0/+2 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -35/+42 |
2001-08-31 | * Renamed header macros to the SCM_<filename>_H format. | Dirk Herrmann | 1 | -4/+5 |
2001-07-29 | (scm_si_redefined, scm_si_hashsets): Renumbered. | Marius Vollmer | 1 | -2/+2 |
2001-05-27 | * Changed the default definition of SCM. | Dirk Herrmann | 1 | -8/+6 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -2/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -2/+2 |
2001-05-05 | (scm_valid_object_procedure_p): New. | Marius Vollmer | 1 | -1/+2 |
2001-01-11 | * objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_ENTITY_SETTER | Michael Livshin | 1 | -0/+2 |
2000-10-25 | * goops.c, objects.c, objects.h, eval.c (scm_make_extended_class, | Mikael Djurfeldt | 1 | -5/+5 |
2000-04-12 | The struct data is now an array of scm_bits_t variables. | Dirk Herrmann | 1 | -6/+6 |
2000-04-11 | The struct vtable data is now an array of scm_bits_t variables. | Dirk Herrmann | 1 | -2/+2 |
2000-04-10 | * objects.h: Don't redeclare scm_call_generic_0 and | Mikael Djurfeldt | 1 | -2/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -3/+3 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -3/+3 |
2000-03-11 | * objects.h (SCM_CLASS_FLAGS, SCM_OBJ_CLASS_FLAGS, | Mikael Djurfeldt | 1 | -4/+7 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -4/+4 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -1/+1 |
1999-09-12 | * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-29 | * objects.c, objects.h (scm_mcache_lookup_cmethod): Moved here | Mikael Djurfeldt | 1 | -21/+9 |
1999-08-26 | * procs.c, procs.h (scm_subr_entry): New type: Stores data | Mikael Djurfeldt | 1 | -2/+16 |
1999-08-06 | * objects.h, objects.c (scm_apply_generic_env): Added (used by | Mikael Djurfeldt | 1 | -6/+15 |
1999-08-04 | * objects.h (SCM_CLASSF_GOOPS_VALID): Added. | Mikael Djurfeldt | 1 | -3/+14 |
1999-07-24 | * objects.c (scm_make_port_classes): New function ptr. | Mikael Djurfeldt | 1 | -0/+1 |
1999-07-24 | * objects.c, objects.h (scm_port_class): Added. | Mikael Djurfeldt | 1 | -0/+6 |
1999-06-23 | * objects.h (SCM_SET_CLASS_DESTRUCTOR, | Mikael Djurfeldt | 1 | -1/+6 |
1999-03-14 | *** empty log message *** | Mikael Djurfeldt | 1 | -5/+14 |
1999-03-11 | * objects.h (scm_si_redefined, scm_si_hashsets): Shifted. | Mikael Djurfeldt | 1 | -1/+23 |
1999-01-05 | Correction of mistake (should have committed onto a branch...) | Mikael Djurfeldt | 1 | -18/+0 |
1999-01-05 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+18 |
1998-12-16 | * objects.h (SCM_ENTITY, scm_entity): Removed. | Mikael Djurfeldt | 1 | -18/+11 |
1998-11-26 | * objects.h: Removed slots direct_supers and direct_slots from the | Mikael Djurfeldt | 1 | -6/+3 |
1998-11-15 | * objects.c (scm_i_make_class_object): Renamed from | Mikael Djurfeldt | 1 | -0/+2 |