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

1818 commits

Author SHA1 Message Date
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
Marius Vollmer
edf7d832d5 (CLEANFILES): Added goops.tmp, goops.cps. 2002-04-17 17:39:44 +00:00
Marius Vollmer
595f15f48d (dist-hook): Simplified to not use "cd"; now it works for relative
pathnames in $(distdir).
2002-04-17 17:38:41 +00:00
Rob Browning
21550b108e *** empty log message *** 2002-04-11 04:41:40 +00:00
Rob Browning
812dbd5d4a * .cvsignore: add version-tutorial.texi, version.texi, and
stamp-vti1.
2002-04-11 04:30:09 +00:00
Thien-Thi Nguyen
0356467389 bye bye 2002-04-03 02:58:54 +00:00
Thien-Thi Nguyen
47783ace02 *** empty log message *** 2002-04-03 02:27:01 +00:00
Thien-Thi Nguyen
f8be0483f6 List commands in commentary; nfc. 2002-04-03 02:26:18 +00:00
Neil Jerram
0624ce33f3 Update vector docs.
Remove Guile extensions index.
A few other odds and ends.
2002-04-01 18:46:26 +00:00
Neil Jerram
755de64557 Improve docs on symbols. 2002-04-01 14:44:02 +00:00
Neil Jerram
e8f1ff7188 Minor changes for syncing with stable branch. 2002-03-29 20:25:24 +00:00
Neil Jerram
801892e788 Various manual updates, including syncing with stable branch. 2002-03-27 21:55:31 +00:00
Marius Vollmer
e31a525e80 *** empty log message *** 2002-03-24 14:12:14 +00:00
Marius Vollmer
033aa07c01 Updated to reflect changes to the guile-snarf tool. 2002-03-24 14:12:07 +00:00
Neil Jerram
c16da59f61 Manual updates. 2002-03-16 13:51:03 +00:00