summaryrefslogtreecommitdiff
path: root/libguile/objects.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-15fold objects.[ch] into goops.[ch]Andy Wingo1-212/+0
2009-11-15remove support for "entities" -- a form of applicable structAndy Wingo1-69/+0
2009-11-15SCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_PROCEDUREAndy Wingo1-3/+2
2009-11-15remove unused things from object.[ch]Andy Wingo1-62/+1
2009-11-15remove operatorsAndy Wingo1-38/+10
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-03-22Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+14
2009-02-03inline dispatch to program cmethods, tick in return, remove old goops methodsAndy Wingo1-1/+5
2008-10-30fix up some assumptions that cmethods were listsAndy Wingo1-2/+3
2008-10-30runtime byte compilation of goops methods, whoooooAndy Wingo1-6/+9
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+5
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+5
2008-09-10Removed unnecessary uses of class destructors.Ludovic Courtes1-1/+0
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-01-20Include goops.h for the scm_class_of prototype.Marius Vollmer1-0/+2
2005-01-18* objects.h, objects.c, goops.c, goops.h (scm_class_boolean,Marius Vollmer1-147/+0
2005-01-17* objects.h, objects.c (scm_classes_initialized): New.Marius Vollmer1-0/+5
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-3/+3
2004-11-09Do no longer handle scm_tc7_bvect bitvectors.Marius Vollmer1-3/+0
2004-11-02Do no longer handle old-style uniform vectors.Marius Vollmer1-6/+0
2004-10-27* print.c (iprin1): Removed code for scm_tc7_byvect.Marius Vollmer1-1/+0
2004-09-22*** empty log message ***Marius Vollmer1-7/+7
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-7/+6
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-2/+2
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-12/+12
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-7/+7
2003-11-18* print.c (scm_iprin1): Handle fractions.Marius Vollmer1-1/+3
2003-09-18 This set of patches introduces a new tc7 code scm_tc7_number forDirk Herrmann1-0/+9
2003-09-16 This set of patches eliminates the dependency between theDirk Herrmann1-12/+5
2003-06-01 This set of patches separates the representation of the cxr familyDirk Herrmann1-0/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-27* objects.c: fix various preprocessor usages of new publicRob Browning1-1/+1
2003-03-25* objects.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.Rob Browning1-1/+1
2003-03-19* goops.c (make_class_from_template): New fourth arg:Mikael Djurfeldt1-2/+3
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-4/+4
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-1/+0
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-3/+2
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-8/+8
2001-06-26* Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann1-1/+1
2001-06-23* Various minor improvements, for example signedness fixes.Dirk Herrmann1-21/+25
2001-06-08* Fixed some bugs, some reported by Matthias Koeppe.Dirk Herrmann1-2/+3
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-7/+7
2001-05-24* validate.hMichael Livshin1-7/+7
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-3/+3
2001-05-05(scm_valid_object_procedure_p): New.Marius Vollmer1-2/+28
2001-02-16(scm_class_of, scm_entity_p, scm_operator_p,Martin Grabmüller1-7/+11