Kevin Ryde
5b4dba24ef
Typo in:
...
(SRFI-13 Predicates): Add string-any and
string-every support for char and charset predicates.
2004-08-14 00:51:57 +00:00
Kevin Ryde
6ae50c7153
(SRFI-13 Predicates): Add string-any and
...
string-every support for char and charset predicates.
2004-08-14 00:48:32 +00:00
Marius Vollmer
bb26cc2d28
*** empty log message ***
2004-08-11 19:39:44 +00:00
Marius Vollmer
35da08ee37
(scm_c_round, scm_c_truncate): Docs for'em.
2004-08-11 19:36:55 +00:00
Marius Vollmer
c88453e881
Typos.
2004-08-10 15:58:57 +00:00
Marius Vollmer
f9751e8660
*** empty log message ***
2004-08-10 14:16:46 +00:00
Marius Vollmer
273167608a
Updated example to use scm_to_locale_string
...
instead of roll-your-own scm_to_string. Also showcase
scm_frame_free.
2004-08-10 14:16:34 +00:00
Marius Vollmer
91210d629f
Docs for scm_is_string, scm_to_locale_string*, and
...
scm_from_locale_string*.
2004-08-10 14:15:33 +00:00
Marius Vollmer
a90968fabb
Docs for scm_frame_free.
2004-08-10 14:14:46 +00:00
Marius Vollmer
565b4a6f31
Removed caveat that pretty-print uses its own 'write' implementation.
2004-08-09 21:58:14 +00:00
Kevin Ryde
636d4be535
*** empty log message ***
2004-08-09 01:33:36 +00:00
Kevin Ryde
092bdcc46b
In open-file, split a paragraph for clarity.
2004-08-09 01:33:03 +00:00
Kevin Ryde
c755b8615e
(File Ports): In open-file, describe the "b" binary flag.
2004-08-09 01:32:22 +00:00
Kevin Ryde
abc358f9c5
(SLIB): Add notes on delete-file, provided? and open-file
...
overridden by ice-9 slib module.
2004-08-09 01:29:52 +00:00
Kevin Ryde
29e6112441
*** empty log message ***
2004-08-05 00:46:34 +00:00
Kevin Ryde
e136aab0cc
(Arbiters): Tweak wording for clarity, note any
...
thread can unlock not just the one which locked.
2004-08-05 00:38:13 +00:00
Kevin Ryde
ef04832454
(Processes): Add setgroups.
2004-08-05 00:17:39 +00:00
Kevin Ryde
c1ab739754
(SRFI-13 Predicates): Tweak wording for clarity.
...
For string-every, note return is #t when no characters. For
string-any and string-every, note last pred call is not currently a
tail call, contrary to SRFI-13 spec.
2004-08-05 00:10:22 +00:00
Kevin Ryde
5982a8e012
(Conventions): Describe system-error args, use @defun for
...
system-error-errno instead of just words.
2004-08-05 00:02:23 +00:00
Kevin Ryde
c5e45cba93
*** empty log message ***
2004-08-04 23:49:30 +00:00
Marius Vollmer
96d8c21757
*** empty log message ***
2004-08-03 17:16:29 +00:00
Marius Vollmer
5615f696b6
Added scm_is_complex, scm_is_number, scm_c_make_rectangular,
...
scm_c_make_polar, scm_c_rela_part, scm_c_imag_part, scm_c_magnitude,
and scm_c_angle.
2004-08-03 17:15:51 +00:00
Marius Vollmer
c165cd437c
*** empty log message ***
2004-08-03 14:55:42 +00:00
Marius Vollmer
d3df975916
Added scm_is_real, scm_is_rational, scm_to_double, scm_from_double,
...
numerator, and denominator.
2004-08-03 14:55:20 +00:00
Marius Vollmer
5aa76027f5
Typos and a small addition.
2004-08-03 14:54:17 +00:00
Marius Vollmer
145c4821fd
* api-deprecated.texi: Removed.
2004-08-02 16:29:37 +00:00
Marius Vollmer
f625d00fe3
*** empty log message ***
2004-08-02 15:15:45 +00:00
Marius Vollmer
235da338fa
* api-deprecated.texi: Removed.
...
* intro.texi (Discouraged and Deprecated): General information
about deprecation, etc.
2004-08-02 15:15:31 +00:00
Marius Vollmer
c079ba3be1
*** empty log message ***
2004-08-02 12:33:07 +00:00
Marius Vollmer
4002a7088e
Replaced references to scm_num2* with scm_to_* and references to
...
scm_*2num with scm_from_*.
2004-08-02 12:32:41 +00:00
Marius Vollmer
8a3befe34a
*** empty log message ***
2004-08-02 12:29:49 +00:00
Marius Vollmer
07d83abe7b
* scheme-binding.texi: Renamed to api-binding.texi.
...
* scheme-compound.texi: Renamed to api-compound.texi.
* scheme-control.texi: Renamed to api-control.texi.
* scheme-data.texi: Renamed to api-data.texi.
* scheme-debug.texi: Renamed to api-debug.texi.
* deprecated.texi: Renamed to api-deprecated.texi.
* scheme-evaluation.texi: Renamed to api-evaluation.texi.
* ref-init.texi: Renamed to api-init.texi.
* scheme-io.texi: Renamed to api-io.texi.
* scheme-memory.texi: Renamed to api-memory.texi.
* scheme-modules.texi: Renamed to api-modules.texi.
* scheme-options.texi: Renamed to api-options.texi.
* scm.texi: Renamed to api-overview.texi.
* scheme-procedures.texi: Renamed to api-procedures.texi.
* scheme-scheduling.texi: Renamed to api-scheduling.texi.
* scheme-scm.texi: Renamed to api-scm.texi.
* scheme-smobs.texi: Renamed to api-smobs.texi.
* scheme-snarf.texi: Renamed to api-snarf.texi.
* scheme-translation.texi: Renamed to api-translation.texi.
* scheme-utility.texi: Renamed to api-utility.texi.
* debugging.texi: Renamed to scheme-debugging.texi.
* scripts.texi: Renamed to scheme-scripts.texi.
* program.texi: Renamed to libguile-program.texi.
2004-08-02 12:29:00 +00:00
Marius Vollmer
237be23842
* program.texi: Renamed to libguile-program.texi. Changed all
...
references.
2004-08-02 11:46:57 +00:00
Marius Vollmer
c393de666c
Renamed to libguile-program.texi.
2004-08-02 11:41:23 +00:00
Marius Vollmer
da1e6e6710
*** empty log message ***
2004-07-30 12:39:36 +00:00
Marius Vollmer
f47029a180
(Formatted Output): Changed @w to @w{} in itemize. The former doesn't
...
work for some reason...
2004-07-30 12:39:29 +00:00
Kevin Ryde
eab8f8b208
*** empty log message ***
2004-07-28 00:54:29 +00:00
Kevin Ryde
76d3f3d47f
(Formatted Output): Rewrite, describing escapes
...
and parameters in detail.
2004-07-28 00:54:04 +00:00
Kevin Ryde
17bf4bfa21
(@le, @ge): New macros for ifnottex.
2004-07-28 00:53:09 +00:00
Kevin Ryde
e759bc7c33
*** empty log message ***
2004-07-24 00:45:53 +00:00
Kevin Ryde
7ac44f03c6
(@nicode): Use @alias instead of @macro, for correct
...
handling of backslashes.
2004-07-24 00:45:02 +00:00
Kevin Ryde
317b4c4ac1
*** empty log message ***
2004-07-24 00:26:09 +00:00
Kevin Ryde
6df2ef3baf
(Smobs): In SCM_SMOB_OBJECT_LOC,
...
SCM_SMOB_OBJECT_2_LOC, SCM_SMOB_OBJECT_3_LOC, use {} to avoid "*"
getting into the index as part of the macro name.
2004-07-24 00:21:43 +00:00
Kevin Ryde
46b66e1a06
Make it vindex instead:
...
(Frames): Add @vindex for SCM_F_WIND_EXPLICITLY.
2004-07-24 00:19:27 +00:00
Kevin Ryde
30a80af9f5
(Frames): Add @findex for SCM_F_WIND_EXPLICITLY.
2004-07-24 00:17:50 +00:00
Kevin Ryde
3411101584
*** empty log message ***
2004-07-24 00:15:15 +00:00
Kevin Ryde
9e5b43bf57
(String Syntax): Add all backslash forms accepted.
...
(Regexp Functions): Use @defvar for regexp/icase etc, to emphasise
that they're variables not symbols etc.
2004-07-24 00:14:48 +00:00
Kevin Ryde
5eef0f619a
(SRFI-0): Revise for clarity, drop BNF in favour
...
of plain description, emphasise this is just for portable programs.
2004-07-24 00:08:47 +00:00
Marius Vollmer
0523f1c0d8
*** empty log message ***
2004-07-10 14:43:55 +00:00
Marius Vollmer
5f7fa54d98
Updated for new scm_is_bool, scm_is_true, etc.
2004-07-10 14:43:33 +00:00