1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 11:10:27 +02:00
Commit graph

10137 commits

Author SHA1 Message Date
Kevin Ryde
dd64bb8e18 (let-keywords, let-keywords*, let-optional,
let-optional*): Add tests of internal defines when no bindings.
2004-09-25 22:19:39 +00:00
Kevin Ryde
c5bc6e2e2e (let-optional-template, let-keywords-template): Change
"(begin body)" to "(let () body)" for empty bindings, since the former
allows "internal defines" in body leak out to the surrounding
environment.
2004-09-25 22:18:06 +00:00
Rob Browning
d825734e17 Bring into sync with current debian tree -- remove extraneous
--enable-maintainer-mode argument.
2004-09-23 01:49:11 +00:00
Rob Browning
f8dee02c79 *** empty log message *** 2004-09-20 06:30:43 +00:00
Rob Browning
cfa8856006 *** empty log message *** 2004-09-20 06:01:15 +00:00
Rob Browning
57d2b89964 Update copyright notice. 2004-09-20 05:50:21 +00:00
Rob Browning
b4393f8b3c (scm_compile_shell_switches): Update copyright. 2004-09-20 05:46:56 +00:00
Rob Browning
7987378bd3 *** empty log message *** 2004-09-20 05:45:39 +00:00
Rob Browning
bd1759069d Update copyright notice. 2004-09-20 05:44:48 +00:00
Rob Browning
6ce15cabc5 (scm_set_smob_apply): Back out scm_remember_upto_here_1 addition from
yesterday.  It worked, but wasn't the "right" fix since tc is not
subject to GC and has the wrong type.  Instead, rearrange the code in
a way that also avoids the segfault.  Thanks to Sam Hocevar.
2004-09-20 05:43:15 +00:00
Rob Browning
90dab4b852 *** empty log message *** 2004-09-20 05:15:50 +00:00
Rob Browning
e63bb69d27 *** empty log message *** 2004-09-20 03:47:15 +00:00
Rob Browning
8d0c5006b9 (scm_set_smob_apply): protect tc value with scm_remember_upto_here_1.
Problem was noticed when m68k build segfaulted on document generation.
Reported by Sam Hocevar <sam@zoy.org> (thanks).
2004-09-20 03:47:07 +00:00
Rob Browning
e0a5032c60 *** empty log message *** 2004-09-13 00:17:02 +00:00
Kevin Ryde
a236dcd768 *** empty log message *** 2004-09-09 00:10:36 +00:00
Kevin Ryde
f86d524a89 (scm_getc, scm_lfwrite): Recognise \a \b and \r for port column. 2004-09-09 00:10:02 +00:00
Kevin Ryde
1e7e862431 (port-column): Further tests, of new \a \b \r. 2004-09-09 00:09:24 +00:00
Kevin Ryde
5a8d151e8a *** empty log message *** 2004-09-09 00:02:08 +00:00
Kevin Ryde
d987a73787 (SCM_ZEROCOL, SCM_DECCOL): New macros. 2004-09-09 00:01:08 +00:00
Kevin Ryde
a7dbec8a51 (stream-for-each-many): Correction, should recurse into
itself, not stream-for-each-one.
2004-09-08 23:02:21 +00:00
Kevin Ryde
5448f52abf *** empty log message *** 2004-09-08 22:55:25 +00:00
Kevin Ryde
901cbf47ee New file. 2004-09-08 22:52:27 +00:00
cvs2svn
0e568c0d83 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2004-09-08 22:51:09 +00:00
Kevin Ryde
148c3306f6 New file. 2004-09-08 22:51:08 +00:00
Kevin Ryde
f749e803fd (stream-for-each-many): Correction, should recurse into
itself, not stream-for-each-one.
2004-09-08 22:43:10 +00:00
Kevin Ryde
464ee095ff (_POSIX_C_SOURCE): Use this only on hpux, it
causes too many problems elsewhere (glibc, freebsd, mingw).  Reported
by Andreas Vögele.
2004-09-08 22:14:59 +00:00
Marius Vollmer
eb8d0af1f5 *** empty log message *** 2004-09-08 17:15:43 +00:00
Marius Vollmer
f731051e38 (EXTRA_libguile_la_SOURCES): Removed "alloca.c". 2004-09-08 17:15:21 +00:00
Marius Vollmer
31e4c69e95 Fail when alloca can not be found natively. 2004-09-08 17:15:13 +00:00
Marius Vollmer
062f47121f *** empty log message *** 2004-09-08 17:01:34 +00:00
Marius Vollmer
2325077007 Synced from libguile/ 2004-09-08 17:00:04 +00:00
Marius Vollmer
719305cfe6 (integer-expt): Updated from docstring. 2004-09-08 16:59:49 +00:00
Marius Vollmer
0b49c6452b *** empty log message *** 2004-09-08 16:20:21 +00:00
Marius Vollmer
6005b7a235 Don't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2)
instead.
2004-09-08 16:19:51 +00:00
Marius Vollmer
be2540fa56 (scripts_sources): Added snarf-guile-m4-docs. 2004-09-08 16:18:29 +00:00
Marius Vollmer
6ef7423a41 (CLEANFILES, MAINTAINERCLEANFILES): Moved autoconf-macros.texi to
MAINTAINERCLEANFILES.  It is in the tarball and we shouldn't clean it,
then.
2004-09-08 16:17:55 +00:00
Marius Vollmer
e548be5fe6 *** empty log message *** 2004-09-08 14:36:16 +00:00
Marius Vollmer
bdb112ea6b (expt): Only call integer-expt for an exact integer exponent, not for
an inexact integer one.  Also, let integer-expt handle negative
exponents instead of doing it here.
2004-09-08 14:34:51 +00:00
Marius Vollmer
0e12d408bd (real_eqv): Pretend that all NaNs are equal. 2004-09-08 14:32:47 +00:00
Marius Vollmer
0bafe73b5d (scm_integer_expt): Do not accept inexact integers. 2004-09-08 14:09:01 +00:00
Marius Vollmer
874fbad116 *** empty log message *** 2004-09-08 10:37:38 +00:00
Kevin Ryde
05414844e1 *** empty log message *** 2004-09-08 01:23:35 +00:00
Kevin Ryde
e456f08e24 Correction to:
(integer?): Exercise nan and +/-inf.

+/-inf should be #t.
2004-09-08 01:22:37 +00:00
Kevin Ryde
7424deab5d (port-column): Further tests, of new \a \b \r. 2004-09-08 01:20:52 +00:00
Kevin Ryde
1e35a229f0 Revert this:
(scm_integer_p): +/-inf is not an integer.
2004-09-08 01:03:06 +00:00
Marius Vollmer
ce76fac1fe *** empty log message *** 2004-09-07 15:51:49 +00:00
Marius Vollmer
414f3b7c9d * gc.h (SCM_SET_FREE_CELL_TYPE): New macro.
* gc.c (init_heap_seg): Use it instead of SCM_SET_CELL_TYPE, which
might cause unwanted checking with SCM_DEBUG_CELL_ACCESSES.
2004-09-07 15:50:36 +00:00
Marius Vollmer
b2699bc3d9 *** empty log message *** 2004-09-07 14:31:05 +00:00
Marius Vollmer
d1e9bba5ef Corrected description of string-tokenize. 2004-09-07 14:30:55 +00:00
Marius Vollmer
616775edb7 (scm_string_trim_right, scm_string_xcopy_x): Correctly use size_t for
some locals instead of int.
2004-09-07 13:48:49 +00:00