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
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
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
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
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
Neil Jerram
3db0333819
New doc about stack overflow.
2002-07-16 22:25:49 +00:00
Neil Jerram
c5d1306193
Apply patch from M. Luedde on use of tail recursion to avoid stack overflow
2002-07-16 20:57:34 +00:00
Gary Houston
dd235de4a6
* scheme-modules.texi (Compiled Code Modules): Removed description
...
of scm_register_module_xxx, which no longer exists. A description
of current techniques is needed.
2002-07-10 22:21:25 +00:00
Gary Houston
d2e13cf79d
*** empty log message ***
2002-07-10 18:13:59 +00:00
Gary Houston
59afd55537
* docstring.el: optional 2nd environment variable to locate
...
built files.
2002-07-10 17:18:41 +00:00
Gary Houston
46732b5441
* dynl.c (scm_dynamic_call): docstring editing.
2002-07-09 22:40:03 +00:00
Gary Houston
fc5c6d0047
* docstring.el: defined caddr, used in several places but missing
...
for some reason.
2002-07-09 21:09:58 +00:00
Marius Vollmer
658b35a01e
Renamed :rename to :renamer.
2002-07-08 18:55:21 +00:00
Marius Vollmer
23de7b97e9
Bettered wording for inf? and nan? procedures.
2002-06-19 11:41:13 +00:00
Thien-Thi Nguyen
f404387de8
*** empty log message ***
2002-05-13 20:36:00 +00:00
Thien-Thi Nguyen
a70f730e23
(EXTRA_DIST): New var.
2002-05-13 20:35:17 +00:00
Thien-Thi Nguyen
bbccda7e3e
Update.
2002-05-12 05:29:39 +00:00
Thien-Thi Nguyen
500dc6cab2
*** empty log message ***
2002-05-12 05:15:11 +00:00
Thien-Thi Nguyen
e8604bd640
Include ../am/maintainer-dirs (in MAINTAINER_MODE).
...
(guile-api.alist, guile-api.alist-FORCE):
New rules (in MAINTAINER_MODE).
2002-05-12 05:14:11 +00:00
Thien-Thi Nguyen
689c126449
Update.
2002-05-11 19:47:07 +00:00
Thien-Thi Nguyen
e0dcd99b08
Update.
2002-05-09 23:06:40 +00:00
Thien-Thi Nguyen
9327b8e633
*** empty log message ***
2002-05-09 23:06:09 +00:00
Thien-Thi Nguyen
1574685ad8
Add copyright and commentary.
...
(favorite): Delete this example composite.
(embedded-libltdl, gdb, coop, gh, g-fdes, r-fdes, scm, k, POSIX,
guile-C-API): New groups.
2002-05-09 23:02:52 +00:00
Marius Vollmer
e717bf46f4
*** empty log message ***
2002-05-09 19:37:55 +00:00
Marius Vollmer
91d14235cd
(Runtime Environment): Added entries for 'setenv' and 'unsetenv'.
2002-05-09 19:35:58 +00:00
Marius Vollmer
35a3c69ca9
(Numbers): Added description of the new values +inf.0, -inf.0 and
...
+nan.0.
2002-05-09 19:35:42 +00:00
Thien-Thi Nguyen
3161de0f0c
Update.
2002-05-08 22:08:23 +00:00
Thien-Thi Nguyen
01f6637ceb
Initial revision.
2002-05-08 13:16:45 +00:00
Marius Vollmer
efb7d2fc25
*** empty log message ***
2002-04-26 18:42:55 +00:00
Marius Vollmer
c0ab7f1317
(SRFI-13 Miscellaneous): Updated docs of string-tokenize.
2002-04-26 18:42:39 +00:00
Thien-Thi Nguyen
6336047f2b
*** empty log message ***
2002-04-23 22:30:07 +00:00
Thien-Thi Nguyen
dc78ae2a34
Update.
2002-04-23 22:29:23 +00:00
Neil Jerram
ce9d056227
Manual debugging and refactoring work.
2002-04-20 19:26:40 +00:00
Neil Jerram
f2ba76aea5
* Manual work on debugging infrastructure
2002-04-20 15:52:13 +00:00
Neil Jerram
1982a56a97
* New manual material: example of extending Dia using Guile.
2002-04-20 11:13:18 +00:00
Marius Vollmer
e744af1234
*** empty log message ***
2002-04-17 17:47:19 +00:00
Marius Vollmer
dc00662795
*** empty log message ***
2002-04-17 17:41:51 +00:00
Marius Vollmer
07b15be28b
(CLEANFILES): Added guile.cps, guile.fns, guile.rns,
...
guile.tps, guile.vrs, guile.tmp.
2002-04-17 17:40:57 +00:00