Kevin Ryde
da02cfaf82
* standalone/test-use-srfi: New test.
...
* standalone/Makefile.am (TESTS): Add it.
2006-12-08 21:28:02 +00:00
Kevin Ryde
2bf20ee77a
More of:
...
New test.
2006-12-08 21:20:28 +00:00
Kevin Ryde
14097f28ad
New test.
2006-12-08 20:29:12 +00:00
Kevin Ryde
2dbfe72dda
*** empty log message ***
2006-12-08 20:27:21 +00:00
Kevin Ryde
5840136768
(top-repl): Remove module-use! of the core `(guile)'
...
module. It's already in `(guile-user)' and the module-use! elevates
it making core bindings override those from elsewhere, such as `iota'
under a run of "guile --use-srfi=1". Reported by Sven Hartrumpf.
2006-12-08 20:24:30 +00:00
Kevin Ryde
51f39e6c17
*** empty log message ***
2006-12-05 00:59:40 +00:00
Kevin Ryde
924a59a7b9
(scm_product): For flonum*inum and complex*inum, return
...
exact 0 if inum==0. Already done for inum*flonum and inum*complex,
and as per R5RS section "Exactness".
2006-12-05 00:58:04 +00:00
Kevin Ryde
f6bf9ed903
*** empty log message ***
2006-12-03 00:24:55 +00:00
Kevin Ryde
801cfa4e9e
(AM_PROG_CC_C_O): New macro, needed by automake 1.10
...
for per-target cflags in libguile/Makefile.am.
2006-12-02 23:53:16 +00:00
Kevin Ryde
4b563595ca
*** empty log message ***
2006-12-02 23:41:22 +00:00
Kevin Ryde
b5461d0b1a
(.c.doc): Remove the "test -n" apparently attempting to
...
allow $AWK from the environment to override. It had syntax gremlins,
and the presence of a $(AWK) variable set by AC_PROG_AWK in the
Makefile stopped it having any effect. Use just $(AWK), which can be
overridden with "make AWK=xxx" in the usual way if desired.
2006-12-02 23:39:56 +00:00
Kevin Ryde
17e01ff257
(test_cflags): Change from := to plain =, as
...
the former is not portable (according to automake).
2006-12-02 23:09:03 +00:00
Kevin Ryde
2c70341b70
(.x): Change from %.c %.x style to .c.x style
...
since the former is a GNU make extension. (Rule now as per
libguile/Makefile.am.)
2006-12-02 23:07:43 +00:00
Kevin Ryde
d009b876f2
*** empty log message ***
2006-12-02 22:53:33 +00:00
Kevin Ryde
e0391f0f5c
(AUTOMAKE_OPTIONS): Bump to automake 1.10 required, so
...
that config.rpath from gettext will go into the dist (and give an
error if not).
2006-12-02 22:53:03 +00:00
Kevin Ryde
6b7d1640a3
srfi-60 copy-bit failed on 64-bit systems
2006-12-02 00:44:29 +00:00
Kevin Ryde
afe5a1d725
*** empty log message ***
2006-12-01 20:03:57 +00:00
Kevin Ryde
fefc68eaba
(min, max): Correction to big/real and real/big
...
tests, `big*5' will round on a 64-bit system. And use `eqv?' to
ensure intended exact vs inexact is checked. Reported by Aaron
M. Ucko, Debian bug 396119.
2006-12-01 20:03:12 +00:00
Kevin Ryde
d3dd7c7670
*** empty log message ***
2006-12-01 19:13:19 +00:00
Kevin Ryde
dcee71903f
(scm_srfi60_copy_bit): Should be long not int for fixnum
...
bitshift, fixes 64-bit systems setting a bit between 32 and 63.
Reported by Aaron M. Ucko, Debian bug 396119.
2006-12-01 19:12:46 +00:00
Kevin Ryde
19a39718ac
*** empty log message ***
2006-11-29 23:42:35 +00:00
Kevin Ryde
904bb5cfcf
*** empty log message ***
2006-11-29 23:35:43 +00:00
Kevin Ryde
42ac5e420d
2006-11-08 Ludovic Courtès <ludovic.courtes@laas.fr>
...
* configure.in (AC_INIT): Set bug address to bug-guile.
2006-11-29 23:30:43 +00:00
Ludovic Courtès
51785a23a8
Changes from arch/CVS synchronization
2006-11-29 09:25:32 +00:00
Ludovic Courtès
25ee3008f7
Changes from arch/CVS synchronization
2006-11-29 09:08:04 +00:00
Neil Jerram
6610e77737
(environment-module): Change eval-closure-module call
...
back to procedure-property lookup. (This completes the reversion
of the change made on 2005-06-10, which was only partially undone
by the change on 2005-08-01.)
2006-11-13 21:54:12 +00:00
Ludovic Courtès
d7bfc0c998
Changes from arch/CVS synchronization
2006-10-26 07:25:24 +00:00
Kevin Ryde
a5dc80238f
stray space
2006-10-10 00:06:49 +00:00
Kevin Ryde
5f488a0900
spurious blank line
2006-10-09 23:03:51 +00:00
Kevin Ryde
7b176bb3aa
add a copyright year
2006-10-09 22:46:03 +00:00
Kevin Ryde
8d231cd678
Clarify "The evaluator checks the number of arguments more correctly."
...
is actually about `apply'.
2006-10-09 01:01:01 +00:00
Rob Browning
95c29ce416
*** empty log message ***
2006-10-07 03:53:32 +00:00
Rob Browning
8c408a9b60
(EXTRA_DIST): Add LICENSE.
2006-10-07 03:52:50 +00:00
Rob Browning
75233091a9
*** empty log message ***
2006-10-06 18:46:12 +00:00
Rob Browning
ddf1c7d67e
(GUILE_MICRO_VERSION): Increment for release.
...
(LIBGUILE_INTERFACE_REVISION): Increment for release.
(LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment for release.
(LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): Increment for release.
(LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): Increment for release.
(LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Increment for release.
2006-10-06 18:46:06 +00:00
Rob Browning
7658327415
(LIBGUILEREADLINE_INTERFACE_REVISION):
...
Increment for release.
2006-10-06 18:44:32 +00:00
Rob Browning
cf3dd24319
*** empty log message ***
2006-10-06 01:41:56 +00:00
Kevin Ryde
fbae485c14
*** empty log message ***
2006-10-04 23:04:17 +00:00
Kevin Ryde
f8d029d17a
(Readline Functions): New section on how to call readline from scheme code.
2006-10-04 23:03:37 +00:00
Kevin Ryde
ca9edd7cfa
*** empty log message ***
2006-10-04 22:30:00 +00:00
Kevin Ryde
9caed3f72e
(filename-completion-function): Export this.
2006-10-04 22:29:37 +00:00
Kevin Ryde
81cb2c6921
** ice-9 ftw fix for same inodes across different devices
2006-10-04 22:26:25 +00:00
Kevin Ryde
d38934e945
New file.
2006-10-04 22:18:24 +00:00
Kevin Ryde
d4b71bbe14
*** empty log message ***
2006-10-04 22:17:57 +00:00
Kevin Ryde
3c1428ac3c
* tests/ftw.test: New file.
...
* Makefile.am (SCM_TESTS): Add it.
2006-10-04 22:17:38 +00:00
Kevin Ryde
0b051de863
(visited?-proc): Use hashv since we know we're getting
...
numbers. Incorporate stat:dev, since stat:ino is only unique within a
single device. This fixes a bug where if two files with the same
inode on different devices where seen only the first would be returned
by ftw (and nftw).
2006-10-04 22:12:34 +00:00
Kevin Ryde
22a7ee5876
note 2006 for the glibc 2.3.6, to know how old or new it is or will be
2006-10-04 22:01:25 +00:00
Neil Jerram
af8ea03c0a
Mention new make-completion-function procedure in (ice-9 readline).
2006-10-04 21:55:47 +00:00
Kevin Ryde
f9de6ebeca
*** empty log message ***
2006-10-04 21:41:01 +00:00
Kevin Ryde
840efb8549
(Buffered Input): New section, describing (ice-9 buffered-input).
2006-10-04 21:40:24 +00:00