copyright year
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
4505fbb1
NJ
12007-02-19 Neil Jerram <neil@ossau.uklinux.net>
2
3 * standalone/Makefile.am (check_SCRIPTS): Add test-use-srfi, so
4 that it gets into the distribution.
5
a2f00b9b
LC
62007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
7
8 * tests/i18n.test: Use `(srfi srfi-1)'.
9 (exception:locale-error): New.
10 (locale objects): Test `make-locale' with both lists of `LC_*'
11 values and single `LC_*' values (instead of `LC_*_MASK' values).
12 [%global-locale]: New test.
13 (number parsing)[locale-string->inexact (French)]: New test.
14 (%c-locale, %english-days, every?): New top-level variables.
15 (nl-langinfo et al.): New test prefix.
16
17 * tests/srfi-19.test: Install the C locale.
18 (SRFI date/time library)[string->date understands days and
19 months]: New test.
20
42ddb3cb
LC
212007-01-19 Ludovic Courtès <ludovic.courtes@laas.fr>
22
23 * tests/eval.test (values): New test prefix. Values are structs,
24 and `equal?' on structs with `s' fields used to yield infinite
25 recursion.
26 * tests/structs.test (equal?): New test prefix. Added tests that
27 used to show the infinite recursion problem.
28
23d72566
KR
292007-01-16 Kevin Ryde <user42@zip.com.au>
30
31 * tests/regexp.test (regexp-exec): Further tests, in particular #\nul
32 in input and bad flags args which had been provoking abort()s.
e5467c4d 33 * lib.scm (exception:string-contains-nul): New exception pattern.
23d72566 34
c6a576f7
HWN
352006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
36
37 * tests/numbers.test ("equal?"): add case for reduction of
38 rational numbers.
39
23d72566
KR
402006-12-13 Kevin Ryde <user42@zip.com.au>
41
42 * tests/eval.test: Exercise top-level define setting procedure-name.
43 * tests/srfi-17.test (car): Check procedure-name property.
44
45 * tests/numbers.test (*): Exercise multiply by exact 0 giving exact 0.
46
47