Marius Vollmer
44ecca6172
*** empty log message ***
2002-08-27 17:40:24 +00:00
Marius Vollmer
390e4d9d93
Markup fixes and removal f gh_ references. Thanks to Dale Smith!
2002-08-27 17:40:10 +00:00
Han-Wen Nienhuys
9981de3a2b
prepend libguile/ to include path
2002-08-27 10:58:01 +00:00
Marius Vollmer
1964755626
*** empty log message ***
2002-08-26 21:46:43 +00:00
Marius Vollmer
e62b37a0a3
(scm_compile_shell_switches): Added "2002" to Copyright years. Thanks
...
to Martin Grabmüller!
2002-08-26 21:46:22 +00:00
Han-Wen Nienhuys
38d1262ab5
(scm_i_get_new_heap_segment): use float in stead of
...
unsigned numbers for computing minimum heap increment. This
prevents weird results when a a negative minimum increment is computed.
2002-08-25 15:26:14 +00:00
Marius Vollmer
e99730fcc5
*** empty log message ***
2002-08-24 01:09:35 +00:00
Marius Vollmer
bd9e426845
(EXTRA_DIST): Do not distribute guile-api.alist, it can't be built
...
currently.
2002-08-24 01:08:56 +00:00
Marius Vollmer
f800ebfb00
*** empty log message ***
2002-08-24 00:57:47 +00:00
Marius Vollmer
8cbb63c795
When we have __libc_stack_end, use that directly instead the old
...
tricks.
2002-08-24 00:57:14 +00:00
Marius Vollmer
d19c97670e
Check for __libc_stack_end.
2002-08-24 00:55:50 +00:00
Marius Vollmer
094489c623
(EXTRA_DIST): Added arm.h and arm.s.
2002-08-24 00:54:37 +00:00
Marius Vollmer
34690e5338
Do not expect the input file to be the first argument after the
...
optional "-o" option, just pass everything to the pre-processor
without extracting the input file name.
2002-08-24 00:53:44 +00:00
Han-Wen Nienhuys
4a5309c938
(scm_i_get_new_heap_segment): Oops. We want segment
...
length *at* least SCM_MIN_HEAP_SEG_SIZE, not at most.
2002-08-23 00:05:58 +00:00
Gary Houston
917adc55ac
*** empty log message ***
2002-08-22 18:20:36 +00:00
Han-Wen Nienhuys
f2893a253e
make scm_cells_allocated unsigned again. Thanks to
...
Bill Schottstaedt for the bug report
2002-08-21 22:40:03 +00:00
Marius Vollmer
483f518bd4
*** empty log message ***
2002-08-19 23:25:33 +00:00
Marius Vollmer
3c568abbe3
Updated copyright years.
2002-08-19 23:23:23 +00:00
Marius Vollmer
f76af603e1
(scm_iprin1): Print primitives generics always as "primitive-generic"
...
even when they have no primitive methods yet.
2002-08-19 23:22:42 +00:00
Gary Houston
d900cd6dd4
* coop.c (coop_create): removed bogus 2nd argument in scm_malloc
...
call.
2002-08-17 20:39:35 +00:00
Han-Wen Nienhuys
85835e5991
* ports.c (scm_add_to_port_table): small bugfix.
...
* ports.c (scm_add_to_port_table): add backwards compatibility
function
2002-08-16 22:07:26 +00:00
Han-Wen Nienhuys
67329a9eef
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
...
malloc.
* gc-segment.c (scm_i_get_new_heap_segment): remove cluster cruft:
only use SCM_MIN_HEAP_SEG_SIZE.
* ports.c (scm_add_to_port_table): add backwards compatibility
function
* ports.h: use scm_i_ prefix for port table and port table size.
2002-08-16 22:01:10 +00:00
Mikael Djurfeldt
f07c886abb
* vports.c (scm_make_soft_port): Initialize pt variable.
2002-08-15 21:17:21 +00:00
Marius Vollmer
29dae8f8c8
*** empty log message ***
2002-08-13 22:06:22 +00:00
Marius Vollmer
21fabda15d
(eval-string): Updated.
2002-08-13 22:06:14 +00:00
Marius Vollmer
a05a88b3b2
(Fluids): Touched up a bit, added with-fluids.
2002-08-13 22:05:46 +00:00
Marius Vollmer
dc61cbc6cd
*** empty log message ***
2002-08-13 20:54:36 +00:00
Marius Vollmer
209b52fecd
* strports.h (scm_c_eval_string_in_module,
...
scm_eval_string_in_module): New prototypes.
* strports.c (scm_eval_string_in_module): New, but use
"eval-string" as the Scheme name and make second parameter
optional.
(scm_eval_string): Implement using scm_eval_string_in_module.
(scm_c_eval_string_in_module): New.
Thanks to Ralf Mattes for the suggestion!
2002-08-13 20:54:12 +00:00
Marius Vollmer
28ab77254e
*** empty log message ***
2002-08-12 23:10:44 +00:00
Marius Vollmer
76ea0ed53d
(More Modules Procedures): Removed. (Accessing Modules from C): New.
2002-08-12 23:10:38 +00:00
Gary Houston
08b98c54cb
* scheme-modules.texi (Compiled Code Modules): replace
...
gh_new_procedure with scm_c_define_gsubr.
2002-08-10 14:23:49 +00:00
Gary Houston
f631e15e2c
* new section Primitive Procedures, documentation for
...
scm_c_make_gsubr and scm_c_define_gsubr.
2002-08-10 14:09:55 +00:00
Han-Wen Nienhuys
be3ff02158
* gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print
...
message and abort.
* gc-mark.c ("scm_gc_mark_dependencies"): idem.
2002-08-08 23:18:23 +00:00
Han-Wen Nienhuys
da220f2794
("scm_new_port_table_entry"): return a boxed SCM in
...
stead of scm_t_port*. The function now takes a tag argument.
2002-08-08 23:02:28 +00:00
Neil Jerram
395b0a341f
More interbranch doc syncing.
2002-08-08 22:43:32 +00:00
Neil Jerram
bcf009c3f8
Add examples from Ian Sheldon, and merge recent updates from stable branch.
2002-08-08 21:47:53 +00:00
Han-Wen Nienhuys
eab1b25970
* gc.h: add scm_debug_cells_gc_interval to public interface
...
* gc-card.c ("sweep_card"): set scm_gc_running while sweeping.
* gc.c (scm_i_expensive_validation_check): separate expensive
validation checks from cheap ones.
2002-08-08 19:47:31 +00:00
Marius Vollmer
00706edc1d
*** empty log message ***
2002-08-08 17:07:23 +00:00
Marius Vollmer
77c16d8343
Don't talk about 'bound?' which is gone. Thanks to Christopher
...
Cramer.
2002-08-08 17:07:10 +00:00
Han-Wen Nienhuys
0f8ae50a81
(scm_input_error): new function: give meaningful error
...
messages, and throw read-error
2002-08-05 23:11:59 +00:00
Han-Wen Nienhuys
ba1b222692
* tests/reader.test: change misc-error in read-error.
...
* read.c (scm_input_error): new function: give meaningful error
messages, and throw read-error
* gc-malloc.c (scm_calloc): add scm_calloc.
* scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
correct typos.
2002-08-05 23:04:44 +00:00
Marius Vollmer
3d0f4c6292
*** empty log message ***
2002-08-05 18:52:43 +00:00
Marius Vollmer
4310df3688
Added (use-modules (ice-9 rdelim)) to an example that uses read-line.
...
Thanks to Ralf Mattes!
2002-08-05 18:52:27 +00:00
Marius Vollmer
c5ee546dda
Added an introductory blurb about GC that I had lying around.
2002-08-05 18:50:54 +00:00
Marius Vollmer
a9e40ed0d0
Added Han Wen Nienhuys as contributor.
2002-08-05 18:47:41 +00:00
Han-Wen Nienhuys
33138b0567
remove GC bits documentation from the tags table.
2002-08-05 17:46:34 +00:00
Han-Wen Nienhuys
39e8f371e2
(INPUT_ERROR): Prepare for file:line:column error
...
messages for errors in scm_lreadr() and friends.
2002-08-04 23:33:28 +00:00
Gary Houston
f5f45abe9f
minor help-line edit
2002-08-04 19:49:56 +00:00
Han-Wen Nienhuys
5f16b8973e
init port entry
2002-08-04 16:10:19 +00:00
Han-Wen Nienhuys
402788a938
port GC fix
2002-08-04 15:25:07 +00:00