Marius Vollmer
feeef4fb40
New, from Daniel Skarda. Thanks!
2004-01-21 00:46:10 +00:00
Marius Vollmer
012a3a7537
* tests/srfi-26.test: New.
...
* Makefile.am (SCM_TESTS): Added it.
2004-01-21 00:45:48 +00:00
Han-Wen Nienhuys
7eec4c37c7
* gc.c: add protected_object_count, a number that is dumped from
...
gc_stats()
2004-01-21 00:06:11 +00:00
Neil Jerram
bb5ad88f27
Back out change to lazy-handler-dispatch lookup.
2004-01-20 22:38:39 +00:00
Neil Jerram
ea73836c1d
Reorg gds-send args; use evaluation correlator
2004-01-20 22:13:20 +00:00
Neil Jerram
a6ab1debaf
Implement eval threads.
2004-01-20 22:09:32 +00:00
Neil Jerram
5c963b6eb8
Add GDS doc
2004-01-20 22:05:44 +00:00
Kevin Ryde
165e14cfab
*** empty log message ***
2004-01-20 00:47:20 +00:00
Kevin Ryde
e9b91f8e73
(Guile License): Note readline is GPL and manual has
...
its own copying terms. Describe briefly what the licenses mean in
practice.
2004-01-20 00:45:42 +00:00
Kevin Ryde
8212ef316b
(Higher level thread procedures): In monitor,
...
don't let "newly created" suggest a mutex created on every evaluation.
Note what "monitor" means.
2004-01-20 00:32:46 +00:00
Kevin Ryde
de5eb61998
(SLIB): Note `system' redefined by (ice-9 slib). Tweak
...
`require' example.
2004-01-20 00:30:13 +00:00
Marius Vollmer
f9825394b5
*** empty log message ***
2004-01-12 17:28:46 +00:00
Marius Vollmer
3a43b605b8
(compute-get-n-set): Use '#:' in error message instead of ':'. Thanks
...
to Richard Todd!
2004-01-12 17:28:30 +00:00
Marius Vollmer
1dd2599f86
*** empty log message ***
2004-01-12 17:20:43 +00:00
Marius Vollmer
ffa04c1b09
Use '#:' prefix for keywords instead of ':'. Thanks to Richard Todd!
2004-01-12 17:19:21 +00:00
Marius Vollmer
25ffbdacbd
*** empty log message ***
2004-01-11 00:59:04 +00:00
Marius Vollmer
c18140cf6e
* tests/r5rs_pitfall.scm: New.
...
* Makefile.am (SCM_TESTS): Added it.
2004-01-11 00:58:38 +00:00
Marius Vollmer
f1da8e4e0b
Renamed scm_frame_unwind to scm_frame_unwind_handler, and
...
scm_frame_rewind to scm_frame_rewind_handler.
2004-01-11 00:56:05 +00:00
Marius Vollmer
16c5cac25a
(scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all
...
uses. (scm_frame_rewind, scm_frame_rewind_handler): Likewise.
2004-01-11 00:51:19 +00:00
Marius Vollmer
327967ef26
(scm_print_symbol_name): Handle #{`foo}#, #{,foo}#, #{.}#, and all
...
numeric strings specially. Thanks to Paul Jarc!
2004-01-11 00:40:54 +00:00
Kevin Ryde
7dd5eb5898
*** empty log message ***
2004-01-11 00:28:08 +00:00
Kevin Ryde
700ffd55e6
(system): New function, giving an exit code return in
...
accordance with slib spec.
2004-01-11 00:26:41 +00:00
Kevin Ryde
8081c3fb51
* tests/exceptions.test (false-if-exception): Disable tests on
...
referencing expansion environment, reverted.
2004-01-11 00:18:25 +00:00
Kevin Ryde
9afa7a12f2
*** empty log message ***
2004-01-11 00:03:33 +00:00
Kevin Ryde
2de97f05f0
Revert this, it breaks test-suite/tests/r5rs_pitfalls.test where
...
false-if-exception is used within syntax-rules. (Suspect syntax-rules
ought to support this sort of thing, but it doesn't right now.)
* boot-9.scm (false-if-exception): Unquote catch and lambda, so as not
to depend on expansion environment.
2004-01-11 00:01:48 +00:00
Marius Vollmer
d9623da1f2
Instead of the non-portable mktemp, use mkdir to create a unique
...
temporary directory that we can safely use. Thanks to Stefan
Nordhausen!
2004-01-10 23:30:23 +00:00
Kevin Ryde
08568c953b
*** empty log message ***
2004-01-10 23:20:10 +00:00
Kevin Ryde
88ecf5cbd4
(scm_bit_count, scm_bit_position, s_scm_bit_set_star_x,
...
s_scm_bit_count_star, s_scm_bit_invert_x): Clarify docstrings, as per
changes made to scheme-compound.texi.
2004-01-10 23:18:48 +00:00
Kevin Ryde
ff96677fc3
*** empty log message ***
2004-01-10 21:43:10 +00:00
Kevin Ryde
5ad1686a78
* misc-modules.texi (Queues): New chapter.
...
* guile.texi (Top): Add it.
2004-01-10 21:40:26 +00:00
Kevin Ryde
2370f80907
(Queues): New chapter.
2004-01-10 21:37:59 +00:00
Marius Vollmer
5565749c2e
*** empty log message ***
2004-01-10 21:22:28 +00:00
Marius Vollmer
27fca65629
Use mktemp to create a truely unique temporary file name. Thanks to
...
Stefan Nordhausen!
2004-01-10 21:20:55 +00:00
Kevin Ryde
c95243c71c
*** empty log message ***
2004-01-09 00:52:23 +00:00
Kevin Ryde
84bde77f8e
(Bit Vectors): Revise for clarity, following
...
report by Rouben Rostamian. Remove #b() example, that syntax is not
accepted.
2004-01-09 00:37:44 +00:00
Marius Vollmer
42155d759e
More stuff about flow control. Bug fixes in example.
2004-01-08 17:04:02 +00:00
Marius Vollmer
7ebccde82e
*** empty log message ***
2004-01-07 20:21:38 +00:00
Marius Vollmer
14578fa4ea
* dynwind.h, dynwind.c (scm_i_dowinds): Removed 'explicit'
...
argument since it is always zero now. Changed all callers.
Removed code for handling fluids.
2004-01-07 20:21:30 +00:00
Marius Vollmer
96e3b2f808
*** empty log message ***
2004-01-07 19:51:18 +00:00
Marius Vollmer
062fccce79
(with-fluids): Use with-fluid* when only one fluid is being set.
2004-01-07 19:51:07 +00:00
Marius Vollmer
540cc7abdc
* dynwind.c (scm_i_dowinds): Removed code for handling fluids.
2004-01-07 19:50:28 +00:00
Marius Vollmer
bebd3fbadd
* fluids.c (scm_c_with_fluids): Use frames instead of adding to
...
the wind chain explicitely. Use scm_c_with_fluid for the common
case of only one fluid.
(scm_with_fluid): New.
(scm_c_with_fluid): Use frames instead of scm_c_with_fluids.
* fluids.h, fluids.c (scm_frame_fluid): New.
(scm_with_fluid): New.
(scm_i_swap_fluids, scm_i_swap_fluids_reverse): Removed.
2004-01-07 19:47:18 +00:00
Marius Vollmer
fc6bb2831d
*** empty log message ***
2004-01-07 18:18:09 +00:00
Marius Vollmer
8843e1fa41
Adapted to 'frame' renamings. (check_fluid): New.
2004-01-07 18:18:00 +00:00
Marius Vollmer
a316356834
(SCM_TESTS): Added continuations.test.
2004-01-07 18:17:04 +00:00
Marius Vollmer
6394add195
Adapt to new 'frame' names. Document scm_c_with_fluid,
...
scm_c_with_fluids, and scm_frame_fluid.
2004-01-07 18:13:07 +00:00
Marius Vollmer
ef20bf705f
(scm_frame_fluid): New.
2004-01-07 18:08:52 +00:00
Marius Vollmer
07add3457b
Did the follwing renamings:
...
scm_with_current_input_port -> scm_frame_current_input_port,
scm_with_current_output_port -> scm_frame_current_output_port,
scm_with_current_error_port -> scm_frame_current_error_port.
Changed all uses.
2004-01-07 18:03:46 +00:00
Marius Vollmer
0888de4fd1
* dynwind.c (scm_frame_end): Do not use scm_i_dowinds. Instead, do
...
the unwinding directly. It is simple enough.
* dynwind.h, dynwind.c: Did the following renamings:
scm_begin_frame -> scm_frame_begin,
scm_end_frame -> scm_frame_end,
scm_on_unwind -> scm_frame_unwind,
scm_on_rewind -> scm_frame_rewind,
scm_on_unwind_with_scm -> scm_frame_unwind_with_scm,
scm_on_rewind_with_scm -> scm_frame_rewind_with_scm.
Changed all uses.
2004-01-07 18:03:33 +00:00
Marius Vollmer
dfe610a085
Did the follwing renamings: scm_with_blocked_asyncs ->
...
scm_frame_block_asyncs, scm_with_unblocked_asyncs ->
scm_frame_unblock_asyncs. Changed all uses.
2004-01-07 18:03:18 +00:00