1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
Commit graph

935 commits

Author SHA1 Message Date
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
c3432e177b More interbranch doc syncing. 2002-08-08 22:35:23 +00:00
Neil Jerram
558991be11 Add examples from Ian Sheldon, and merge recent changes from unstable branch. 2002-08-08 22:05:39 +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
Marius Vollmer
8cb5dc2823 *** empty log message *** 2002-08-08 17:03:59 +00:00
Marius Vollmer
dfe012a12e Don't talk about 'bound?' which is gone. Thanks to Christopher
Cramer.
2002-08-08 17:03:47 +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
Rob Browning
de4c004a94 *** empty log message *** 2002-07-26 22:32:22 +00:00
Rob Browning
031f5d648e * groupings.alist: remove for now. This may be a great idea, but
it'll have to wait for post 1.6.1.

* Makefile.am: remove groupings.alist and guile-api.alist for now.
These may be a great idea, but they'll have to wait for post
1.6.1.
2002-07-26 22:28:12 +00:00
Rob Browning
4cef5611d2 * Makefile.am: remove groupings.alist and guile-api.alist for now.
These may be a great idea, but they'll have to wait for post
1.6.1.
2002-07-26 22:28:03 +00:00
Neil Jerram
9d3fa3f3cc New doc about stack overflow. 2002-07-16 22:27:01 +00:00
Neil Jerram
3db0333819 New doc about stack overflow. 2002-07-16 22:25:49 +00:00
Neil Jerram
baf651c9a1 Apply patch from M. Luedde on use of tail recursion to avoid stack overflow 2002-07-16 21:00:30 +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
a25758e7ea Renamed :rename to :renamer. 2002-07-08 18:54:20 +00:00
Marius Vollmer
23de7b97e9 Bettered wording for inf? and nan? procedures. 2002-06-19 11:41:13 +00:00
Thien-Thi Nguyen
254147ce90 *** empty log message *** 2002-05-13 20:37:53 +00:00
Thien-Thi Nguyen
0b58132653 (EXTRA_DIST): New var. 2002-05-13 20:37:05 +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
ae2b3a7871 Update. 2002-05-12 05:39:43 +00:00
Thien-Thi Nguyen
c1fc12d9ab *** empty log message *** 2002-05-12 05:31:31 +00:00
Thien-Thi Nguyen
a8154e0692 Include ../am/maintainer-dirs (in MAINTAINER_MODE).
(guile-api.alist, guile-api.alist-FORCE):
New rules (in MAINTAINER_MODE).
2002-05-12 05:30:46 +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
6cb68ec3fc Update. 2002-05-11 19:48:12 +00:00
Thien-Thi Nguyen
689c126449 Update. 2002-05-11 19:47:07 +00:00
Thien-Thi Nguyen
e273886941 Update. 2002-05-09 23:10:29 +00:00
Thien-Thi Nguyen
cf66d1be8d *** empty log message *** 2002-05-09 23:09:41 +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
cvs2svn
55dbd08728 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2002-05-09 23:02:54 +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