Merge from mvo-vcell-cleanup-1-branch.
[bpt/guile.git] / libguile / stacks.c
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-28 Neil Jerram* Fix typo in docstring.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-02-16 Martin Grabmüller(scm_make_stack, scm_stack_ref, scm_stack_length, scm_f...
2000-12-12 Dirk Herrmann* The creation of symbols and bindings are two separate...
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-08-27 Mikael Djurfeldt* stacks.c (scm_init_stacks): Pass a string, not a...
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-08 Dirk Herrmann* eval.c: Removed ASRTSYNTAX macro. Removed function...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bit...
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
2000-01-05 Greg J. Badros* unif.c, symbols.c, strings.c, stacks.c, random.c...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-27 Greg J. Badros* stacks.c: Avoid compiler warning re: unitialized...
1999-08-29 Mikael Djurfeldt* stacks.c (scm_sym_apply): Removed. (Thanks to Ken...
1999-07-29 Mikael Djurfeldt* stacks.c (scm_init_stacks): Set name of stack type.
1999-03-19 Mikael Djurfeldt* debug.c, eval.c, evalext.c, stacks.c: #include "modul...
1999-03-12 Mikael Djurfeldt* stacks.c: #include "eval.h"; #include "procprop.h";
1998-11-10 Mikael Djurfeldt* stacks.c (read_frame): Bugfix: Removed lingering...
1998-11-10 Mikael Djurfeldt* stacks.c (read_frame): Bugfix: Removed lingering...
1998-11-09 Mikael Djurfeldt* stacks.c (read_frames): Skip gsubr frames in backtrac...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1997-12-02 Tim Pierce * stacks.c (scm_frame_procedure): Reverse the logic...
1997-08-14 Mikael Djurfeldt* stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.c
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1996-12-19 Jim BlandyDon't use GCC extensions to allocate space for debuggin...
1996-12-18 Jim BlandyGive GCC more control flow information, so it can be...
1996-11-02 Mikael Djurfeldt* * stacks.c, stacks.h (scm_make_stack): Now takes...
1996-10-17 Mikael Djurfeldt* stacks.c: Improve selection of relevant stack frames...
1996-10-14 Mikael Djurfeldt* stacks.c: Stacks are now represented as structs;...
1996-10-14 Mikael Djurfeldt* continuations.c, continuations.h, debug.c, gc.c,...