]> gcc.gnu.org Git - gcc.git/blame - libstdc++/ChangeLog
Remove #if 0/#endif from around struct string_char_traits <wchar_t>.
[gcc.git] / libstdc++ / ChangeLog
CommitLineData
ad902c98
JM
11999-02-07 Jason Merrill <jason@yorick.cygnus.com>
2
3 * Makefile.in (stuff2): Tweak.
4
7f84e195
UD
51999-02-04 Ulrich Drepper <drepper@cygnus.com>
6
7 * configure.in: Recognize --enable-threads=posix for all
8 platforms.
9 * config/posix.mt: New file.
10
11 * configure.in: Add fragments for Solaris defining macro specifying
12 thread library to be used.
13 * config/sol2pth.mt: New file
14 * config/sol2solth.mt: New file.
15 * stl/stl_alloc.h: Add support for Solaris thread library.
16 * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
17 appropriately.
18
64e8166e
MK
19Sat Jan 30 08:05:46 1999 Mumit Khan <khan@xraylith.wisc.edu>
20
21 * config/x86-interix.ml: New file.
22 * configure.in (i[3456]86-*-interix*): Add shared library support.
23
39268973
UD
241999-01-13 Ulrich Drepper <drepper@cygnus.com>
25
26 * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
27 * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
28
b07fe368
RL
29Sun Jan 03 03:16:02 1999 Robert Lipe <robertlipe@usa.net>
30
31 * configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.
32
a16e85c2
ME
33Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr>
34
35 * Makefile.in: Be more selective about what files to install.
36
53806e9a
UD
371998-11-30 Ulrich Drepper <drepper@cygnus.com>
38
39 * std/bastring.cc (operator>>): Correct cast in last patch.
40 (getline): Likewise.
41
3993e0b3
AO
421998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
43
44 * Makefile.in (HEADERS): Install bitset
45
71205e0b
MH
461998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
47
48 * configure.in (compiler_name): Add check to detect if this
49 language's compiler has been built.
50
c0fea4ee
UD
511998-11-23 Ulrich Drepper <drepper@cygnus.com>
52
53 * std/bastring.cc (operator>>): Cast new character to char before
54 adding to string.
55 (getline): Likewise.
56
492d8fbe
L
57Thu Sep 17 01:29:46 1998 H.J. Lu (hjl@gnu.org)
58
59 * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
60
61 * Makefile.in (install): Don't rely on 'ln -f'.
62
59325b77
MH
631998-09-09 Manfred Hollstein <manfred@s-direktnet.de>
64
65 * Makefile.in (install): Initialize RELINSTALLDIR correctly
66 even for multilib and cross configurations.
67
68 * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
69 value if --enable-version-specific-runtime-libs has been specified.
70
7b5070d6
L
71Wed Sep 2 21:11:15 1998 H.J. Lu (hjl@gnu.org)
72
73 * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
74
75 * configure.in: Fix INSTALLDIR replacement for cross-compile.
76
6882b080
L
77Sun Aug 30 22:17:41 1998 H.J. Lu (hjl@gnu.org)
78
79 * Makefile.in (INTERFACE): New, set to 2.
80 (ARLIB): Set to libstdc++.a.$(VERSION)
81 (ARLINK, MARLINK): New macros.
82 (LIBS): Add $(ARLINK).
83 ($(ARLINK), marlink): New targets.
84 (install): Don't check $(libsubdir). Handle versioned libraries.
85
86 * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
87 (LIBS): Add marlink $(ARLINK).
88
89 * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
90 (ARLINK): New macros.
91 (BUILD_LIBS): Add $(ARLINK).
92
93 * config/dec-osf.ml (LIBS): Add $(ARLINK).
94 * config/elf.ml (LIBS): Likewise.
95 * config/elfshlibm.ml (LIBS): Likewise.
96 * config/hpux.ml (LIBS): Likewise.
97 * config/iris5.ml (LIBS): Likewise.
98 * config/sol2shm.ml (LIBS): Likewise.
99 * config/sunos4.ml (LIBS): Likewise.
100
101 * configure.in: Use ${topsrcdir}/config.if to put
102 LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
103 ${package_makefile_frag}.
104
00045f52
ML
105