+  |
Cyclone Scheme
0.4
diff --git a/c-api/CHANGELOG_8md.html b/c-api/CHANGELOG_8md.html
index 7f8af0a8..5cad0827 100644
--- a/c-api/CHANGELOG_8md.html
+++ b/c-api/CHANGELOG_8md.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/README_8md.html b/c-api/README_8md.html
index 7d42a147..ddcfedf6 100644
--- a/c-api/README_8md.html
+++ b/c-api/README_8md.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/annotated.html b/c-api/annotated.html
index 44bf4095..7be94ce8 100644
--- a/c-api/annotated.html
+++ b/c-api/annotated.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/classes.html b/c-api/classes.html
index 818e7dde..725464e3 100644
--- a/c-api/classes.html
+++ b/c-api/classes.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/dir_a04717fef2f0750416dad9707145cc4b.html b/c-api/dir_a04717fef2f0750416dad9707145cc4b.html
index 8185304f..df885eaf 100644
--- a/c-api/dir_a04717fef2f0750416dad9707145cc4b.html
+++ b/c-api/dir_a04717fef2f0750416dad9707145cc4b.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/dir_d44c64559bbebec7f509842c48db8b23.html b/c-api/dir_d44c64559bbebec7f509842c48db8b23.html
index 01a7a98d..2e2246ad 100644
--- a/c-api/dir_d44c64559bbebec7f509842c48db8b23.html
+++ b/c-api/dir_d44c64559bbebec7f509842c48db8b23.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/dispatch_8c.html b/c-api/dispatch_8c.html
index 82f3ac3f..4a770085 100644
--- a/c-api/dispatch_8c.html
+++ b/c-api/dispatch_8c.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/files.html b/c-api/files.html
index 423cc4f9..f3de6c4a 100644
--- a/c-api/files.html
+++ b/c-api/files.html
@@ -20,6 +20,7 @@
+  |
|
diff --git a/c-api/functions.html b/c-api/functions.html
index 2a8781ee..0b816c7b 100644
--- a/c-api/functions.html
+++ b/c-api/functions.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/functions_vars.html b/c-api/functions_vars.html
index 39d7e825..009fa406 100644
--- a/c-api/functions_vars.html
+++ b/c-api/functions_vars.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c.html b/c-api/gc_8c.html
index efeb20d0..b558f3b6 100644
--- a/c-api/gc_8c.html
+++ b/c-api/gc_8c.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -103,6 +104,7 @@ Functions |
void | debug_dump_globals () |
|
void | gc_add_mutator (gc_thread_data *thd) |
+ | Add data for a new mutator. More...
|
|
void * | gc_alloc (gc_heap_root *hrt, size_t size, char *obj, gc_thread_data *thd, int *heap_grown) |
|
@@ -123,23 +125,27 @@ Functions
void | gc_empty_collector_stack () |
|
void | gc_free_old_thread_data () |
+ | Free thread data for all terminated mutators. More...
|
|
int | gc_grow_heap (gc_heap *h, int heap_type, size_t size, size_t chunk_size, gc_thread_data *thd) |
|
void | gc_handshake (gc_status_type s) |
|
gc_heap * | gc_heap_create (int heap_type, size_t size, size_t max_size, size_t chunk_size, gc_thread_data *thd) |
+ | Create a new heap page. The caller must hold the necessary locks. More...
|
|
gc_heap * | gc_heap_free (gc_heap *page, gc_heap *prev_page) |
- | Free a page of the heap . More...
|
+ | Free a page of the heap. More...
|
|
gc_heap * | gc_heap_last (gc_heap *h) |
|
void | gc_heap_merge (gc_heap *hdest, gc_heap *hsrc) |
|
void | gc_initialize (void) |
+ | Perform one-time initialization before mutators can be executed. More...
|
|
int | gc_is_heap_empty (gc_heap *h) |
+ | Determine if a heap page is empty. More...
|
|
int | gc_is_stack_obj (gc_thread_data *thd, object obj) |
|
@@ -164,6 +170,7 @@ Functions
void | gc_print_stats (gc_heap *h) |
|
void | gc_remove_mutator (gc_thread_data *thd) |
+ | Remove selected mutator from the mutator list. This is done for terminated threads. Note data is queued to be freed, to prevent accidentally freeing it while the collector thread is potentially accessing it. More...
|
|
void | gc_start_collector () |
|
diff --git a/c-api/gc_8c_a00c70068e04e0c88edd8709db8abcfc2.html b/c-api/gc_8c_a00c70068e04e0c88edd8709db8abcfc2.html
index 727b7c1a..d80ee802 100644
--- a/c-api/gc_8c_a00c70068e04e0c88edd8709db8abcfc2.html
+++ b/c-api/gc_8c_a00c70068e04e0c88edd8709db8abcfc2.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -138,6 +139,7 @@ $(function() {
|
+ Data for each individual mutator thread
diff --git a/c-api/gc_8c_a0694b4391145f3e5aac7c12e7d42c16c.html b/c-api/gc_8c_a0694b4391145f3e5aac7c12e7d42c16c.html
index 762a70f5..86040906 100644
--- a/c-api/gc_8c_a0694b4391145f3e5aac7c12e7d42c16c.html
+++ b/c-api/gc_8c_a0694b4391145f3e5aac7c12e7d42c16c.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a098c8f133063f61acf0ea4f61e02f759.html b/c-api/gc_8c_a098c8f133063f61acf0ea4f61e02f759.html
index 1c235ce6..38fd623f 100644
--- a/c-api/gc_8c_a098c8f133063f61acf0ea4f61e02f759.html
+++ b/c-api/gc_8c_a098c8f133063f61acf0ea4f61e02f759.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a3e7330901306445b76b458a2d43d42e6.html b/c-api/gc_8c_a3e7330901306445b76b458a2d43d42e6.html
index bda3af87..49b13abe 100644
--- a/c-api/gc_8c_a3e7330901306445b76b458a2d43d42e6.html
+++ b/c-api/gc_8c_a3e7330901306445b76b458a2d43d42e6.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a3fd0cf1889f90874133c0eb94866180c.html b/c-api/gc_8c_a3fd0cf1889f90874133c0eb94866180c.html
index 6d76d023..589ffcbe 100644
--- a/c-api/gc_8c_a3fd0cf1889f90874133c0eb94866180c.html
+++ b/c-api/gc_8c_a3fd0cf1889f90874133c0eb94866180c.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a474b19188d154daf757fbe51ba078f4d.html b/c-api/gc_8c_a474b19188d154daf757fbe51ba078f4d.html
index c78f2589..feea3227 100644
--- a/c-api/gc_8c_a474b19188d154daf757fbe51ba078f4d.html
+++ b/c-api/gc_8c_a474b19188d154daf757fbe51ba078f4d.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -142,6 +143,8 @@ $(function() {
|
+ Free thread data for all terminated mutators.
+
|
diff --git a/c-api/gc_8c_a5ed330ac347699255d102945660d030b.html b/c-api/gc_8c_a5ed330ac347699255d102945660d030b.html
index 29819969..09686f1c 100644
--- a/c-api/gc_8c_a5ed330ac347699255d102945660d030b.html
+++ b/c-api/gc_8c_a5ed330ac347699255d102945660d030b.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a726f6a7a6d07b58bbca64258fd1358e4.html b/c-api/gc_8c_a726f6a7a6d07b58bbca64258fd1358e4.html
index 09bc5f0d..b2c27ee5 100644
--- a/c-api/gc_8c_a726f6a7a6d07b58bbca64258fd1358e4.html
+++ b/c-api/gc_8c_a726f6a7a6d07b58bbca64258fd1358e4.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a78b7bfab29a50206bfe75ff070e65749.html b/c-api/gc_8c_a78b7bfab29a50206bfe75ff070e65749.html
index ebc4576c..5b10f859 100644
--- a/c-api/gc_8c_a78b7bfab29a50206bfe75ff070e65749.html
+++ b/c-api/gc_8c_a78b7bfab29a50206bfe75ff070e65749.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a8a23f461bddb011176f88973fe68ef8a.html b/c-api/gc_8c_a8a23f461bddb011176f88973fe68ef8a.html
index 9ba4da43..bd8cd93b 100644
--- a/c-api/gc_8c_a8a23f461bddb011176f88973fe68ef8a.html
+++ b/c-api/gc_8c_a8a23f461bddb011176f88973fe68ef8a.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_a9f542dda06a1a342304c570baf6347a0.html b/c-api/gc_8c_a9f542dda06a1a342304c570baf6347a0.html
index c00bcd19..87c4b34e 100644
--- a/c-api/gc_8c_a9f542dda06a1a342304c570baf6347a0.html
+++ b/c-api/gc_8c_a9f542dda06a1a342304c570baf6347a0.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_aa4acc565d76fb74488e23f45d762aada.html b/c-api/gc_8c_aa4acc565d76fb74488e23f45d762aada.html
index 5d02168a..1c7532d7 100644
--- a/c-api/gc_8c_aa4acc565d76fb74488e23f45d762aada.html
+++ b/c-api/gc_8c_aa4acc565d76fb74488e23f45d762aada.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_aaadcbfc1097af52c1820459c56a5682e.html b/c-api/gc_8c_aaadcbfc1097af52c1820459c56a5682e.html
index 5a2df5f2..3fa69edc 100644
--- a/c-api/gc_8c_aaadcbfc1097af52c1820459c56a5682e.html
+++ b/c-api/gc_8c_aaadcbfc1097af52c1820459c56a5682e.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_aaf4dff9f8ddf206982cfb0478f6cad86.html b/c-api/gc_8c_aaf4dff9f8ddf206982cfb0478f6cad86.html
index 93e3dd5d..b1740622 100644
--- a/c-api/gc_8c_aaf4dff9f8ddf206982cfb0478f6cad86.html
+++ b/c-api/gc_8c_aaf4dff9f8ddf206982cfb0478f6cad86.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_ab08135ec4278369570fa94a56283bbb1.html b/c-api/gc_8c_ab08135ec4278369570fa94a56283bbb1.html
index ee57d05a..2706440e 100644
--- a/c-api/gc_8c_ab08135ec4278369570fa94a56283bbb1.html
+++ b/c-api/gc_8c_ab08135ec4278369570fa94a56283bbb1.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_ab38f9f6afa83d20b2d0957e276b044a7.html b/c-api/gc_8c_ab38f9f6afa83d20b2d0957e276b044a7.html
index 5b75a4b6..3c7cfcbf 100644
--- a/c-api/gc_8c_ab38f9f6afa83d20b2d0957e276b044a7.html
+++ b/c-api/gc_8c_ab38f9f6afa83d20b2d0957e276b044a7.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_acbfb210eb1275ad8c29b9937862eede5.html b/c-api/gc_8c_acbfb210eb1275ad8c29b9937862eede5.html
index 9bedd180..9a182741 100644
--- a/c-api/gc_8c_acbfb210eb1275ad8c29b9937862eede5.html
+++ b/c-api/gc_8c_acbfb210eb1275ad8c29b9937862eede5.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_ad87edea22c1cba9beebb70ca62dc17bf.html b/c-api/gc_8c_ad87edea22c1cba9beebb70ca62dc17bf.html
index 988a06b0..a0a0e7b0 100644
--- a/c-api/gc_8c_ad87edea22c1cba9beebb70ca62dc17bf.html
+++ b/c-api/gc_8c_ad87edea22c1cba9beebb70ca62dc17bf.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_ad8f6f6f44acdb47b0ef6451f9822377e.html b/c-api/gc_8c_ad8f6f6f44acdb47b0ef6451f9822377e.html
index fd87c006..3672e2dd 100644
--- a/c-api/gc_8c_ad8f6f6f44acdb47b0ef6451f9822377e.html
+++ b/c-api/gc_8c_ad8f6f6f44acdb47b0ef6451f9822377e.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_ae989c655a69c574af497e996f27e6cae.html b/c-api/gc_8c_ae989c655a69c574af497e996f27e6cae.html
index 3c6a1f4f..ec5ebab0 100644
--- a/c-api/gc_8c_ae989c655a69c574af497e996f27e6cae.html
+++ b/c-api/gc_8c_ae989c655a69c574af497e996f27e6cae.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/gc_8c_afd0f39f1b19d4c634b807a97079be4fd.html b/c-api/gc_8c_afd0f39f1b19d4c634b807a97079be4fd.html
index 9b408392..adac895d 100644
--- a/c-api/gc_8c_afd0f39f1b19d4c634b807a97079be4fd.html
+++ b/c-api/gc_8c_afd0f39f1b19d4c634b807a97079be4fd.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -143,6 +144,15 @@ $(function() {
|
+ Determine if a heap page is empty.
+ - Parameters
-
+
+ h | Heap to inspect. The caller should acquire the necessary lock on this heap. |
+
+
+
+ - Returns
- A truthy value if the heap is empty, 0 otherwise.
+
|
diff --git a/c-api/globals.html b/c-api/globals.html
index f934479a..75603fdc 100644
--- a/c-api/globals.html
+++ b/c-api/globals.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -92,652 +93,12 @@ $(function() {
__95()
: runtime.c
- __glo__case_scheme_base
-: bignum-test.c
-, test.c
-
- __glo__do_scheme_base
-: bignum-test.c
-, test.c
-
- __glo__list_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_abs_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_and_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_any_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_append_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_assoc_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_begin_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_bignum_127_scheme_base
-: bignum-test.c
-
- __glo_boolean_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_bytevector_91copy_67_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_bytevector_91copy_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_call_91with_91current_91continuation_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_call_91with_91port_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_call_91with_91values_scheme_base
-: bignum-test.c
-, test.c
-
__glo_call_95cc_scheme_base
: runtime.h
-, bignum-test.c
-, test.c
-
- __glo_ceiling_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_char_121_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_char_121_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_char_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_char_125_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_char_125_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_complex_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_cond_91expand_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_cond_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_cons_91source_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_current_91error_91port_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_current_91input_91port_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_current_91output_91port_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_Cyc_91add_91exception_91handler_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_Cyc_91obj_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_Cyc_91remove_91exception_91handler_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_Cyc_91version_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_define_91record_91type_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_denominator_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_display_scheme_write
-: bignum-test.c
-, test.c
-
- __glo_dynamic_91wind_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_eof_91object_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_error_scheme_base
-: bignum-test.c
-, test.c
__glo_eval_91from_91c_scheme_eval
: runtime.h
- __glo_even_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_every_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_exact_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_exact_91integer_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_exact_91integer_91sqrt_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_exact_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_expt_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_features_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_floor_91quotient_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_floor_91remainder_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_floor_95_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_floor_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_flush_91output_91port_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_foldl_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_foldr_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_for_91each_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_gcd_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_get_91output_91bytevector_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_get_91output_91string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_guard_91aux_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_guard_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_inexact_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_inexact_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_input_91port_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_input_91port_91open_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_lcm_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_let_85_91values_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_let_85_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_let_91values_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_let_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_letrec_85_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_letrec_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_list_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_list_91copy_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_list_91ref_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_list_91set_67_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_list_91tail_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_make_91constructor_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_make_91getter_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_make_91list_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_make_91parameter_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_make_91setter_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_make_91string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_make_91type_91predicate_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_map_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_max_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_member_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_min_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_modulo_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_negative_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_newline_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_not_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_numerator_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_odd_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_open_91input_91bytevector_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_open_91input_91string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_open_91output_91bytevector_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_open_91output_91string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_or_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_output_91port_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_output_91port_91open_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_parameterize_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_positive_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_quasiquote_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_quotient_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_raise_91continuable_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_raise_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_rational_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_read_91line_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_read_91string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_receive_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_record_127_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_register_91simple_91type_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_remainder_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_reverse_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_round_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_slot_91set_67_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_square_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_string_121_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_121_127_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_string_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_125_123_127_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_string_125_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91_125list_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91_125utf8_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91_125vector_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91copy_67_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91copy_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91fill_67_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91for_91each_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_91map_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_symbol_123_127_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_syntax_91error_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_syntax_91rules_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_truncate_91quotient_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_truncate_91remainder_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_truncate_95_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_truncate_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_type_91slot_91offset_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_unless_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_utf8_91_125string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_values_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_91_125list_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_91_125string_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_91append_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_91copy_67_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_91copy_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_vector_91fill_67_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_91for_91each_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_91map_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_vector_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_when_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_with_91exception_91handler_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_write_91char_scheme_base
-: bignum-test.c
-, test.c
-
- __glo_write_91shared_scheme_write
-: bignum-test.c
-, test.c
-
- __glo_write_91simple_scheme_write
-: test.c
-, bignum-test.c
-
- __glo_write_91string_scheme_base
-: test.c
-, bignum-test.c
-
- __glo_write_scheme_write
-: bignum-test.c
-, test.c
-
- __glo_x
-: bignum-test.c
-
- __glo_zero_127_scheme_base
-: bignum-test.c
-, test.c
-
__halt()
: runtime.h
, runtime.c
@@ -953,8 +314,8 @@ $(function() {
: runtime.c
_cyc_argc
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
_cyc_argv
: runtime.c
diff --git a/c-api/globals_a.html b/c-api/globals_a.html
index 19558589..b1554c36 100644
--- a/c-api/globals_a.html
+++ b/c-api/globals_a.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_b.html b/c-api/globals_b.html
index 3f933fee..0a037fad 100644
--- a/c-api/globals_b.html
+++ b/c-api/globals_b.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_c.html b/c-api/globals_c.html
index db93049a..c80fc801 100644
--- a/c-api/globals_c.html
+++ b/c-api/globals_c.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -68,18 +69,6 @@ $(function() {
c_opaque_tag
: types.h
- c_schemebase_entry_pt()
-: test.c
-, bignum-test.c
-
- c_schemecyclonecommon_entry_pt()
-: bignum-test.c
-, test.c
-
- c_schemewrite_entry_pt()
-: test.c
-, bignum-test.c
-
caaaar
: types.h
@@ -179,24 +168,11 @@ $(function() {
, runtime.c
closcall1
-: bignum-test.c
-, mstreams.c
+: mstreams.c
, runtime.c
-, test.c
closcall2
-: bignum-test.c
-, runtime.c
-, test.c
-
- closcall3
-: bignum-test.c
-
- closcall4
-: bignum-test.c
-
- closcall6
-: bignum-test.c
+: runtime.c
closure
: types.h
@@ -229,8 +205,8 @@ $(function() {
: types.h
copy2heap()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
cvar
: types.h
@@ -428,8 +404,8 @@ $(function() {
: runtime.h
Cyc_check_obj()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_check_pair
: runtime.h
@@ -590,24 +566,24 @@ $(function() {
, runtime.c
Cyc_integer2char()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_invalid_type_error()
: runtime.h
, runtime.c
Cyc_io_close_input_port()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_io_close_output_port()
: runtime.h
, runtime.c
Cyc_io_close_port()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_io_delete_file()
: runtime.h
@@ -622,24 +598,24 @@ $(function() {
, runtime.c
Cyc_io_get_output_bytevector()
-: mstreams.c
-, runtime.h
+: runtime.h
+, mstreams.c
Cyc_io_get_output_string()
: runtime.h
, mstreams.c
Cyc_io_open_input_bytevector()
-: mstreams.c
-, runtime.h
+: runtime.h
+, mstreams.c
Cyc_io_open_input_file()
: runtime.h
, runtime.c
Cyc_io_open_input_string()
-: mstreams.c
-, runtime.h
+: runtime.h
+, mstreams.c
Cyc_io_open_output_file()
: runtime.h
@@ -654,24 +630,24 @@ $(function() {
, runtime.c
Cyc_io_read_char()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_io_read_line()
: runtime.h
, runtime.c
Cyc_is_bignum()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_is_boolean()
: runtime.h
, runtime.c
Cyc_is_bytevector()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_is_char()
: runtime.h
@@ -698,12 +674,12 @@ $(function() {
, runtime.c
Cyc_is_mutex()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_is_null()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_is_number()
: runtime.h
@@ -714,8 +690,8 @@ $(function() {
, runtime.c
Cyc_is_pair()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_is_port()
: runtime.h
@@ -730,40 +706,40 @@ $(function() {
, runtime.c
Cyc_is_string()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_is_symbol()
: runtime.c
, runtime.h
Cyc_is_vector()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_length()
: runtime.h
, runtime.c
Cyc_list()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_list2string()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_list2vector()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_make_bytevector()
: runtime.h
, runtime.c
Cyc_make_vector()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_mul()
: runtime.h
@@ -828,20 +804,20 @@ $(function() {
, runtime.h
Cyc_number2string2()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_remainder()
: runtime.h
, runtime.c
Cyc_rt_raise()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_rt_raise2()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_rt_raise_msg()
: runtime.h
@@ -856,8 +832,8 @@ $(function() {
, runtime.c
Cyc_set_cell()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_set_cvar()
: runtime.c
@@ -884,20 +860,20 @@ $(function() {
, runtime.c
Cyc_stdin()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_stdout()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_string2number2_()
: runtime.c
, runtime.h
Cyc_string2number_()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_string2symbol()
: runtime.c
@@ -919,12 +895,12 @@ $(function() {
, runtime.h
Cyc_string_length()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_string_ref()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
Cyc_string_set()
: runtime.c
@@ -955,8 +931,8 @@ $(function() {
, runtime.h
Cyc_thread_sleep()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
CYC_THREAD_STATE_BLOCKED
: types.h
@@ -981,12 +957,12 @@ $(function() {
, runtime.c
Cyc_utf82string()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_vector_length()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_vector_ref()
: runtime.h
@@ -1001,8 +977,8 @@ $(function() {
, runtime.c
Cyc_write_char()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
Cyc_write_va()
: runtime.h
diff --git a/c-api/globals_d.html b/c-api/globals_d.html
index 188d66ce..40e0a1ba 100644
--- a/c-api/globals_d.html
+++ b/c-api/globals_d.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_defs.html b/c-api/globals_defs.html
index 07b56a8d..0af8f2a9 100644
--- a/c-api/globals_defs.html
+++ b/c-api/globals_defs.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -201,24 +202,11 @@ $(function() {
: types.h
closcall1
-: runtime.c
-, test.c
-, bignum-test.c
-, mstreams.c
+: mstreams.c
+, runtime.c
closcall2
-: bignum-test.c
-, runtime.c
-, test.c
-
- closcall3
-: bignum-test.c
-
- closcall4
-: bignum-test.c
-
- closcall6
-: bignum-test.c
+: runtime.c
Cyc_bytevector_append_va_list
: runtime.c
@@ -613,41 +601,11 @@ $(function() {
- r -
- return_closcall1
-: bignum-test.c
-, mstreams.c
+: mstreams.c
, runtime.c
-, test.c
- return_closcall2
-: bignum-test.c
-, runtime.c
-, test.c
-
-- return_closcall3
-: bignum-test.c
-
-- return_closcall4
-: bignum-test.c
-
-- return_closcall6
-: bignum-test.c
-
-- return_direct1
-: bignum-test.c
-, test.c
-
-- return_direct2
-: bignum-test.c
-, test.c
-
-- return_direct3
-: bignum-test.c
-
-- return_direct4
-: bignum-test.c
-
-- return_direct6
-: bignum-test.c
+: runtime.c
- return_exact_double_op
: runtime.h
diff --git a/c-api/globals_e.html b/c-api/globals_e.html
index f9715469..baf68cb0 100644
--- a/c-api/globals_e.html
+++ b/c-api/globals_e.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_enum.html b/c-api/globals_enum.html
index 0f4ac409..2445d8f8 100644
--- a/c-api/globals_enum.html
+++ b/c-api/globals_enum.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_eval.html b/c-api/globals_eval.html
index acdb52db..bdfa19aa 100644
--- a/c-api/globals_eval.html
+++ b/c-api/globals_eval.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_f.html b/c-api/globals_f.html
index 3c99b73c..7d716002 100644
--- a/c-api/globals_f.html
+++ b/c-api/globals_f.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func.html b/c-api/globals_func.html
index 44a8818e..887ebe0d 100644
--- a/c-api/globals_func.html
+++ b/c-api/globals_func.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_a.html b/c-api/globals_func_a.html
index 7b8efa76..b1a100ca 100644
--- a/c-api/globals_func_a.html
+++ b/c-api/globals_func_a.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_b.html b/c-api/globals_func_b.html
index 0d720bb0..ab307839 100644
--- a/c-api/globals_func_b.html
+++ b/c-api/globals_func_b.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_c.html b/c-api/globals_func_c.html
index b63e599a..00ce7b78 100644
--- a/c-api/globals_func_c.html
+++ b/c-api/globals_func_c.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -62,25 +63,13 @@ $(function() {
- c -
-- c_schemebase_entry_pt()
-: bignum-test.c
-, test.c
-
-- c_schemecyclonecommon_entry_pt()
-: test.c
-, bignum-test.c
-
-- c_schemewrite_entry_pt()
-: bignum-test.c
-, test.c
-
- cell_get()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- clear_mutations()
-: types.h
-, runtime.c
+: runtime.c
+, types.h
- collector_main()
: gc.c
@@ -321,8 +310,8 @@ $(function() {
, mstreams.c
- Cyc_io_open_output_file()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_io_open_output_string()
: runtime.h
@@ -333,8 +322,8 @@ $(function() {
, runtime.c
- Cyc_io_read_char()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_io_read_line()
: runtime.h
@@ -397,52 +386,52 @@ $(function() {
, runtime.c
- Cyc_is_port()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_is_procedure()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_is_real()
: runtime.h
, runtime.c
- Cyc_is_string()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_is_symbol()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_is_vector()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_length()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_list()
: runtime.h
, runtime.c
- Cyc_list2string()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_list2vector()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_make_bytevector()
: runtime.h
, runtime.c
- Cyc_make_vector()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_mul()
: runtime.h
@@ -451,8 +440,8 @@ $(function() {
: runtime.h
- Cyc_num_cmp_va_list()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_num_eq()
: runtime.h
@@ -528,20 +517,20 @@ $(function() {
, runtime.h
- Cyc_set_cdr()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_set_cell()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_set_cvar()
: runtime.c
, runtime.h
- Cyc_spawn_thread()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_st_add()
: runtime.h
@@ -592,12 +581,12 @@ $(function() {
, runtime.h
- Cyc_string_length()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_string_ref()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_string_set()
: runtime.c
@@ -628,28 +617,28 @@ $(function() {
, runtime.c
- Cyc_thread_sleep()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_trigger_minor_gc()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_utf82string()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_vector_length()
-: runtime.c
-, runtime.h
+: runtime.h
+, runtime.c
- Cyc_vector_ref()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_vector_set()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- Cyc_write()
: runtime.c
@@ -664,8 +653,8 @@ $(function() {
, runtime.h
- Cyc_write_va_list()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
diff --git a/c-api/globals_func_d.html b/c-api/globals_func_d.html
index a7721c30..33506f38 100644
--- a/c-api/globals_func_d.html
+++ b/c-api/globals_func_d.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_e.html b/c-api/globals_func_e.html
index 1b1e4b39..f69fe9b9 100644
--- a/c-api/globals_func_e.html
+++ b/c-api/globals_func_e.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_f.html b/c-api/globals_func_f.html
index 553b1076..86491639 100644
--- a/c-api/globals_func_f.html
+++ b/c-api/globals_func_f.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_g.html b/c-api/globals_func_g.html
index e1c14a2a..af05246e 100644
--- a/c-api/globals_func_g.html
+++ b/c-api/globals_func_g.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_i.html b/c-api/globals_func_i.html
index b63caa45..2e2f7c54 100644
--- a/c-api/globals_func_i.html
+++ b/c-api/globals_func_i.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_m.html b/c-api/globals_func_m.html
index 602bc3f4..1218e8dc 100644
--- a/c-api/globals_func_m.html
+++ b/c-api/globals_func_m.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
@@ -62,26 +63,21 @@ $(function() {
- m -
-- main()
-: bignum-test.c
-, test.c
-, tmp.c
-
- malloc_make_pair()
: runtime.h
, runtime.c
- mcvar()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- memberp()
: runtime.h
, runtime.c
- memqp()
-: runtime.h
-, runtime.c
+: runtime.c
+, runtime.h
- mp_get_double()
: runtime.c
diff --git a/c-api/globals_func_o.html b/c-api/globals_func_o.html
index 913f4091..e0533d64 100644
--- a/c-api/globals_func_o.html
+++ b/c-api/globals_func_o.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_p.html b/c-api/globals_func_p.html
index 2f685243..9067699f 100644
--- a/c-api/globals_func_p.html
+++ b/c-api/globals_func_p.html
@@ -20,6 +20,7 @@
+  |
Cyclone Scheme
0.4
diff --git a/c-api/globals_func_s.html b/c-api/globals_func_s.html
index 9dc67eeb..14dd36a7 100644
--- a/c-api/globals_func_s.html
+++ b/c-api/globals_func_s.html
@@ -20,6 +20,7 @@
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |