Marius Vollmer
3d5ebfa95c
*** empty log message ***
2004-05-10 20:43:00 +00:00
Marius Vollmer
d39a7b5881
(number->string): Added tests for non-radix-10 floating point
...
conversions.
2004-05-10 20:41:54 +00:00
Marius Vollmer
ed9f718f63
Added test-round.
2004-05-10 20:36:27 +00:00
Marius Vollmer
0b799eeab6
(FLOBUFLEN): Increase so that radix 2 strings will fit.
...
(fx): Removed.
(scm_dblprec, fx_per_radix, init_dblprec, init_fx_radix,
number_chars): New, to support variable radices.
(idbl2str): Use above instead of the old base-10 only tables.
(iflo2str): Pass on new RADIX argument to idbl2str.
(scm_number_to_string): Pass radix to iflo2str.
(scm_print_real, scm_print_complex): Explicitly pass radix 10 to
iflo2str.
(scm_init_numbers): Call init_dblprec and init_fx_radix for all
possible radices.
2004-05-10 20:35:39 +00:00
Kevin Ryde
8d7833a8c6
*** empty log message ***
2004-05-09 22:55:26 +00:00
Kevin Ryde
d12a658091
*** empty log message ***
2004-05-09 22:54:06 +00:00
Kevin Ryde
abff733bd7
(logbit?): New tests.
2004-05-09 22:53:24 +00:00
Kevin Ryde
f0a82ba793
(scm_logbit_p): Correction to test above the end of an
...
inum. Reported by Jan Konecny.
2004-05-09 22:51:24 +00:00
Kevin Ryde
58a4b0d6ac
*** empty log message ***
2004-05-09 22:50:24 +00:00
Kevin Ryde
34a3e10b36
(logbit?): New tests.
2004-05-09 22:49:43 +00:00
Kevin Ryde
20fcc8ed86
More of:
...
(scm_logbit_p): Correction to test above the end of an
inum. Reported by Jan Konecny.
2004-05-09 22:46:17 +00:00
Kevin Ryde
3ae69bb422
*** empty log message ***
2004-05-09 22:34:48 +00:00
Kevin Ryde
0d75f6d819
(scm_logbit_p): Correction to test above the end of an
...
inum. Reported by Jan Konecny.
2004-05-09 22:33:29 +00:00
Kevin Ryde
1dccbf7f5f
*** empty log message ***
2004-05-09 00:54:57 +00:00
Kevin Ryde
c60695a109
*** empty log message ***
2004-05-09 00:53:39 +00:00
Kevin Ryde
beab6d49dc
(test-dst, string->date local DST): Test with
...
"EST5EDT" instead of "CET", since HP-UX doesn't know CET. Reported by
Andreas Vögele.
2004-05-09 00:53:11 +00:00
Kevin Ryde
fc894caf84
*** empty log message ***
2004-05-09 00:50:30 +00:00
Kevin Ryde
957f3c2b6c
(test-dst, string->date local DST): Test with
...
"EST5EDT" instead of "CET", since HP-UX doesn't know CET.
2004-05-09 00:49:25 +00:00
Marius Vollmer
c1e7caf726
*** empty log message ***
2004-05-06 17:04:04 +00:00
Marius Vollmer
05f81734e3
Updated for new SCM_SMOB_* macros.
2004-05-06 16:58:47 +00:00
Marius Vollmer
916542f1ce
Moved around the sections so that the manual overview comes first.
2004-05-06 16:58:23 +00:00
Marius Vollmer
fc038e5bdb
Updated for the new role of scm_t_bits.
2004-05-06 16:58:01 +00:00
Marius Vollmer
1ac1ba6a49
Typo.
2004-05-06 16:57:41 +00:00
Marius Vollmer
279688252e
*** empty log message ***
2004-05-06 16:43:46 +00:00
Marius Vollmer
f5710d53b1
Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use
...
SCM_SMOB_FLAGS and SCM_SET_SMOB_FLAGS instead of accessing the
zeroth word directly. Use SCM_SMOB_PREDICATE as appropriate.
2004-05-06 16:43:14 +00:00
Marius Vollmer
41a2f6fc0c
(SCM_CELL_WORD_LOC): Moved to "deprecated.h".
2004-05-06 16:42:50 +00:00
Marius Vollmer
fba8fdc0d3
(SCM_I_BIG_MPZ): Use SCM_CELL_OBJECT_LOC instead of taking the address
...
of SCM_CELL_WORD_1, the latter being no longer an lvalue.
2004-05-06 16:42:07 +00:00
Marius Vollmer
f7e69e2094
(SCM_VARIABLE_LOC): Use SCM_CELL_OBJECT_LOC instead of casting
...
SCM_CELL_WORD_LOC.
2004-05-06 16:41:47 +00:00
Marius Vollmer
37fc18ae73
* smob.h (SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, SCM_SMOB_FLAGS,
...
SCM_SET_SMOB_DATA_2, SCM_SET_SMOB_DATA_3, SCM_SET_SMOB_FLAGS,
SCM_SMOB_OBJECT, SCM_SMOB_OBJECT_2, SCM_SMOB_OBJECT_3,
SCM_SET_SMOB_OBJECT, SCM_SET_SMOB_OBJECT_2, SCM_SET_SMOB_OBJECT_3,
SCM_SMOB_OBJECT_LOC, SCM_SMOB_OBJECT_2_LOC,
SCM_SMOB_OBJECT_3_LOC): New.
* smob.c (scm_i_set_smob_flags): New function.
2004-05-06 16:41:27 +00:00
Marius Vollmer
33c527ec83
(scm_t_cell): Fields are now of type SCM instead of
...
scm_t_bits. Updated all users.
(SCM_GC_CARD_SIZE_MASK): Use SCM_GC_SIZEOF_CARD instead of
duplicating the code.
(SCM_CELL_OBJECT_LOC): New.
(SCM_CARLOC, SCM_CDRLOC): Use it instead of SCM_CELL_WORD_LOC.
(SCM_CELL_WORD_LOC): Moved to "deprecated.h".
2004-05-06 16:41:08 +00:00
Marius Vollmer
050fedc4fd
Fixed typo in comment.
2004-05-06 16:28:18 +00:00
Dirk Herrmann
9f84d6aac7
* boot-9.scm (resolve-module): Always start searching from the
...
root module. This will allow the C equivalent scm_resolve_module
to work, independent of what the current module is.
2004-05-03 22:42:09 +00:00
Kevin Ryde
5ad9bb4b39
*** empty log message ***
2004-05-02 23:32:58 +00:00
Kevin Ryde
020d2dd675
(strftime): Force tm:isdst to 0 for the test, for
...
the benefit of HP-UX. Reported by Andreas Vögele.
Use set-tm:zone rather than a hard coded vector offset.
2004-05-02 23:25:41 +00:00
Kevin Ryde
b551c697dd
*** empty log message ***
2004-05-02 23:09:37 +00:00
Kevin Ryde
feb3640d87
(strftime): Force tm:isdst to 0 for the test, for
...
the benefit of HP-UX. Reported by Andreas Vögele.
Use set-tm:zone rather than a hard coded vector offset.
2004-05-02 23:08:58 +00:00
Kevin Ryde
3702692567
*** empty log message ***
2004-05-01 21:51:03 +00:00
Kevin Ryde
0a9ea92c90
(scm_macroexp): Add prototype, since it's not in eval.h under
...
--disable-deprecated. Reported by Andreas Vögele.
2004-05-01 21:49:44 +00:00
Kevin Ryde
c585459825
*** empty log message ***
2004-05-01 21:33:12 +00:00
Kevin Ryde
0dbfb25a64
(varargs.h): Remove, leave just stdarg.h which is all the
...
code has support for. Fixes building with AIX cc, which is ansi but
doesn't define __STDC__. Reported by Keith Crane.
(var_start): Remove macro, this variation no longer required.
(scm_list_n): Use va_start directly.
2004-05-01 21:32:03 +00:00
Kevin Ryde
00fbf1e047
More of:
...
(_POSIX_C_SOURCE): Define to 199506L to get readdir_r (in
particular on HP-UX). Reported by Andreas Vögele.
2004-05-01 21:30:37 +00:00
Kevin Ryde
aa01be865e
*** empty log message ***
2004-05-01 21:27:16 +00:00
Kevin Ryde
558fe9ed15
(varargs.h): Remove, leave just stdarg.h which is all the
...
code has support for. Fixes building with AIX cc, which is ansi but
doesn't define __STDC__. Reported by Keith Crane.
(var_start): Remove macro, this variation no longer required.
(scm_list_n): Use va_start directly.
2004-05-01 21:26:35 +00:00
Kevin Ryde
312a986b11
(version.h): Change $^ to $(srcdir)/version.h.in, since
...
$^ is apparently not available on AIX 5.1. Reported by Keith Crane.
2004-05-01 21:16:29 +00:00
Kevin Ryde
f04a2d4bee
(version.h): Change $^ to version.h.in explicitly, since
...
$^ is apparently not available on AIX 5.1. Reported by Keith Crane.
2004-05-01 21:15:11 +00:00
Kevin Ryde
3cf17ef002
*** empty log message ***
2004-05-01 21:01:47 +00:00
Kevin Ryde
6d484a0be7
(_POSIX_C_SOURCE): Define to 199506L to get readdir_r (in
...
particular on HP-UX). Reported by Andreas Vögele.
2004-05-01 21:00:41 +00:00
Kevin Ryde
f26c1a32ad
*** empty log message ***
2004-04-30 23:45:25 +00:00
Kevin Ryde
5afcf08bb2
(scm_dynthrow): Use >= instead of SCM_PTR_GE which
...
is now gone. Reported by Andreas Vögele.
2004-04-30 23:34:01 +00:00
Dirk Herrmann
e68ef9c82b
* tests/elisp.test: Wrap tests in module (test-suite
...
test-<file-name without .test>), following a practice that was
used on a couple of files already.
2004-04-29 20:44:52 +00:00