Marius Vollmer
dd43e6665d
*** empty log message ***
2004-10-29 16:14:37 +00:00
Marius Vollmer
cad31131e5
(Uniform Vectors): Added c32 and c64 docs.
2004-10-29 16:14:00 +00:00
Marius Vollmer
8d152a329b
Added scm_take_u8vector, etc.
2004-10-27 19:32:29 +00:00
Marius Vollmer
7b1574ed4f
*** empty log message ***
2004-10-27 17:39:04 +00:00
Marius Vollmer
e6b226b9d1
Moved SRFI-4 docs into main part. Moved bit vectors out of array
...
section to make them more visible.
2004-10-27 17:38:51 +00:00
Marius Vollmer
5000379b92
*** empty log message ***
2004-10-19 13:55:18 +00:00
Marius Vollmer
e8a7ec792c
(smob mark function): List admissible functions
...
to call.
2004-10-19 13:55:06 +00:00
Marius Vollmer
1097a62cd9
*** empty log message ***
2004-10-04 18:54:43 +00:00
Marius Vollmer
7719ef2234
* api-data.texi: Removed primitive keyword section, updated
...
keyword docs.
* api-undocumented.texi: Moved keyword dash-symbol docs here.
2004-10-04 18:54:18 +00:00
Kevin Ryde
e8bbb32ba7
*** empty log message ***
2004-09-25 22:36:34 +00:00
Kevin Ryde
71abb27125
(Streams): New section.
2004-09-25 22:35:59 +00:00
Kevin Ryde
456f797bac
(Block Comments): More cindex entries.
2004-09-25 22:33:29 +00:00
Kevin Ryde
4846ae2c96
(Conversion to/from C): Braces {} around char* return.
2004-09-25 22:32:24 +00:00
Kevin Ryde
458dd501aa
(Streams): New section.
2004-09-25 22:29:20 +00:00
Marius Vollmer
4daacceed2
*** empty log message ***
2004-09-24 23:11:20 +00:00
Marius Vollmer
1a82e37046
More words abot what a free function is allowed to do.
2004-09-24 23:11:09 +00:00
Marius Vollmer
2edf319f0a
*** empty log message ***
2004-09-24 02:12:50 +00:00
Marius Vollmer
48d8f65992
Updated output of example.
2004-09-24 02:10:38 +00:00
Marius Vollmer
818d24b552
Bugfix in example code, use SCM_NEWSMOB
...
correctly. Use scm_assert_smob_type instead of SCM_ASSERT
baroqueness.
2004-09-24 02:07:41 +00:00
Marius Vollmer
52191b37dd
Added scm_assert_smob_type docs.
2004-09-24 02:06:01 +00:00
Marius Vollmer
4f2f31a390
Synched docstrings from libguile/
2004-09-23 23:09:03 +00:00
Marius Vollmer
78cfee70d7
*** empty log message ***
2004-09-23 18:47:04 +00:00
Marius Vollmer
7cd44c6dce
Updated docstrings from libguile/
2004-09-23 18:46:49 +00:00
Marius Vollmer
089a0a349e
* api-i18n.texi: New file.
...
* Makefile.am (guile_TEXINFOS): Added it.
* guile.texi: Include it.
2004-09-23 18:45:54 +00:00
Marius Vollmer
fd936c9173
* api-i18n.texi: New file.
...
* Makefile.am (guile_TEXINFOS): Added it.
2004-09-23 18:45:35 +00:00
Marius Vollmer
6e4ea094be
Refer to scm_string_copy_x as a subst for gh_set_substring.
2004-09-22 21:53:46 +00:00
Marius Vollmer
a7633ed60e
Mention scm_car, etc as the replacement for gh_car, etc.
2004-09-22 17:46:55 +00:00
Marius Vollmer
7f4c83e3b4
Document scm_car, scm_cdr, scm_caar, scm_cadr, etc.
2004-09-22 17:46:37 +00:00
Marius Vollmer
052567604f
Docs for substring/read-only.
2004-09-22 14:46:18 +00:00
Marius Vollmer
0896292232
docs for scm_to_mpz and scm_from_mpz.
2004-09-21 00:43:34 +00:00
Kevin Ryde
c5fa4dff01
*** empty log message ***
2004-09-15 22:33:13 +00:00
Kevin Ryde
0b8b0a3f7b
(Equality): Revise for clarity.
2004-09-15 22:30:59 +00:00
Marius Vollmer
062f47121f
*** empty log message ***
2004-09-08 17:01:34 +00:00
Marius Vollmer
719305cfe6
(integer-expt): Updated from docstring.
2004-09-08 16:59:49 +00:00
Marius Vollmer
0b49c6452b
*** empty log message ***
2004-09-08 16:20:21 +00:00
Marius Vollmer
6ef7423a41
(CLEANFILES, MAINTAINERCLEANFILES): Moved autoconf-macros.texi to
...
MAINTAINERCLEANFILES. It is in the tarball and we shouldn't clean it,
then.
2004-09-08 16:17:55 +00:00
Kevin Ryde
242a43b5b3
*** empty log message ***
2004-09-07 01:06:20 +00:00
Kevin Ryde
01357a75f0
(System Identification): Remove software-type, it doesn't
...
exist in the guile core.
2004-09-07 01:02:12 +00:00
Kevin Ryde
633acbe208
(SRFI-10): Revise and expand.
2004-09-07 01:00:25 +00:00
Kevin Ryde
5de126589a
*** empty log message ***
2004-09-07 00:36:48 +00:00
Kevin Ryde
af1323c50c
(Parallel Forms): In parallel, letpar, par-map,
...
n-par-map and n-for-each-par-map, describe each form as being in its
own thread, not a new thread, since for instance the calling thread is
used when only one form. Plus typo in n-for-each-par-map example
equivalent for-each + n-par-map.
2004-09-07 00:33:33 +00:00
Kevin Ryde
bdd46043c0
(Locales): Use @var for category arg.
2004-09-07 00:30:44 +00:00
Kevin Ryde
f0d9412e6a
*** empty log message ***
2004-09-07 00:28:54 +00:00
Kevin Ryde
0ef5ee469d
(let-keywords Reference): Typo, should be let-keywords* @deffnx.
2004-09-07 00:28:14 +00:00
Kevin Ryde
23311fb045
*** empty log message ***
2004-09-02 00:13:20 +00:00
Kevin Ryde
471d2c6d22
(Formatted Output): Excess arguments are ignored.
...
In ~*, correction N parameter cannot be negative. In ~t, note
port-column used.
2004-09-02 00:12:44 +00:00
Kevin Ryde
56828faf32
*** empty log message ***
2004-08-28 22:18:19 +00:00
Kevin Ryde
6b1a6e4cef
(SRFI-2): Note empty body is #t.
2004-08-28 22:17:45 +00:00
Marius Vollmer
c9dc8c6cec
Additions.
2004-08-25 19:03:14 +00:00
Marius Vollmer
c310ad4f20
Typos fixed. Use existing functions in explaining symbol and keyword
...
snarfer.
2004-08-25 19:02:34 +00:00