Commit History

Author SHA1 Message Date
  Mikael Djurfeldt b3d7f6dfea * debug.c (scm_procedure_source): Handle all objects for which 22 years ago
  Mikael Djurfeldt 4ba5f279f0 * debug.c (scm_make_iloc): Added missing "return". 22 years ago
  Dirk Herrmann a8a19efc2b * eval.h (SCM_MAKE_ILOC): New macro. 22 years ago
  Han-Wen Nienhuys 34d19ef643 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 22 years ago
  Dirk Herrmann 8505e285ec * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c 22 years ago
  Neil Jerram 3939e9df35 Change 3 instances of @var to @code in docstrings. 23 years ago
  Thien-Thi Nguyen a6b844c224 Retire inclusion guard macro SCM_MAGIC_SNARFER. 23 years ago
  Dirk Herrmann 228a24ef30 Changes in doc/ref: 23 years ago
  Dirk Herrmann f9450cdb14 * procs.h (SCM_CLOSURE_BODY): New Macro. 23 years ago
  Marius Vollmer 16d4699b6b Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and 23 years ago
  Mikael Djurfeldt aa5e5d63eb * debug.c (scm_mem_to_proc): Fixed typo in previous change. 23 years ago
  Dirk Herrmann 37c56aecf8 * debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>. 23 years ago
  Marius Vollmer 904a077df1 * tags.h: Update tag system docs. 23 years ago
  Thien-Thi Nguyen a06e3a75b2 Remove "face-lift" comment. 23 years ago
  Keisuke Nishida fdc2839563 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, 23 years ago
  Marius Vollmer 92c2555f69 replace "scm_*_t" with "scm_t_*". 23 years ago
  Dirk Herrmann e81d98ec2d * Introduce SCM_UNUSED and mark unused function parameters. 23 years ago
  Michael Livshin dd85ce4758 * strop.c (s_scm_string_capitalize_x): fix docstring quoting. 24 years ago
  Michael Livshin 1be6b49ccb * validate.h 24 years ago
  Marius Vollmer 86d31dfe7d Merge from mvo-vcell-cleanup-1-branch. 24 years ago
  Dirk Herrmann 4daecfeecc * Some simplification, basically a postscriptum to the previous patch. 24 years ago
  Dirk Herrmann 726d810a75 * Fixed scm_thunk_p's results when applied to closures. 24 years ago
  Dirk Herrmann 22a52da14d * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. 24 years ago
  Dirk Herrmann 68baa7e7f8 * validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subr 24 years ago
  Keisuke Nishida 783e777478 Remove #include <stdio.h>. Add #include <string.h>. 24 years ago
  Dirk Herrmann 276dd6775c * Eliminate another couple of calls to scm_wta. 24 years ago
  Martin Grabmüller ba94f79e59 (scm_with_traps, scm_memoized_p, scm_make_gloc, scm_gloc_p, 24 years ago
  Dirk Herrmann 85db4a2c8e * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern... 24 years ago
  Keisuke Nishida e841c3e0c0 Smob-related creanup. 24 years ago
  Gary Houston 5f144b105d * use an applicable SMOB to represent continuations, instead of a 24 years ago