summaryrefslogtreecommitdiff
path: root/libguile/stacks.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 1.8 branchKevin Ryde2007-03-071-9/+5
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-0/+2
* (scm_last_stack_frame): Correct docstring (returns aNeil Jerram2006-08-111-3/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-2/+2
* (read_frame, read_frames, scm_make_stack, scm_last_stack_frame,Marius Vollmer2004-12-231-34/+32
* *** empty log message ***Marius Vollmer2004-09-221-2/+2
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-2/+3
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-7/+7
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-12/+12
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-4/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-6/+6
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-10/+10
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-38/+11
* * stacks.c: fix various preprocessor usages of new publicRob Browning2003-03-271-3/+3
* * stacks.c: replace usage of STACK_GROWS_UP withRob Browning2003-03-261-3/+3
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-13/+13
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * procs.h (SCM_CLOSURE_BODY): New Macro.Dirk Herrmann2002-01-101-1/+1
* (scm_t_stackype): Renamed to scm_stack_type everywhere.Marius Vollmer2001-12-161-5/+5
* * Explain cutting args for `make-stack'.Neil Jerram2001-08-021-3/+20
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Fix signedness plus some minor improvements.Dirk Herrmann2001-06-251-67/+81
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-35/+35
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-14/+14
* * validate.hMichael Livshin2001-05-241-40/+41
* Undo last change. I have decided not to deprecateMarius Vollmer2001-05-191-4/+1
* (narrow_stack): Do not call `scm_system_module_env_p'Marius Vollmer2001-05-191-1/+4
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-3/+3
* * Fix typo in docstring.Neil Jerram2001-04-281-1/+1
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Eliminate another couple of calls to scm_wta.Dirk Herrmann2001-03-041-4/+4
* (scm_make_stack, scm_stack_ref, scm_stack_length, scm_frame_p,Martin Grabmüller2001-02-161-26/+36
* * The creation of symbols and bindings are two separate issues now.Dirk Herrmann2000-12-121-3/+3
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-2/+1
* * use an applicable SMOB to represent continuations, instead of aGary Houston2000-11-251-3/+3
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann2000-10-091-3/+3
* * Replaced a lot of references to SCM_CHARS.Dirk Herrmann2000-09-261-3/+3
* * stacks.c (scm_init_stacks): Pass a string, not a layout object,Mikael Djurfeldt2000-08-271-2/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-3/+3
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-12/+10
* * eval.c: Removed ASRTSYNTAX macro. Removed function 'bodycheck'.Dirk Herrmann2000-05-081-10/+3
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-14/+14
* Fixed some SCM/scm_bits_t mixups.Dirk Herrmann2000-04-181-2/+2
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-6/+6
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1