aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/tests/ChangeLog
blob: 87ce0fc6c193de97f8d6e68b7b8a75c50c7c7932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
1998-07-17  Jason Merrill  <jason@yorick.cygnus.com>

	* tmap.cc: Use less<int>.
	* tlist.cc (main): Use remove_if.

1998-07-13  Manfred Hollstein  <manfred@s-direktnet.de>

	* Makefile.in (VERSION): Bump to 2.9.0.

1998-07-12  Bob Sidebotham <rns@fore.com>

	* tstring.cc (findtest): New fn.

1998-06-01  Jason Merrill  <jason@yorick.cygnus.com>

	* tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.

Fri Oct 10 00:40:31 1997  Jason Merrill  <jason@yorick.cygnus.com>

	* tstring.cc (identitytest): s/remove/erase/.

Thu Sep 25 19:48:22 1997  Jason Merrill  <jason@yorick.cygnus.com>

	* tstring.cc: Add some tests for the member templates.

Wed Jun 11 11:00:10 1997  Jason Merrill  <jason@yorick.cygnus.com>

	* tmap.cc: Explicitly instantiate allocator classes.
	* tvector.cc, tlist.cc: Likewise.

Fri May 16 18:38:05 1997  Bob Manson  <manson@charmed.cygnus.com>

	* tcomplex.cc (main): If we're using short doubles, compensate for
 	roundoff in result of pow(a,b).

Thu May  1 17:37:53 1997  Jason Merrill  <jason@yorick.cygnus.com>

	* configure.in (CHECK): Add $(CXXFLAGS).
	* Makefile.in (tcomplex): Add $(CXXFLAGS).

Fri Apr 25 16:07:46 1997  Bob Manson  <manson@charmed.cygnus.com>

	* configure.in: Change "check" to "check-old". Add do-nothing
	check target.

Sun Nov  3 12:44:48 1996  Jason Merrill  <jason@yorick.cygnus.com>

	* tstring.cc: Treat string literals as const.

Tue Sep 24 18:00:20 1996  Jason Merrill  <jason@yorick.cygnus.com>

	* tstring.cc, tcomplex.cc: Remove gratuitous uses of std/.

Mon Jun 17 14:05:50 1996  Per Bothner  <bothner@deneb.cygnus.com>

	* tlist.cc (test_splice):  New test.

Fri Mar 22 16:08:36 1996  Jason Merrill  <jason@yorick.cygnus.com>

	* Makefile.in (VERSION): 2.8.0.

	* tlist.cc, tmap.cc, tvector.cc: Remove explicit instantiation
 	directive.

Sat Nov 18 19:52:26 1995  Mike Stump  <mrs@cygnus.com>

	* Makefile.in: Update version to 2.7.1.

Tue May  9 19:36:54 1995  Jason Merrill  <jason@phydeaux.cygnus.com>

	* tstring.cc (decltest): Adjust single-character test.

Fri May  5 14:35:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>

	* tcomplex.*: Update to reflect that operator<< now
        accepts more forms of input.

Thu Apr 27 15:34:58 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)

	* configure.in: Update to stay in sync with config.shared.

Thu Feb 16 00:08:28 1995  Jason Merrill  <jason@phydeaux.cygnus.com>

	* Makefile.in (VERSION, SHLIB): Define.

Tue Jan 24 02:36:24 1995  Jason Merrill  <jason@phydeaux.cygnus.com>

	* Makefile.in (CXXFLAGS): Don't set.

Mon Jan 23 04:12:10 1995  Jason Merrill  <jason@python.cygnus.com>

	* tlist.cc (plus): Remove.

Thu Jan 19 19:41:07 1995  Jason Merrill  <jason@phydeaux.cygnus.com>

	* Makefile.in: Don't set LD_LIBRARY_PATH.  Users will have to set
        it themselves.

Mon Jan 16 13:57:34 1995  Jason Merrill  <jason@phydeaux.cygnus.com>

	* Makefile.in: Update to reflect header movement.

Wed Dec 14 19:55:45 1994  Per Bothner  <bothner@kalessin.cygnus.com>

	* configure.in:  Fix quoting problem.  Reported nu H.J.Lu.

Tue Nov 29 16:46:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>

	* Makefile.in, configure.in:  Re-write to avoid duplication.
	* {tvector,tmap,tlist}.{cc,exp}, configure.in:  New tests for STL.