1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 01:30:19 +02:00
Commit graph

6928 commits

Author SHA1 Message Date
Rob Browning
8b7838b558 * tests/numbers.test (fixnum-bit): compute dynamically. 2001-09-21 17:54:27 +00:00
Rob Browning
2f3b3004fb *** empty log message *** 2001-09-21 17:52:07 +00:00
Rob Browning
e83d9f0cb1 * chars.h (SCM_MAKE_CHAR): coerce value to intptr_t. 2001-09-21 17:51:01 +00:00
Rob Browning
c22a0f5570 * debug.c (debugobj_print): coerce scm_intprint arg 1 to long, not
int.
2001-09-21 17:50:53 +00:00
Rob Browning
8ed5a245b3 * error.c (scm_wta): coerce char* to intptr_t before int
assignment.
2001-09-21 17:50:45 +00:00
Rob Browning
c952c7c062 * numbers.c (scm_gcd): change "k" to a long from an int.
Otherwise it fails on the alpha.  However, we might rather choose
this size conditionally.
2001-09-21 17:50:36 +00:00
Rob Browning
0269ef1a7d * strings.h (SCM_SET_STRING_LENGTH): coerce "l" to a long.
Otherwise it fails on the alpha.  However, we might rather choose
this size conditionally.
2001-09-21 17:50:21 +00:00
Rob Browning
437424988d * srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1 in "<<".
(scm_char_set_hash): val needs to be long, not just unsigned.
(scm_char_set): need 1L, not just 1 in "<<".
(scm_list_to_char_set): need 1L, not just 1 in "<<".
(scm_list_to_char_set_x): need 1L, not just 1 in "<<".
(scm_list_to_char_set_x): FUNC_NAME was wrong - added a _x.
(scm_string_to_char_set): string length var needed to be
scm_sizet, not int.
(scm_string_to_char_set): need 1L, not just 1 in "<<".
(scm_string_to_char_set_x): string length var needed to be
scm_sizet, not int.
(scm_string_to_char_set_x): need 1L, not just 1 in "<<".
(scm_char_set_filter): need 1L, not just 1 in "<<".
(scm_char_set_filter_x): need 1L, not just 1 in "<<".
(scm_ucs_range_to_char_set): need 1L, not just 1 in "<<".
(scm_ucs_range_to_char_set_x): need 1L, not just 1 in "<<".
(scm_char_set_adjoin): need 1L, not just 1 in "<<".
(scm_char_set_delete): need 1L, not just 1 in "<<".
(scm_char_set_adjoin_x): need 1L, not just 1 in "<<".
(scm_char_set_delete_x): need 1L, not just 1 in "<<".
2001-09-21 17:48:50 +00:00
Rob Browning
f477475abd * srfi-14.h (SCM_CHARSET_GET): need 1L, not just 1 in "<<". 2001-09-21 17:48:35 +00:00
Rob Browning
10f24c2903 * tests/numbers.test (fixnum-bit): compute dynamically. 2001-09-21 17:47:43 +00:00
Rob Browning
5ed969329c * tests/bit-operations.test (fixnum-bit): compute dynamically. 2001-09-21 17:47:35 +00:00
Mikael Djurfeldt
b58d997870 * numbers.c (scm_integer_expt): Accept inexact integer in second
argument.  (Thanks to Bill Schottstaedt.)
2001-09-20 19:00:26 +00:00
Mikael Djurfeldt
2830fd91c6 * numbers.c (scm_integer_expt): Accept inexact integer in second
argument.  (Thanks to Bill Schottstaedt.)
2001-09-20 18:53:32 +00:00
Rob Browning
c13f0a90f4 *** empty log message *** 2001-09-20 16:48:02 +00:00
Rob Browning
70c07eed72 * configure.in (AC_CONFIG_FILES): add libguile/version.h. 2001-09-20 16:47:41 +00:00
Rob Browning
3143f1093d * version.c
(scm_major_version): support integer *_VERSION macros.
(scm_minor_version): support integer *_VERSION macros.
(scm_micro_version): support integer *_VERSION macros.
(scm_version): support integer *_VERSION macros.
2001-09-20 16:47:01 +00:00
Rob Browning
c8333bc59d * version.h: renamed to version.h.in. 2001-09-20 16:46:52 +00:00
Rob Browning
d2836a7db6 * version.h.in: renamed from version.h.
(SCM_GUILE_MAJOR_VERSION): new public macro.
(SCM_GUILE_MINOR_VERSION): new public macro.
(SCM_GUILE_MICRO_VERSION): new public macro.
2001-09-20 16:46:37 +00:00
Rob Browning
b1bdf8ec8a * versiondat.h.in: removed (obsolete). 2001-09-20 16:46:25 +00:00
Rob Browning
567c20bdb0 *** empty log message *** 2001-09-20 16:40:22 +00:00
Rob Browning
9aca7a900a * configure.in (AC_CONFIG_FILES): add libguile/version.h. 2001-09-20 16:39:27 +00:00
Rob Browning
c300b052a5 * .cvsignore: add version.h 2001-09-20 16:39:15 +00:00
Rob Browning
06b6af64a6 *** empty log message *** 2001-09-20 16:37:52 +00:00
Rob Browning
f521126fef * version.c
(scm_major_version): support integer *_VERSION macros.
(scm_minor_version): support integer *_VERSION macros.
(scm_micro_version): support integer *_VERSION macros.
(scm_version): support integer *_VERSION macros.
2001-09-20 16:37:19 +00:00
Rob Browning
9956131678 * version.h: renamed to version.h.in. 2001-09-20 16:36:57 +00:00
Rob Browning
a1bc1b60e0 * version.h.in: renamed from version.h.
(SCM_GUILE_MAJOR_VERSION): new public macro.
(SCM_GUILE_MINOR_VERSION): new public macro.
(SCM_GUILE_MICRO_VERSION): new public macro.
2001-09-20 16:36:42 +00:00
Rob Browning
93798dcd73 * versiondat.h.in: removed (obsolete). 2001-09-20 16:35:21 +00:00
Mikael Djurfeldt
a7f54aed6a * error.c, error.h: Made error keys globally accessible.
Applications might want to test for these or use them in a direct
call to scm_error.
2001-09-20 08:18:26 +00:00
Mikael Djurfeldt
147c18a0e4 * num2integral.i.c (NUM2INTEGRAL): Report an error when these
routines are passed an inexact.  This change in behavior is
motivated by concordance with R5RS: It is more common that a
primitive doesn't want to accept an inexact for an exact.
2001-09-20 08:17:25 +00:00
Mikael Djurfeldt
c0b76df451 * error.c, error.h: Made error keys globally accessible.
Applications might want to test for these or use them in a direct
call to scm_error.
2001-09-20 08:11:26 +00:00
Mikael Djurfeldt
e45b0d385c * num2integral.i.c (NUM2INTEGRAL): Report an error when these
routines are passed an inexact.  This change in behavior is
motivated by concordance with R5RS: It is more common that a
primitive doesn't want to accept an inexact for an exact.
2001-09-20 08:02:40 +00:00
Thien-Thi Nguyen
5a7f98d1ef *** empty log message *** 2001-09-19 13:38:10 +00:00
Thien-Thi Nguyen
9e536d7256 Fix number typo in "Jump Start" section. 2001-09-19 13:37:29 +00:00
Thien-Thi Nguyen
9d7e6c84ca *** empty log message *** 2001-09-19 13:36:48 +00:00
Thien-Thi Nguyen
9365ee8a20 Fix number typo in "Jump Start" section. 2001-09-19 13:36:05 +00:00
Thien-Thi Nguyen
82a8f222a5 *** empty log message *** 2001-09-19 13:22:14 +00:00
Thien-Thi Nguyen
92f87dec57 Fix improper `@result' usage. 2001-09-19 13:21:24 +00:00
Thien-Thi Nguyen
aee0492fb8 *** empty log message *** 2001-09-19 13:15:38 +00:00
Thien-Thi Nguyen
fab8ab3113 Fix improper `@result' usage. 2001-09-19 13:14:43 +00:00
Thien-Thi Nguyen
05f774ae6b *** empty log message *** 2001-09-19 13:06:10 +00:00
Thien-Thi Nguyen
b8ddfa7fd0 Commentary fix; nfc. 2001-09-19 13:05:13 +00:00
Thien-Thi Nguyen
af40357bc9 *** empty log message *** 2001-09-19 13:04:22 +00:00
Thien-Thi Nguyen
0755b9dfcb Commentary fix; nfc. 2001-09-19 13:03:25 +00:00
Thien-Thi Nguyen
66300f216a *** empty log message *** 2001-09-19 12:59:31 +00:00
Thien-Thi Nguyen
80f3ba2b9f (process-use-modules): Fix typo. 2001-09-19 12:58:34 +00:00
Thien-Thi Nguyen
a7a6705efe *** empty log message *** 2001-09-19 12:57:38 +00:00
Thien-Thi Nguyen
bd83482d50 (process-use-modules): Fix typo. 2001-09-19 12:56:28 +00:00
Mikael Djurfeldt
e8f9e6aa3d * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
$(srcdir) in order to support separate build trees.
2001-09-18 19:28:16 +00:00
Mikael Djurfeldt
29251befae * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
$(srcdir) in order to support separate build trees.
2001-09-18 18:17:17 +00:00
Dirk Herrmann
662c553964 * Removed function scm_gc_mark_cell_conservatively. 2001-09-17 20:32:53 +00:00