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
Dirk Herrmann
211efb313e
* Removed function scm_gc_mark_cell_conservatively.
2001-09-17 20:25:23 +00:00
Gary Houston
6c1b762870
* root.h (scm_root_state): removed the continuation_stack and
...
continuation_stack_ptr members, which have no apparent purpose.
(scm_continuation_stack, scm_continuation_stack_ptr): #defines
removed.
* root.c (root_mark), init.c (restart_stack, start_stack), gc
(scm_igc): remove all references to contination_stack and
continuation_stack_ptr, avoiding allocation of a vector and
useless processing during gc.
2001-09-15 21:56:52 +00:00
Dirk Herrmann
455c0ac82b
* Some renamings and minor fixes.
2001-09-13 22:29:44 +00:00
Dirk Herrmann
22ba637b12
* Simplified handling of static glocal SCM variable.
2001-09-13 21:58:15 +00:00
Dirk Herrmann
c3c4d80154
* Fixed some typing bugs. Thanks to Rob Browning.
2001-09-13 21:22:37 +00:00
Dirk Herrmann
b00418df09
* Added function scm_str2string. Thanks to Martin Baulig.
2001-09-12 19:53:57 +00:00
Gary Houston
6ddd941279
2001-09-12 Gary Houston <ghouston@arglist.com>
...
* srfi-1.scm (filter): change "caller" to "filter" in check-arg-type.
2001-09-12 19:15:33 +00:00
Thien-Thi Nguyen
4d81365694
Add `arity' enhancement news.
2001-09-09 01:19:08 +00:00
Thien-Thi Nguyen
019450287f
*** empty log message ***
2001-09-09 01:17:49 +00:00
Thien-Thi Nguyen
4d23670ec4
(arity): Use new `arglist' procedure property to
...
present a more detailed argument list.
2001-09-09 01:16:42 +00:00
Thien-Thi Nguyen
8d41ec9d0f
(lambda*): Record the broken-down argument list in
...
the `arglist' procedure property.
2001-09-09 01:15:53 +00:00
Thien-Thi Nguyen
998bfc70f0
Add `arity' enhancement news.
2001-09-09 01:09:24 +00:00