blob: c089bfbda21df971045a87eb2220b003df50e55c (
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
|
Mon Jun 17 14:05:50 1996 Per Bothner <bothner@deneb.cygnus.com>
* tlist.cc (test_splice): New test.
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.
|