* configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
42ddb3cb
LC
12007-01-19 Ludovic Courtès <ludovic.courtes@laas.fr>
2
3 * tests/eval.test (values): New test prefix. Values are structs,
4 and `equal?' on structs with `s' fields used to yield infinite
5 recursion.
6 * tests/structs.test (equal?): New test prefix. Added tests that
7 used to show the infinite recursion problem.
8
23d72566
KR
92007-01-16 Kevin Ryde <user42@zip.com.au>
10
11 * tests/regexp.test (regexp-exec): Further tests, in particular #\nul
12 in input and bad flags args which had been provoking abort()s.
e5467c4d 13 * lib.scm (exception:string-contains-nul): New exception pattern.
23d72566 14
c6a576f7
HWN
152006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
16
17 * tests/numbers.test ("equal?"): add case for reduction of
18 rational numbers.
19
23d72566
KR
202006-12-13 Kevin Ryde <user42@zip.com.au>
21
22 * tests/eval.test: Exercise top-level define setting procedure-name.
23 * tests/srfi-17.test (car): Check procedure-name property.
24
25 * tests/numbers.test (*): Exercise multiply by exact 0 giving exact 0.
26
27