Rob Browning
834b4863d8
*** empty log message ***
2004-11-12 03:58:40 +00:00
Rob Browning
aea9a070fc
(srfi_DATA): add srfi-39.scm.
2004-11-12 03:58:13 +00:00
Marius Vollmer
d54a27010d
*** empty log message ***
2004-11-05 15:32:55 +00:00
Marius Vollmer
01aed447d4
Use @ifnottex instead of @ifinfo around the "Top" node declaration so
...
that html can be generated. Use only lower case inside @sc. Move
editors outside of author table, which looks better in html.
2004-11-05 15:32:39 +00:00
Marius Vollmer
6887d541ce
*** empty log message ***
2004-11-04 17:12:07 +00:00
Marius Vollmer
b11b1bd4c1
(scm_charnames, scm_charnums): Added "sp" as an alias for "space".
...
Thanks to Bruce Korb!
2004-11-04 17:11:59 +00:00
Marius Vollmer
0c8ba7fb26
*** empty log message ***
2004-11-04 15:25:57 +00:00
Marius Vollmer
f508e7130e
(subdirs_with_ltlibs): Added libguile-ltdl.
2004-11-04 15:25:30 +00:00
Marius Vollmer
f64f0bfff4
(make_uvec): Use ((size_t)-1) instead of SIZE_MAX, for better
...
portability.
2004-11-04 15:22:02 +00:00
Marius Vollmer
1dbd057054
*** empty log message ***
2004-10-26 13:25:31 +00:00
Marius Vollmer
3df24a6e5e
(uvec_equalp): Bugfix; multiply length with type size to get the
...
correct number of bytes to compare with memcmp.
2004-10-26 12:55:36 +00:00
Rob Browning
9dd77550c3
*** empty log message ***
2004-10-05 03:58:55 +00:00
Marius Vollmer
c88a951fd4
*** empty log message ***
2004-09-29 15:59:01 +00:00
Marius Vollmer
f208b9be8a
(array-equal?): New test.
2004-09-29 15:58:39 +00:00
Marius Vollmer
0f63e88d5d
(scm_array_equal_p): Include scm_tc7_svect in switch. Thanks to
...
Roland Orre!
2004-09-29 15:58:19 +00:00
Kevin Ryde
39127bc510
*** empty log message ***
2004-09-25 22:20:16 +00:00
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