summaryrefslogtreecommitdiff
path: root/libguile/smob.c
Commit message (Expand)AuthorAgeFilesLines
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-8/+8
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-7/+10
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-6/+6
* * validate.hMichael Livshin2001-05-241-14/+14
* * Made creation of new smob types thread safe.Dirk Herrmann2001-04-211-39/+50
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-301-1/+3
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-0/+2
* * Remove uses of SCM_ASSERT that may result in error messages differentDirk Herrmann2001-03-061-5/+8
* Remove dump facilities.Keisuke Nishida2001-03-021-14/+0
* New dump/undump scheme.Keisuke Nishida2001-02-051-22/+8
* New files: dump.c, dump.h.Keisuke Nishida2001-02-031-15/+43
* * Return type of scm_make_smob_type is scm_bits_t now.Dirk Herrmann2001-01-151-1/+1
* Smob-related creanup.Keisuke Nishida2000-12-081-13/+16
* Deprecated scm_make_smob_type_mfpe and scm_set_smob_mfpe.Keisuke Nishida2000-12-071-51/+40
* Some cleanup on smob calls.Keisuke Nishida2000-12-071-1/+2
* Improved smob calls.Keisuke Nishida2000-12-071-151/+262
* * smob.c (scm_smob_prehistory): don't init the "allocated" smobMichael Livshin2000-09-021-2/+0
* Added comment about possible optimizationMikael Djurfeldt2000-08-261-0/+12
* * smob.h (scm_smob_descriptor): Added `apply\' and `gsubr_type\'.Keisuke Nishida2000-08-251-0/+163
* * Cleaned up memory error signalling.Dirk Herrmann2000-06-291-3/+5
* * smob.h (scm_smobfuns): Removed deprecated type.Mikael Djurfeldt2000-06-121-17/+0
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-2/+6
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-4/+4
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-3/+3
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include ports.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* *** empty log message ***Mikael Djurfeldt2000-03-141-8/+8
* *** empty log message ***Mikael Djurfeldt2000-03-121-1/+1
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-1/+1
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-1/+1
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-6/+3
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-0/+6
* * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1999-09-121-1/+1
* * smob.c (scm_smob_print): Handle non-existing type name nicely.Mikael Djurfeldt1999-07-241-2/+1
* Greg's smob patchMikael Djurfeldt1999-07-071-13/+38
* * smob.c, smob.h (scm_make_smob_type): New interface to smobMikael Djurfeldt1999-05-231-47/+149
* * smob.c (scm_newsmob): Also create a wrapper class ifMikael Djurfeldt1999-03-141-0/+6
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-4/+4
* * smob.c (freeprint): New function.Jim Blandy1998-12-051-1/+16
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * smob.c (scm_numsmob): Make this an int, not an scm_sizet, toJim Blandy1998-09-051-1/+1
* Simplify smob and port marking; set the mark bit in the genericJim Blandy1998-07-231-3/+3
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1996-10-141-10/+2
* C files should #include only the header files they need, notJim Blandy1996-09-101-0/+3
* maintainer changed: was lord, now jimb; first importjimbJim Blandy1996-07-251-0/+134