summaryrefslogtreecommitdiff
path: root/libguile/stacks.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-03replace frame implementation with VM framesAndy Wingo1-65/+13
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-2/+2
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-09-22*** empty log message ***Marius Vollmer1-2/+2
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-1/+1
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-6/+5
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-38/+11
2001-12-16(scm_t_stackype): Renamed to scm_stack_type everywhere.Marius Vollmer1-2/+2
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-21/+21
2001-08-31* Remove deprecated macros and typenames.Dirk Herrmann1-11/+6
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-25* Fix signedness plus some minor improvements.Dirk Herrmann1-8/+9
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-13/+13
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-2/+2
2001-05-24* validate.hMichael Livshin1-10/+15
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-1/+1
2000-04-07Some SCM/scm_bits_t type strictness fixes.Dirk Herrmann1-7/+6
2000-03-20* print.h, stacks.h, options.c, options.h: Changed C++Mikael Djurfeldt1-1/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-12*** empty log message ***Mikael Djurfeldt1-5/+5
2000-03-12* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):Mikael Djurfeldt1-1/+1
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-5/+5
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-6/+7
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-21/+21
1999-12-16* *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1-2/+5
1998-09-30Warning fixes from Maciej Stachowiak:Jim Blandy1-0/+2
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-05-16* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1-1/+1
1996-11-02* * stacks.c, stacks.h (scm_make_stack): Now takes arbitraryMikael Djurfeldt1-1/+1
1996-10-30* stacks.h: Bugfix: Don't use tail-array length field as stackMikael Djurfeldt1-1/+2
1996-10-17* stacks.h: In struct scm_stack: Turn field frames into a pointer.Mikael Djurfeldt1-4/+5
1996-10-14* stacks.h: Added declarations of scm_stack_p and scm_frame_p;Mikael Djurfeldt1-21/+34
1996-10-14* init.c: Added #include "backtrace.h" and #include "stacks.h".Mikael Djurfeldt1-0/+120