Ludovic Courtès
|
a87c991545
Fix potential deadlock in `make-struct'.
|
16 years ago |
Ludovic Courtès
|
7a4e0d105e
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 years ago |
Andy Wingo
|
41d36d7d00
fix struct-ref and struct-set! on "light" structs
|
17 years ago |
Kevin Ryde
|
b73aa1222a
(scm_make_vtable): New function, providing `make-vtable'.
|
18 years ago |
Kevin Ryde
|
c071ffc8d7
unused variable in last change
|
18 years ago |
Kevin Ryde
|
a27c31be58
(scm_make_struct): Check for R,W,O at end of layout when
|
18 years ago |
Kevin Ryde
|
c8fdac963e
(scm_make_struct): Move SCM_CRITICAL_SECTION_END up so that
|
18 years ago |
Ludovic Courtès
|
09c9ec0533
Changes from arch/CVS synchronization
|
18 years ago |
Ludovic Courtès
|
97217304d6
Changes from arch/CVS synchronization
|
18 years ago |
Marius Vollmer
|
0ab652a386
Added 2006 to copyright years in every file, as per the new rules.
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 years ago |
Marius Vollmer
|
4e047c3e46
Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.
|
20 years ago |
Marius Vollmer
|
9de87eea47
See ChangeLog from 2005-03-02.
|
20 years ago |
Marius Vollmer
|
0345e278f4
* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,
|
20 years ago |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
20 years ago |
Marius Vollmer
|
cc95e00ac6
* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,
|
20 years ago |
Marius Vollmer
|
8824ac88f0
* socket.c, rw.c, deprecated.h, validate.h
|
20 years ago |
Marius Vollmer
|
b9bd8526f0
* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,
|
20 years ago |
Marius Vollmer
|
e11e83f3d9
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
20 years ago |
Marius Vollmer
|
a55c2b6809
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
|
20 years ago |
Marius Vollmer
|
93ccaef0c6
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
|
20 years ago |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Rob Browning
|
a6f7f57d25
* struct.c: #include <config.h> if HAVE_CONFIG_H.
|
22 years ago |
Mikael Djurfeldt
|
b4a1358cfb
* struct.c (scm_struct_prehistory): Init scm_i_structs_to_free to
|
22 years ago |
Mikael Djurfeldt
|
53af825522
* struct.c (scm_struct_prehistory): Move scm_free_structs to
|
22 years ago |
Mikael Djurfeldt
|
ea5c928530
* struct.c (scm_struct_gc_init): Removed.
|
22 years ago |
Han-Wen Nienhuys
|
ffd724008b
* struct.h: change scm_structs_to_free to scm_i_structs_to_free
|
22 years ago |
Han-Wen Nienhuys
|
c8a1bdc460
new gc
|
22 years ago |
Han-Wen Nienhuys
|
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
|
22 years ago |