Marius Vollmer
48c8d9c74e
Added scm_is_eq, scm_eq_p, scm_eqv_p, and scm_equal_p.
2004-07-06 14:22:11 +00:00
Marius Vollmer
ef53cad458
Remove non-R5RS stuff from the 'rn' index.
2004-07-06 14:21:46 +00:00
Marius Vollmer
9b5eee309e
*** empty log message ***
2004-07-06 13:20:07 +00:00
Marius Vollmer
66dd7f149c
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively.
2004-07-06 13:19:42 +00:00
Marius Vollmer
170bb182fa
New file.
2004-07-06 13:13:37 +00:00
Marius Vollmer
2aac7a4825
Added test-conversion to the TESTS.
2004-07-06 13:13:14 +00:00
Marius Vollmer
9cb7d02b42
*** empty log message ***
2004-07-06 12:02:59 +00:00
Marius Vollmer
590f893b3b
*** empty log message ***
2004-07-06 11:52:50 +00:00
Marius Vollmer
00874d5fb0
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively.
2004-07-06 11:02:47 +00:00
Marius Vollmer
054ebf6ca5
*** empty log message ***
2004-07-06 11:02:18 +00:00
Marius Vollmer
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
SCM_NEGATE_BOOL, SCM_BOOLP): Deprecated by moving into "deprecated.h".
Replaced all uses with scm_is_false, scm_is_true, scm_from_bool, and
scm_is_bool, respectively.
2004-07-06 10:59:25 +00:00
Marius Vollmer
9c293a3d2f
(scm_is_eq): New.
2004-07-06 10:42:33 +00:00
Marius Vollmer
1fe56d60fd
(scm_is_bool): Fix typo.
...
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
SCM_NEGATE_BOOL, SCM_BOOLP): Deprecated by moving into "deprecated.h".
Replaced all uses with scm_is_false, scm_is_true, scm_from_bool, and
scm_is_bool, respectively.
2004-07-06 10:25:37 +00:00
Marius Vollmer
73e4de09b9
(scm_is_integer, scm_is_signed_integer, scm_is_unsigned_integer,
...
scm_to_signed_integer, scm_to_unsigned_integer, scm_to_schar,
scm_to_uchar, scm_to_char, scm_to_short, scm_to_ushort, scm_to_long,
scm_to_ulong, scm_to_size_t, scm_to_ssize_t, scm_from_schar,
scm_from_uchar, scm_from_char, scm_from_short, scm_from_ushort,
scm_from_int, scm_from_uint, scm_from_long, scm_from_ulong,
scm_from_size_t, scm_from_ssize_t, scm_is_real, scm_to_double,
scm_from_double): New.
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
SCM_NEGATE_BOOL, SCM_BOOLP): Deprecated by moving into "deprecated.h".
Replaced all uses with scm_is_false, scm_is_true, scm_from_bool, and
scm_is_bool, respectively.
2004-07-06 10:23:30 +00:00
Marius Vollmer
ede310d888
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
SCM_NEGATE_BOOL, SCM_BOOLP): Deprecated by moving into
"deprecated.h". Replaced all uses with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively.
* boolean.h (scm_is_bool): Fix bug in prototype.
(scm_from_bool): The argument is "x" not "f", stupid.
2004-07-06 10:05:45 +00:00
Marius Vollmer
0954f871cd
*** empty log message ***
2004-07-06 09:54:35 +00:00
Marius Vollmer
71ab4b5057
*** empty log message ***
2004-07-05 17:38:19 +00:00
Marius Vollmer
103f4adfbf
(Booleans): Added reference entries for scm_is_true, scm_is_false,
...
scm_is_bool, scm_from_bool, and scm_to_bool.
2004-07-05 17:37:41 +00:00
Marius Vollmer
800570a6c7
*** empty log message ***
2004-07-05 17:14:23 +00:00
Marius Vollmer
3a684cc6c9
(scm_is_true, scm_is_false, scm_from_bool, scm_to_bool): New.
2004-07-05 17:13:39 +00:00
Kevin Ryde
e4e249c1b8
*** empty log message ***
2004-07-05 00:21:24 +00:00
Kevin Ryde
40827c6d16
*** empty log message ***
2004-07-05 00:09:17 +00:00
Kevin Ryde
fbacbccede
(system): Correction to redefinition, now guile is stricter
...
about when a define binding comes into existance.
2004-07-05 00:08:24 +00:00
Kevin Ryde
4d0bfea130
(isinf, isnan): Detect macro versions as well as
...
functions, since C99 specifies them as macros and that's all HP-UX
has. Reported by Andreas Voegele.
2004-07-05 00:04:39 +00:00
Kevin Ryde
ad3e9ceb94
*** empty log message ***
2004-07-05 00:01:48 +00:00
Kevin Ryde
b2e723816a
Correction to heading comment.
2004-07-05 00:00:48 +00:00
Kevin Ryde
981e8059b9
*** empty log message ***
2004-07-04 23:58:05 +00:00
Kevin Ryde
c0967f56b0
(uvec_sizes): Add "const".
2004-07-04 23:57:10 +00:00
Marius Vollmer
64c48ef3a5
Typo.
2004-07-01 10:53:47 +00:00
Marius Vollmer
59f8497623
*** empty log message ***
2004-07-01 10:51:42 +00:00
Marius Vollmer
faaa91e742
Make sure there is a space between function name and the following
...
opening parentheses everywhere. texinfo.tex relies on this.
2004-07-01 10:51:28 +00:00
Marius Vollmer
c3fffa2e9b
*** empty log message ***
2004-06-28 14:49:44 +00:00
Marius Vollmer
06a2c45b12
Removed code for --enable-htmldoc; support for HTML is now included in
...
automake.
2004-06-28 14:47:34 +00:00
Marius Vollmer
c44a931da1
* hierarchy.png: New file.
2004-06-28 14:44:43 +00:00
Marius Vollmer
e0611a1c6f
Removed home-grown code for HTML generation.
...
Automake does it for us now.
(goops_TEXINFOS): Added hierarchy.png
2004-06-28 14:41:23 +00:00
Marius Vollmer
ad6ecedaa0
*** empty log message ***
2004-06-28 14:40:48 +00:00
Marius Vollmer
ba645b32e2
Removed home-grown code for HTML generation. Automake does it for us
...
now.
2004-06-28 14:35:08 +00:00
Marius Vollmer
abbcae611d
*** empty log message ***
2004-06-28 14:34:42 +00:00
Marius Vollmer
ae7ded5671
*** empty log message ***
2004-06-28 13:40:18 +00:00
Marius Vollmer
7aaaee73a0
Removed code for --enable-htmldoc; support for HTML is now included in
...
automake.
2004-06-28 13:39:31 +00:00
Marius Vollmer
aef35c0e7d
*** empty log message ***
2004-06-28 13:31:36 +00:00
cvs2svn
c4eef6953c
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2004-06-28 13:31:11 +00:00
Marius Vollmer
4472f9202a
* hierarchy.png: New file.
2004-06-28 13:31:10 +00:00
Marius Vollmer
0f4fb2da85
Removed home-grown code for HTML generation.
...
Automake does it for us now.
(goops_TEXINFOS): Added hierarchy.png
2004-06-28 13:27:28 +00:00
Marius Vollmer
e4e4449c63
*** empty log message ***
2004-06-28 13:25:25 +00:00
Marius Vollmer
92aba979b6
Removed home-grown code for HTML generation. Automake does it for us
...
now.
2004-06-28 13:25:14 +00:00
Marius Vollmer
98f445f4b5
Do not use TeXinfo markup in section or node names.
2004-06-28 13:24:53 +00:00
Marius Vollmer
fc16715cd3
*** empty log message ***
2004-06-28 13:19:54 +00:00
Marius Vollmer
1a4e53eeca
(Top): Use @ifnottex instead of @ifinfo for the
...
beneift of makeinfo --html.
2004-06-28 13:19:42 +00:00
Marius Vollmer
10ba5148c7
Removed home-grown code for HTML generation. Automake does it for us
...
now.
2004-06-28 13:19:26 +00:00