Ludovic Courtès
|
7a4e0d105e
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 年 前 |
Marius Vollmer
|
0ab652a386
Added 2006 to copyright years in every file, as per the new rules.
|
19 年 前 |
Marius Vollmer
|
661ae7ab6b
Renamed the "frames" that are related to dynamic-wind to "dynamic
|
19 年 前 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 年 前 |
Neil Jerram
|
d193b04b7b
(scm_make_memoized): Restore use of SCM_UNPACK.
|
20 年 前 |
Neil Jerram
|
c29748cdfe
(scm_make_memoized): Remove unnecessary critical
|
20 年 前 |
Marius Vollmer
|
5e3545d00e
(scm_debug_options): Replace SCM_CRITICAL_SECTION_START/END with a
|
20 年 前 |
Marius Vollmer
|
9de87eea47
See ChangeLog from 2005-03-02.
|
20 年 前 |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
20 年 前 |
Marius Vollmer
|
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
20 年 前 |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 年 前 |
Dirk Herrmann
|
9fcf3cbb81
* backtrace.c (display_expression, display_frame): Call
|
20 年 前 |
Dirk Herrmann
|
212e58ede8
* list.[ch] (scm_i_finite_list_copy): New internal function to
|
20 年 前 |
Han-Wen Nienhuys
|
702551e6cc
* gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC_CELL_OBJECT.
|
21 年 前 |
Dirk Herrmann
|
d0624e391b
* __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,
|
21 年 前 |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 年 前 |
Mikael Djurfeldt
|
b3d7f6dfea
* debug.c (scm_procedure_source): Handle all objects for which
|
22 年 前 |
Mikael Djurfeldt
|
4ba5f279f0
* debug.c (scm_make_iloc): Added missing "return".
|
22 年 前 |
Dirk Herrmann
|
a8a19efc2b
* eval.h (SCM_MAKE_ILOC): New macro.
|
22 年 前 |
Han-Wen Nienhuys
|
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
|
22 年 前 |
Dirk Herrmann
|
8505e285ec
* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c
|
22 年 前 |
Neil Jerram
|
3939e9df35
Change 3 instances of @var to @code in docstrings.
|
23 年 前 |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 年 前 |
Dirk Herrmann
|
228a24ef30
Changes in doc/ref:
|
23 年 前 |
Dirk Herrmann
|
f9450cdb14
* procs.h (SCM_CLOSURE_BODY): New Macro.
|
23 年 前 |
Marius Vollmer
|
16d4699b6b
Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
|
23 年 前 |
Mikael Djurfeldt
|
aa5e5d63eb
* debug.c (scm_mem_to_proc): Fixed typo in previous change.
|
23 年 前 |
Dirk Herrmann
|
37c56aecf8
* debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>.
|
23 年 前 |
Marius Vollmer
|
904a077df1
* tags.h: Update tag system docs.
|
23 年 前 |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 年 前 |