Stamp ChangeLogs for release
[official-gcc.git] / libstdc++ / tests / ChangeLog
blobdcec430d525b39642ee6063ee77d0ac7ac6440e3
1 Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
3         * gcc-2.95.1 Released.
5 Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)
7         * gcc-2.95 Released.
9 Sun Jul 25 23:40:51 PDT 1999 Jeff Law  (law@cygnus.com)
11         * gcc-2.95 Released.
13 1998-07-17  Jason Merrill  <jason@yorick.cygnus.com>
15         * tmap.cc: Use less<int>.
16         * tlist.cc (main): Use remove_if.
18 1998-07-13  Manfred Hollstein  <manfred@s-direktnet.de>
20         * Makefile.in (VERSION): Bump to 2.9.0.
22 1998-07-12  Bob Sidebotham <rns@fore.com>
24         * tstring.cc (findtest): New fn.
26 1998-06-01  Jason Merrill  <jason@yorick.cygnus.com>
28         * tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.
30 Fri Oct 10 00:40:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
32         * tstring.cc (identitytest): s/remove/erase/.
34 Thu Sep 25 19:48:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
36         * tstring.cc: Add some tests for the member templates.
38 Wed Jun 11 11:00:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
40         * tmap.cc: Explicitly instantiate allocator classes.
41         * tvector.cc, tlist.cc: Likewise.
43 Fri May 16 18:38:05 1997  Bob Manson  <manson@charmed.cygnus.com>
45         * tcomplex.cc (main): If we're using short doubles, compensate for
46         roundoff in result of pow(a,b).
48 Thu May  1 17:37:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
50         * configure.in (CHECK): Add $(CXXFLAGS).
51         * Makefile.in (tcomplex): Add $(CXXFLAGS).
53 Fri Apr 25 16:07:46 1997  Bob Manson  <manson@charmed.cygnus.com>
55         * configure.in: Change "check" to "check-old". Add do-nothing
56         check target.
58 Sun Nov  3 12:44:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
60         * tstring.cc: Treat string literals as const.
62 Tue Sep 24 18:00:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
64         * tstring.cc, tcomplex.cc: Remove gratuitous uses of std/.
66 Mon Jun 17 14:05:50 1996  Per Bothner  <bothner@deneb.cygnus.com>
68         * tlist.cc (test_splice):  New test.
70 Fri Mar 22 16:08:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
72         * Makefile.in (VERSION): 2.8.0.
74         * tlist.cc, tmap.cc, tvector.cc: Remove explicit instantiation
75         directive.
77 Sat Nov 18 19:52:26 1995  Mike Stump  <mrs@cygnus.com>
79         * Makefile.in: Update version to 2.7.1.
81 Tue May  9 19:36:54 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
83         * tstring.cc (decltest): Adjust single-character test.
85 Fri May  5 14:35:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
87         * tcomplex.*: Update to reflect that operator<< now
88         accepts more forms of input.
90 Thu Apr 27 15:34:58 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
92         * configure.in: Update to stay in sync with config.shared.
94 Thu Feb 16 00:08:28 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
96         * Makefile.in (VERSION, SHLIB): Define.
98 Tue Jan 24 02:36:24 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
100         * Makefile.in (CXXFLAGS): Don't set.
102 Mon Jan 23 04:12:10 1995  Jason Merrill  <jason@python.cygnus.com>
104         * tlist.cc (plus): Remove.
106 Thu Jan 19 19:41:07 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
108         * Makefile.in: Don't set LD_LIBRARY_PATH.  Users will have to set
109         it themselves.
111 Mon Jan 16 13:57:34 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
113         * Makefile.in: Update to reflect header movement.
115 Wed Dec 14 19:55:45 1994  Per Bothner  <bothner@kalessin.cygnus.com>
117         * configure.in:  Fix quoting problem.  Reported nu H.J.Lu.
119 Tue Nov 29 16:46:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
121         * Makefile.in, configure.in:  Re-write to avoid duplication.
122         * {tvector,tmap,tlist}.{cc,exp}, configure.in:  New tests for STL.