Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / libio / testsuite / ChangeLog
1 Fri Mar 16 12:46:19 GMT 2001 Bernd Schmidt  (bernds@redhat.com)
2
3         * gcc-2.95.3 Released.
4
5 Sun Oct 24 23:54:10 PDT 1999 Jeff Law  (law@cygnus.com)
6
7         * gcc-2.95.2 Released.
8
9 Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
10
11         * gcc-2.95.1 Released.
12
13 Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)
14
15         * gcc-2.95 Released.
16
17 Sun Jul 25 23:40:51 PDT 1999 Jeff Law  (law@cygnus.com)
18
19         * gcc-2.95 Released.
20
21 Wed Nov 25 01:00:07 1998  Marc Espie <espie@quatramaran.ens.fr>
22
23         * Makefile.in (just-check): Ignore errors.
24
25 Sat Jun 27 23:59:35 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
26
27         * lib/libio.exp (test_libio): Reset ld_library_path before appending
28         the same path(s) again.
29
30 Tue Jun  9 11:23:42 1998  Gavin Koch  <gavin@cygnus.com>
31
32         * Makefile.in (EXPECT) : Look for "expect" in the correct
33         place.
34
35 Sat Sep  6 00:49:31 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
36
37         * lib/libio.exp (test_libio): Lose -L.. before -lio, may as well
38         require things be fully usable.  Not ideal, but...also no longer
39         have the -liostream approach.
40
41 Fri Sep  5 15:38:37 1997  Jeffrey A Law  (law@cygnus.com)
42
43         * lib/libio.exp  (test_libio): Use libstdc++_{include,link}_flags
44         instead of g++_{include,link}_flags.
45
46 Thu Sep  4 15:22:46 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
47
48         * lib/libio.exp (test_libio): Add `-L..' before -lio.
49         Use `-L.. -liostream' for now.
50
51 Fri Jun 27 18:19:21 1997  Bob Manson  <manson@charmed.cygnus.com>
52
53         * lib/libio.exp(libio_init): New procedure.
54         (test_libio): Link with a status wrapper if necessary. Strip
55         leading newlines before comparing output. Look for a multilib
56         libiberty directory.
57
58 Tue Jun  3 15:17:31 1997  Bob Manson  <manson@charmed.cygnus.com>
59
60         * lib/libio.exp: Don't use global exec_output variable; the output
61         is returned from remote_load instead.
62
63 Tue May 20 17:59:31 1997  Jeffrey A Law  (law@cygnus.com)
64
65         * lib/libio.exp: If "slow_simulator" is set, then add
66         -DSLOW_SIMULATOR to the compiler's arguments.
67
68 Fri May 16 19:33:39 1997  Bob Manson  <manson@charmed.cygnus.com>
69
70         * lib/libio.exp: Name the executables after the testcases.
71
72         * libio.tests/tiomisc.exp: Turn off warnings when conpiling.
73
74 Thu May  1 17:01:47 1997  Bob Manson  <manson@charmed.cygnus.com>
75
76         * lib/libio.exp: Link in libiberty.a.
77
78 Tue Apr 29 16:34:37 1997  Mike Stump  <mrs@cygnus.com>
79
80         * testsuite/lib/libio.exp: Fixup so that we always have the same
81         number of testcases, and so that we have meaningful testcase
82         names.
83
84 Tue Apr 29 13:08:41 1997  Bob Manson  <manson@charmed.cygnus.com>
85
86         * lib/libio.exp: Add support for --tool_opts.
87
88 Mon Apr 28 11:26:06 1997  Bob Manson  <manson@charmed.cygnus.com>
89
90         * Makefile.in: Removed clean rule, as it is added by configure.
91         Remove a lot of unused rules.
92
93 Sun Apr 27 15:02:48 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
94
95         * Makefile.in (clean): Add empty rule for now.
96
97 Sat Apr 26 13:41:44 1997  Bob Manson  <manson@charmed.cygnus.com>
98
99         * New DejaGnu-style testsuite.