summaryrefslogtreecommitdiff
path: root/libguile/objects.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-16Some GOOPS cleanup.Keisuke Nishida1-2/+5
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-11-07* eval.c (SCM_IM_DISPATCH), objects.c (scm_mcache_lookup_cmethod):Mikael Djurfeldt1-2/+2
2000-11-02* Get rid of calls to SCM_ROSTRINGP.Dirk Herrmann1-1/+1
2000-10-25* goops.c, objects.c, objects.h, eval.c (scm_make_extended_class,Mikael Djurfeldt1-4/+0
2000-10-09* Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann1-2/+2
2000-09-26* Replaced a lot of references to SCM_CHARS.Dirk Herrmann1-1/+1
2000-09-12* Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'.Dirk Herrmann1-1/+1
2000-08-27* objects.c (scm_init_objects), print.c (scm_init_print), struct.cMikael Djurfeldt1-4/+2
2000-05-23* Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann1-2/+2
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-16/+16
2000-04-12The struct data is now an array of scm_bits_t variables.Dirk Herrmann1-4/+4
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-3/+3
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6