Change Guile license to LGPLv3+
[bpt/guile.git] / libguile / objects.h
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-02-02 Ludovic CourtèsPublish the maximum number of port types as `SCM_I_MAX_...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-01-18 Marius Vollmer* objects.h, objects.c, goops.c, goops.h (scm_class_boo...
2005-01-17 Marius Vollmer* objects.h, objects.c (scm_classes_initialized): New.
2003-11-18 Marius Vollmer* print.c (scm_iprin1): Handle fractions.
2003-10-07 Marius VollmerMake type names char const * instead of char *. Thanks...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-19 Mikael Djurfeldt* goops.c (make_class_from_template): New fourth arg:
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-09 Dirk Herrmann* eval.c (SCM_CEVAL): Cleaned up the handling of #...
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-08-31 Dirk Herrmann* Renamed header macros to the SCM_<filename>_H format.
2001-07-29 Marius Vollmer(scm_si_redefined, scm_si_hashsets): Renumbered.
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-05 Marius Vollmer(scm_valid_object_procedure_p): New.
2001-01-11 Michael Livshin* objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_EN...
2000-10-25 Mikael Djurfeldt* goops.c, objects.c, objects.h, eval.c (scm_make_exten...
2000-04-12 Dirk HerrmannThe struct data is now an array of scm_bits_t variables.
2000-04-11 Dirk HerrmannThe struct vtable data is now an array of scm_bits_t...
2000-04-10 Mikael Djurfeldt* objects.h: Don't redeclare scm_call_generic_0 and
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-11 Mikael Djurfeldt* objects.h (SCM_CLASS_FLAGS, SCM_OBJ_CLASS_FLAGS,
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-08-29 Mikael Djurfeldt* objects.c, objects.h (scm_mcache_lookup_cmethod)...
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-08-06 Mikael Djurfeldt* objects.h, objects.c (scm_apply_generic_env): Added...
1999-08-04 Mikael Djurfeldt* objects.h (SCM_CLASSF_GOOPS_VALID): Added.
1999-07-24 Mikael Djurfeldt* objects.c (scm_make_port_classes): New function ptr.
1999-07-24 Mikael Djurfeldt* objects.c, objects.h (scm_port_class): Added.
1999-06-23 Mikael Djurfeldt* objects.h (SCM_SET_CLASS_DESTRUCTOR,
1999-03-14 Mikael Djurfeldt*** empty log message ***
1999-03-11 Mikael Djurfeldt* objects.h (scm_si_redefined, scm_si_hashsets): Shifted.
1999-01-05 Mikael DjurfeldtCorrection of mistake (should have committed onto a...
1999-01-05 Mikael Djurfeldt*** empty log message ***
1998-12-16 Mikael Djurfeldt* objects.h (SCM_ENTITY, scm_entity): Removed.
1998-11-26 Mikael Djurfeldt* objects.h: Removed slots direct_supers and direct_slo...
1998-11-15 Mikael Djurfeldt* objects.c (scm_i_make_class_object): Renamed from
1998-09-06 Jim Blandy* objects.h (scm_set_object_procedure_x, scm_make_class...
1998-05-04 Mikael Djurfeldt* objects.h (SCM_METACLASS_OPERATOR_LAYOUT, SCM_ENTITY_...
1997-10-12 Mikael Djurfeldt* eval.c (SCM_CEVAL, scm_apply): Completed GOOPS suppor...
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().