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
Kevin Ryde
5179b0e20b
(Streams): In stream->list&length and
...
stream->reversed-list&length, make the two values clearer.
and a typo "teh"
2005-12-14 21:55:54 +00:00
Kevin Ryde
8d596b11fc
(Fly Evaluation): Add scm_call_4, suggested by Bruce Korb.
2005-12-14 21:54:50 +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
e724644d45
Added more words to #:replace from Ludovic. Thanks!
2005-12-07 00:31:49 +00:00
Marius Vollmer
9d9ce2b576
*** empty log message ***
2005-12-06 21:34:10 +00:00
Marius Vollmer
43ed3b697e
* api-control.texi (if cond case): Describe SRFI 61 cond.
...
* srfi-modules.texi (SRFI-61): New section.
(SRFI Support): Add SRFI-61 to menu.
2005-12-06 21:32:55 +00:00
Marius Vollmer
e5547d5fc8
fixed some typos.
2005-12-06 21:32:36 +00:00
Marius Vollmer
24d5274ba9
*** empty log message ***
2005-12-06 20:36:49 +00:00
Marius Vollmer
54428bb84e
Removed scm_leave_guile, scm_enter_guile and all references to
...
them since they are no longer in the API.
2005-12-06 20:27:59 +00:00
Kevin Ryde
8b2081b580
*** empty log message ***
2005-11-18 23:04:06 +00:00
Kevin Ryde
b167633ca0
(Retrieving Alist Entries): Revise for clarity and brevity.
2005-11-18 22:01:46 +00:00
Kevin Ryde
914da0e2fc
*** empty log message ***
2005-11-05 21:42:14 +00:00
Kevin Ryde
46bb559d6c
From Ludovic Courtès, partial rework by me:
...
* doc/ref/api-modules.texi (Creating Guile Modules): In define-module,
describe #:re-export, #:export-syntax, #:re-export-syntax, #:replace
and #:duplicates. Add re-export.
2005-11-05 21:38:49 +00:00
Kevin Ryde
69b45df38b
*** empty log message ***
2005-10-31 23:42:14 +00:00
Kevin Ryde
20b988f88d
(Time): In strftime, note systems vary for %Z.
2005-10-31 23:41:46 +00:00
Kevin Ryde
1cc1bcaca1
*** empty log message ***
2005-10-28 23:00:55 +00:00
Kevin Ryde
32ff73707c
(Network Socket Address): Add scm_make_socket_address,
...
scm_c_make_socket_address, scm_from_sockaddr, scm_to_sockaddr. This
change by Ludovic Courtès and revised a bit by me.
2005-10-28 23:00:19 +00:00
Kevin Ryde
13ed23db8e
(Network Address Conversion): Move INADDR_ANY to here.
...
(Network Socket Address): New section, move sockaddr bits to here, add
new make-socket-address.
(Network Sockets and Communication): In connect, bind, and sendto, now
take socket address object. In bind, leave INADDR constants for
"Network Address Conversion" node. In those plus accept, getsockname,
getpeername, reword a bit for clarity.
2005-10-27 01:05:43 +00:00
Kevin Ryde
fc9f596c96
*** empty log message ***
2005-10-23 22:45:52 +00:00
Kevin Ryde
4b08cab6dd
(Time): Revise strftime for clarity, cross reference man
...
3 strftime (suggested by Greg Troxel), note locale character set when
setlocale has been called.
2005-10-23 22:21:33 +00:00
Kevin Ryde
7381c1de51
Untabify
2005-10-23 21:57:08 +00:00
Kevin Ryde
8b6b6ce5ad
(Network Sockets and Communication): Combine and revise
...
getsockopt and setsockopt. Add OPTNAME constants, including new
IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP.
2005-10-23 21:50:41 +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
01549abbff
untabify
2005-10-05 01:25:02 +00:00
Kevin Ryde
083f9d74d1
(Regexp Functions): Notes on zero bytes and locale character set.
2005-10-05 01:24:12 +00:00
Kevin Ryde
80a894c9a8
(Formatted Output): Show modifiers like ~:d instead of in words.
2005-10-05 01:22:22 +00:00
Marius Vollmer
227eafdb3c
Updated print-options.
2005-09-04 21:31:05 +00:00
Kevin Ryde
3081aee16a
Index entries for ptob etc.
2005-08-06 01:53:25 +00:00
Kevin Ryde
514e4b24a9
*** empty log message ***
2005-08-06 00:48:46 +00:00
Kevin Ryde
d8e49e6bd2
(List Modification): In filter, return may share a
...
tail with the input, as per docstring. In filter!, fix chopped off
note of modifying input.
2005-08-06 00:45:40 +00:00
Kevin Ryde
44ba562e29
(Error Reporting): In strerror, note message is in
...
locale language and charset.
2005-08-06 00:40:16 +00:00
Marius Vollmer
930888e8e8
*** empty log message ***
2005-07-31 23:16:59 +00:00
Kevin Ryde
2468a3c820
*** empty log message ***
2005-07-12 00:56:23 +00:00
Kevin Ryde
dc297bb75b
(String Selection): Merge descriptions of string-trim,
...
string-trim-right and string-trim-both for brevity.
2005-07-12 00:47:17 +00:00
Kevin Ryde
a88e2a9628
(String Selection): In string-pad, don't say anything
...
about sharing strings, decided against doing that.
(Miscellaneous String Operations): Ditto in string-filter and
string-delete.
2005-07-12 00:42:10 +00:00
Kevin Ryde
9247329fe1
*** empty log message ***
2005-06-23 23:51:34 +00:00
Kevin Ryde
506def0e38
Tweak tail calls wording.
2005-06-23 23:47:32 +00:00
Kevin Ryde
bfc083ec6c
(Debugger options): Cross reference new Tail Calls
...
node rather than R5RS on tail recursion.
2005-06-23 23:40:23 +00:00
Kevin Ryde
c929c39d5d
*** empty log message ***
2005-06-23 00:11:37 +00:00
Kevin Ryde
9ef07f6f6c
(Lazy Catch): Cross ref for with-fluids.
2005-06-23 00:10:53 +00:00
Kevin Ryde
e0e75ddfa2
(Dia Primitives): Cross ref for scm_c_define_gsubr.
2005-06-23 00:09:09 +00:00
Kevin Ryde
4906d8bd20
(Extending Dia): URL for Dia home page.
2005-06-23 00:07:00 +00:00
Kevin Ryde
51ee57a435
(Pairs, List Syntax): Cross reference Expression Syntax for quoting.
2005-06-23 00:01:06 +00:00
Kevin Ryde
39067a9f00
(A Sample Guile Main Program): Cross reference automake manual for acloal.
2005-06-22 23:55:10 +00:00
Kevin Ryde
8c3fa3e53a
Spelling errors reported by hyperdivision.
2005-06-22 23:49:40 +00:00
Marius Vollmer
1cf1bb9513
*** empty log message ***
2005-06-12 19:15:09 +00:00