]>
Commit | Line | Data |
---|---|---|
1 | 1998-07-13 Manfred Hollstein <manfred@s-direktnet.de> | |
2 | ||
3 | * Makefile.in (VERSION): Bump to 2.9.0. | |
4 | ||
5 | 1998-07-12 Bob Sidebotham <rns@fore.com> | |
6 | ||
7 | * tstring.cc (findtest): New fn. | |
8 | ||
9 | 1998-06-01 Jason Merrill <jason@yorick.cygnus.com> | |
10 | ||
11 | * tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations. | |
12 | ||
13 | Fri Oct 10 00:40:31 1997 Jason Merrill <jason@yorick.cygnus.com> | |
14 | ||
15 | * tstring.cc (identitytest): s/remove/erase/. | |
16 | ||
17 | Thu Sep 25 19:48:22 1997 Jason Merrill <jason@yorick.cygnus.com> | |
18 | ||
19 | * tstring.cc: Add some tests for the member templates. | |
20 | ||
21 | Wed Jun 11 11:00:10 1997 Jason Merrill <jason@yorick.cygnus.com> | |
22 | ||
23 | * tmap.cc: Explicitly instantiate allocator classes. | |
24 | * tvector.cc, tlist.cc: Likewise. | |
25 | ||
26 | Fri May 16 18:38:05 1997 Bob Manson <manson@charmed.cygnus.com> | |
27 | ||
28 | * tcomplex.cc (main): If we're using short doubles, compensate for | |
29 | roundoff in result of pow(a,b). | |
30 | ||
31 | Thu May 1 17:37:53 1997 Jason Merrill <jason@yorick.cygnus.com> | |
32 | ||
33 | * configure.in (CHECK): Add $(CXXFLAGS). | |
34 | * Makefile.in (tcomplex): Add $(CXXFLAGS). | |
35 | ||
36 | Fri Apr 25 16:07:46 1997 Bob Manson <manson@charmed.cygnus.com> | |
37 | ||
38 | * configure.in: Change "check" to "check-old". Add do-nothing | |
39 | check target. | |
40 | ||
41 | Sun Nov 3 12:44:48 1996 Jason Merrill <jason@yorick.cygnus.com> | |
42 | ||
43 | * tstring.cc: Treat string literals as const. | |
44 | ||
45 | Tue Sep 24 18:00:20 1996 Jason Merrill <jason@yorick.cygnus.com> | |
46 | ||
47 | * tstring.cc, tcomplex.cc: Remove gratuitous uses of std/. | |
48 | ||
49 | Mon Jun 17 14:05:50 1996 Per Bothner <bothner@deneb.cygnus.com> | |
50 | ||
51 | * tlist.cc (test_splice): New test. | |
52 | ||
53 | Fri Mar 22 16:08:36 1996 Jason Merrill <jason@yorick.cygnus.com> | |
54 | ||
55 | * Makefile.in (VERSION): 2.8.0. | |
56 | ||
57 | * tlist.cc, tmap.cc, tvector.cc: Remove explicit instantiation | |
58 | directive. | |
59 | ||
60 | Sat Nov 18 19:52:26 1995 Mike Stump <mrs@cygnus.com> | |
61 | ||
62 | * Makefile.in: Update version to 2.7.1. | |
63 | ||
64 | Tue May 9 19:36:54 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
65 | ||
66 | * tstring.cc (decltest): Adjust single-character test. | |
67 | ||
68 | Fri May 5 14:35:19 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
69 | ||
70 | * tcomplex.*: Update to reflect that operator<< now | |
71 | accepts more forms of input. | |
72 | ||
73 | Thu Apr 27 15:34:58 1995 Brendan Kehoe (brendan@lisa.cygnus.com) | |
74 | ||
75 | * configure.in: Update to stay in sync with config.shared. | |
76 | ||
77 | Thu Feb 16 00:08:28 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
78 | ||
79 | * Makefile.in (VERSION, SHLIB): Define. | |
80 | ||
81 | Tue Jan 24 02:36:24 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
82 | ||
83 | * Makefile.in (CXXFLAGS): Don't set. | |
84 | ||
85 | Mon Jan 23 04:12:10 1995 Jason Merrill <jason@python.cygnus.com> | |
86 | ||
87 | * tlist.cc (plus): Remove. | |
88 | ||
89 | Thu Jan 19 19:41:07 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
90 | ||
91 | * Makefile.in: Don't set LD_LIBRARY_PATH. Users will have to set | |
92 | it themselves. | |
93 | ||
94 | Mon Jan 16 13:57:34 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
95 | ||
96 | * Makefile.in: Update to reflect header movement. | |
97 | ||
98 | Wed Dec 14 19:55:45 1994 Per Bothner <bothner@kalessin.cygnus.com> | |
99 | ||
100 | * configure.in: Fix quoting problem. Reported nu H.J.Lu. | |
101 | ||
102 | Tue Nov 29 16:46:56 1994 Per Bothner <bothner@kalessin.cygnus.com> | |
103 | ||
104 | * Makefile.in, configure.in: Re-write to avoid duplication. | |
105 | * {tvector,tmap,tlist}.{cc,exp}, configure.in: New tests for STL. | |
106 | ||
107 |