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
Han-Wen Nienhuys
c2cbcc5768
gc statistic tweaks
2002-08-04 14:09:14 +00:00
Han-Wen Nienhuys
c7743d027a
more code
2002-08-04 00:18:33 +00:00
Han-Wen Nienhuys
c8a1bdc460
new gc
2002-08-04 00:17:18 +00:00
Gary Houston
c3164ca85e
* scheme-modules.texi: split "Scheme and modules" into
...
"provide and require" and "Environments". Mention R5RS
environments.
2002-08-02 22:58:38 +00:00
Marius Vollmer
cc8c6e7d30
*** empty log message ***
2002-08-01 18:43:19 +00:00
Marius Vollmer
f9482b3108
Moved here from parent directory.
2002-08-01 18:42:11 +00:00
Marius Vollmer
c3b6ed76e3
*** empty log message ***
2002-07-26 16:21:00 +00:00
Marius Vollmer
1bb649f993
(dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
2002-07-26 16:20:53 +00:00
Marius Vollmer
ab331c2b6c
*** empty log message ***
2002-07-26 16:00:38 +00:00
Marius Vollmer
5a6aa7e7ce
(SCM_BENCHMARKS): List the real benchmarks, not foo
...
and bar.
(SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
2002-07-26 16:00:27 +00:00
Marius Vollmer
aea06b34a5
*** empty log message ***
2002-07-25 12:12:33 +00:00
Marius Vollmer
dfd71abaf0
(rstate_free): Return zero.
2002-07-25 12:12:21 +00:00
Dirk Herrmann
35060ae90e
* environments.c (remove_key_from_alist): Removed.
...
(obarray_remove): Simplified.
2002-07-24 16:34:43 +00:00
Stefan Jahn
6a53544072
2002-07-24 Stefan Jahn <stefan@lkcc.org>
...
* continuations.h: ia64: Include <signal.h> before
<sys/ucontext.h>.
2002-07-24 09:25:24 +00:00
Han-Wen Nienhuys
afc8e572ba
(mscripts): find and check version number of
...
automake. Complain if 1.6 is not found.
2002-07-22 00:17:26 +00:00
Dirk Herrmann
bcbd25b74f
* modules.c (scm_sym2var): Don't compare SCM values with ==.
2002-07-21 21:18:27 +00:00
Han-Wen Nienhuys
1d1559ce6d
* macros.c: include deprecation.h
...
* vectors.c (s_scm_vector_move_right_x): remove side effect in
macro arg.
(s_scm_vector_move_left_x): idem.
* net_db.c, posix.c, socket.c: variable naming: change ans to
result.
* sort.c (scm_merge_vector_x): accept vector as argument
iso. SCM*. This is needed for full GC correctness.
* gc.h: undo previous undocumented changes related to #ifdef
GENGC.
2002-07-21 17:46:23 +00:00
Dirk Herrmann
8f28ea31bb
* lib.scm (print-result, print-user-result): Changed the
...
reporter's outputs to use symbols rather than strings to document
the individual values. Thanks to Neil Jerram for the suggestion.
2002-07-21 12:01:26 +00:00
Dirk Herrmann
bde9d30b51
* benchmarks/0-reference.bm: Added as a reference benchmark to be
...
used to calibrate iteration counts.
* lib.scm: Added documentation. Added some initialization
messages.
(benchmark-time-base, benchmark-total-time, benchmark-user-time,
benchmark-system-time, benchmark-frame-time, benchmark-core-time,
benchmark-user-time\interpreter, benchmark-core-time\interpreter):
Exported.
(benchmark-time-base, time-base): Renamed time-base to
benchmark-time-base and introduced new time-base as a short-cut.
(total-time, benchmark-total-time, user-time, benchmark-user-time,
system-time, benchmark-system-time, frame-time,
benchmark-frame-time, benchmark-time, benchmark-core-time,
user-time\interpreter, benchmark-user-time\interpreter,
benchmark-time\interpreter, benchmark-core-time\interpreter,
print-result, print-user-result): Renamed <foo>-time to
benchmark-<foo>-time. Exceptions: benchmark-time and
benchmark-time\interpreter were renamed to benchmark-core-time and
benchmark-core-time\interpreter, respectively.
2002-07-21 10:22:54 +00:00
Han-Wen Nienhuys
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
...
* *.c: add space after commas everywhere.
* *.c: use SCM_VECTOR_SET everywhere, where a vector is written.
Document cases where SCM_WRITABLE_VELTS() is used.
* vectors.h (SCM_VELTS): prepare for write barrier, and let
SCM_VELTS() return a const pointer
(SCM_VECTOR_SET): add macro.
* autogen.sh (mscripts): find and check version number of
autoconf. Complain if 2.53 is not found.
2002-07-20 14:08:34 +00:00
Dirk Herrmann
dd897aafbd
* benchmark-guile.in: Copied from check-guile.in and adapted for
...
use with benchmarks.
* Makefile.am: Recurse into the benchmark-suite subdir.
* configure.in: Added benchmarking files.
2002-07-20 01:30:36 +00:00
Dirk Herrmann
0237895653
* COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied
...
from the test-suite directory, renamed and adapted for use with
benchmarks.
* benchmarks/logand.bm, benchmarks/continuations.bm,
benchmarks/if.bm: Added as initial fairly stupid examples for
benchmarks.
2002-07-20 01:21:36 +00:00
Marius Vollmer
bb59ff52af
*** empty log message ***
2002-07-17 18:55:20 +00:00
Marius Vollmer
4923bb187e
Added configuration for ARM.
2002-07-17 18:54:57 +00:00
Marius Vollmer
47f7fb3621
New.
2002-07-17 18:53:57 +00:00