summaryrefslogtreecommitdiff
path: root/libguile/stacks.h
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve more validate macrosAndy Wingo2018-06-181-1/+8
* replace frame implementation with VM framesAndy Wingo2009-12-031-65/+13
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-2/+2
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-1/+1
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-6/+5
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-38/+11
* (scm_t_stackype): Renamed to scm_stack_type everywhere.Marius Vollmer2001-12-161-2/+2
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-21/+21
* * Remove deprecated macros and typenames.Dirk Herrmann2001-08-311-11/+6
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Fix signedness plus some minor improvements.Dirk Herrmann2001-06-251-8/+9
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-13/+13
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-2/+2
* * validate.hMichael Livshin2001-05-241-10/+15
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-1/+1
* Some SCM/scm_bits_t type strictness fixes.Dirk Herrmann2000-04-071-7/+6
* * print.h, stacks.h, options.c, options.h: Changed C++Mikael Djurfeldt2000-03-201-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* *** empty log message ***Mikael Djurfeldt2000-03-121-5/+5
* * stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):Mikael Djurfeldt2000-03-121-1/+1
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-5/+5
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-6/+7
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-21/+21
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-2/+5
* Warning fixes from Maciej Stachowiak:Jim Blandy1998-09-301-0/+2
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1997-05-161-1/+1
* * * stacks.c, stacks.h (scm_make_stack): Now takes arbitraryMikael Djurfeldt1996-11-021-1/+1
* * stacks.h: Bugfix: Don't use tail-array length field as stackMikael Djurfeldt1996-10-301-1/+2
* * stacks.h: In struct scm_stack: Turn field frames into a pointer.Mikael Djurfeldt1996-10-171-4/+5
* * stacks.h: Added declarations of scm_stack_p and scm_frame_p;Mikael Djurfeldt1996-10-141-21/+34
* * init.c: Added #include "backtrace.h" and #include "stacks.h".Mikael Djurfeldt1996-10-141-0/+120