1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
Commit graph

339 commits

Author SHA1 Message Date
Kevin Ryde
f9b2c08d5f *** empty log message *** 2006-12-13 21:32:53 +00:00
Kevin Ryde
c31f534e18 *** empty log message *** 2006-12-12 22:55:15 +00:00
Kevin Ryde
6ee5aca35c *** empty log message *** 2006-12-12 20:06:01 +00:00
Kevin Ryde
fbae485c14 *** empty log message *** 2006-10-04 23:04:17 +00:00
Kevin Ryde
f9de6ebeca *** empty log message *** 2006-10-04 21:41:01 +00:00
Neil Jerram
f0de8d290b (Symbol Props): Remove unnecessarily specific
parenthesis about Guile 1.6's use of extra symbol slots.
2006-09-28 07:39:45 +00:00
Kevin Ryde
6a60ae5e89 *** empty log message *** 2006-09-26 01:53:26 +00:00
Ludovic Courtès
903762e5cf Changes from arch/CVS synchronization 2006-09-25 08:23:24 +00:00
Kevin Ryde
f4702089bf *** empty log message *** 2006-09-22 21:20:43 +00:00
Kevin Ryde
e8587f7eca *** empty log message *** 2006-09-07 20:51:30 +00:00
Kevin Ryde
dc1cac02eb *** empty log message *** 2006-09-05 23:01:52 +00:00
Neil Jerram
237788d2a2 * api-control.texi (Dynamic Wind): Doc for scm_dynwind_free.
* api-modules.texi (The Guile module system), api-data.texi
(Integers, Numerical Tower), api-compound.texi (Uniform Numeric
Vectors): Fix typos.  (Patch sent in by Marco Maggi.)
2006-09-04 06:29:13 +00:00
Kevin Ryde
0e1b2e1ed2 *** empty log message *** 2006-08-28 21:52:50 +00:00
Kevin Ryde
e315794e34 *** empty log message *** 2006-08-21 23:48:25 +00:00
Kevin Ryde
67fbf55cf7 *** empty log message *** 2006-07-23 22:37:22 +00:00
Kevin Ryde
f4a7e48e14 *** empty log message *** 2006-06-25 01:06:43 +00:00
Ludovic Courtès
97217304d6 Changes from arch/CVS synchronization 2006-06-20 16:44:50 +00:00
Kevin Ryde
a31d659ca3 *** empty log message *** 2006-05-28 00:09:52 +00:00
Kevin Ryde
26ff0b33b4 *** empty log message *** 2006-05-19 23:36:06 +00:00
Kevin Ryde
91a032971b *** empty log message *** 2006-05-15 00:33:37 +00:00
Kevin Ryde
d7ecc7e804 *** empty log message *** 2006-05-09 23:10:03 +00:00
Kevin Ryde
8c86a8dee0 *** empty log message *** 2006-05-09 00:43:11 +00:00
Kevin Ryde
a128b7e064 *** empty log message *** 2006-04-15 01:40:19 +00:00
Kevin Ryde
a07fbceabb *** empty log message *** 2006-04-06 00:33:32 +00:00
Kevin Ryde
a77bd42e52 *** empty log message *** 2006-03-28 00:48:56 +00:00
Kevin Ryde
1e85890c0e *** empty log message *** 2006-03-21 00:56:33 +00:00
Kevin Ryde
e610622906 *** empty log message *** 2006-03-07 23:57:28 +00:00
Marius Vollmer
db02fb2bcb (Object Properties): Removed confusing
paragraph about 'name' property.
2006-02-13 21:43:17 +00:00
Kevin Ryde
4f09cd6df6 *** empty log message *** 2006-02-07 00:04:36 +00:00
Neil Jerram
7b4c914e49 (Throw Handlers): New node.
(Throw): Moved to after the Lazy Catch node.
(Catch): Enhance to cover the optional pre-unwind handler, and new
APIs scm_c_catch, scm_catch_with_pre_unwind_handler.
(Lazy Catch): Describe relationship to with-throw-handler.
Document that the handler may return, and what happens if it does.
(Throw): Mention that a throw can be handled by a throw handler as
well as by a catch.
2006-02-04 14:35:53 +00:00
Kevin Ryde
ba28d59428 *** empty log message *** 2006-02-04 01:01:23 +00:00
Kevin Ryde
f36978c9ce *** empty log message *** 2006-02-04 00:56:35 +00:00
Kevin Ryde
7746d6da07 *** empty log message *** 2006-02-04 00:00:45 +00:00
Marius Vollmer
cc19cda7a8 Removed "Futures" node. 2006-01-29 19:45:54 +00:00
Marius Vollmer
661ae7ab6b Renamed the "frames" that are related to dynamic-wind to "dynamic
contexts.  Renamed all functions from scm_frame_ to scm_dynwind_.
Updated documentation.
2006-01-29 00:23:28 +00:00
Han-Wen Nienhuys
fd0a5bbcb7 patches by Ludovic Courtès for symbol generation. 2006-01-24 20:30:09 +00:00
Kevin Ryde
23ef389210 *** empty log message *** 2005-12-14 21:58:54 +00:00
Neil Jerram
31e2cc5088 (Evaluator trap options): Trap calls now always
use a debug object rather than a continuation.
(Debugger options, Examples of option use): Update help text for
'cheap option (which is now obsolete).
2005-12-14 00:51:58 +00:00
Neil Jerram
ec3a8ace63 * api-evaluation.texi (Loading): Document custom reader.
* boot-9.scm (load-module): Support an optional custom reader arg,
implemented by passing on to r4rs's load.

* r4rs.scm (load): Support an optional custom reader arg,
implemented by passing on to primitive-load.

* load.c (the_reader, the_reader_fluid_num): New.
(scm_primitive_load): Support custom reader.
(scm_init_load): Init the_reader and the_reader_fluid_num; export
the_reader as `current-reader'.
2005-12-14 00:21:11 +00:00
Marius Vollmer
9d9ce2b576 *** empty log message *** 2005-12-06 21:34:10 +00:00
Marius Vollmer
24d5274ba9 *** empty log message *** 2005-12-06 20:36:49 +00:00
Kevin Ryde
8b2081b580 *** empty log message *** 2005-11-18 23:04:06 +00:00
Kevin Ryde
914da0e2fc *** empty log message *** 2005-11-05 21:42:14 +00:00
Kevin Ryde
69b45df38b *** empty log message *** 2005-10-31 23:42:14 +00:00
Kevin Ryde
1cc1bcaca1 *** empty log message *** 2005-10-28 23:00:55 +00:00
Kevin Ryde
fc9f596c96 *** empty log message *** 2005-10-23 22:45:52 +00:00
Neil Jerram
777f2ed60a * api-debug.texi (Source Properties): Add text describing/advising
limited use of source properties.

* api-debug.texi (Source Properties): Documentation of source
property procedures moved here from ...

* api-procedures.texi (Procedure Properties): ... where it didn't
belong.
2005-10-15 18:33:34 +00:00
Kevin Ryde
a373f81dda *** empty log message *** 2005-10-05 01:26:06 +00:00
Kevin Ryde
514e4b24a9 *** empty log message *** 2005-08-06 00:48:46 +00:00
Kevin Ryde
2468a3c820 *** empty log message *** 2005-07-12 00:56:23 +00:00