]> gcc.gnu.org Git - gcc.git/blame - libstdc++/ChangeLog
function.c (assign_stack_temp_for_type): Abort if mode == Blkmode and align is less...
[gcc.git] / libstdc++ / ChangeLog
CommitLineData
1b14496f
JM
11999-02-24 Jason Merrill <jason@yorick.cygnus.com>
2
3 * configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
4
477d3dbc
JL
5Sat Feb 20 13:17:17 1999 Jeffrey A Law (law@cygnus.com)
6
7 * string, std/straits.h, std/bastring.h: Revert recent change. Needs
8 some libiberty support before it can be re-enabled.
9
eca8ff32
ME
10Thu Feb 18 19:53:17 1999 Marc Espie <espie@cvs.openbsd.org>
11
12 * configure.in: Handle OpenBSD with and without threads.
13 * config/openbsd.ml: New file.
14 * config/openbsd.mt: New file.
15
ebf84769
BR
161999-01-28 Baron Roberts <baron@sgi.com>
17
18 * string: Uncomment wstring declaration.
19
20 * std/straits.h: Remove #if 0/#endif from around
21 struct string_char_traits <wchar_t>.
22 #include <cwchar>.
23 Add missing definition for wchar_t move method.
24 Add empty() method for trait-based empty string return.
25
26 * std/bastring.h (c_str): Change return of "" to return of
27 traits::empty() call so that proper empty string is returned
28 based on the character type (i.e. "" or L"").
29
ad902c98
JM
301999-02-07 Jason Merrill <jason@yorick.cygnus.com>
31
32 * Makefile.in (stuff2): Tweak.
33
7f84e195
UD
341999-02-04 Ulrich Drepper <drepper@cygnus.com>
35
36 * configure.in: Recognize --enable-threads=posix for all
37 platforms.
38 * config/posix.mt: New file.
39
40 * configure.in: Add fragments for Solaris defining macro specifying
41 thread library to be used.
42 * config/sol2pth.mt: New file
43 * config/sol2solth.mt: New file.
44 * stl/stl_alloc.h: Add support for Solaris thread library.
45 * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
46 appropriately.
47
64e8166e
MK
48Sat Jan 30 08:05:46 1999 Mumit Khan <khan@xraylith.wisc.edu>
49
50 * config/x86-interix.ml: New file.
51 * configure.in (i[3456]86-*-interix*): Add shared library support.
52
39268973
UD
531999-01-13 Ulrich Drepper <drepper@cygnus.com>
54
55 * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
56 * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
57
b07fe368
RL
58Sun Jan 03 03:16:02 1999 Robert Lipe <robertlipe@usa.net>
59
60 * configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.
61
a16e85c2
ME
62Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr>
63
64 * Makefile.in: Be more selective about what files to install.
65
53806e9a
UD
661998-11-30 Ulrich Drepper <drepper@cygnus.com>
67
68 * std/bastring.cc (operator>>): Correct cast in last patch.
69 (getline): Likewise.
70
3993e0b3
AO
711998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
72
73 * Makefile.in (HEADERS): Install bitset
74
71205e0b
MH
751998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
76
77 * configure.in (compiler_name): Add check to detect if this
78 language's compiler has been built.
79
c0fea4ee
UD
801998-11-23 Ulrich Drepper <drepper@cygnus.com>
81
82 * std/bastring.cc (operator>>): Cast new character to char before
83 adding to string.
84 (getline): Likewise.
85
492d8fbe
L
86Thu Sep 17 01:29:46 1998 H.J. Lu (hjl@gnu.org)
87
88 * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
89
90 * Makefile.in (install): Don't rely on 'ln -f'.
91
59325b77
MH
921998-09-09 Manfred Hollstein <manfred@s-direktnet.de>
93
94 * Makefile.in (install): Initialize RELINSTALLDIR correctly
95 even for multilib and cross configurations.
96
97 * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
98 value if --enable-version-specific-runtime-libs has been specified.
99
7b5070d6
L
100Wed Sep 2 21:11:15 1998 H.J. Lu (hjl@gnu.org)
101
102 * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
103
104 * configure.in: Fix INSTALLDIR replacement for cross-compile.
105
6882b080
L
106Sun Aug 30 22:17:41 1998 H.J. Lu (hjl@gnu.org)
107
108 * Makefile.in (INTERFACE): New, set to 2.
109 (ARLIB): Set to libstdc++.a.$(VERSION)
110 (ARLINK, MARLINK): New macros.
111 (LIBS): Add $(ARLINK).
112 ($(ARLINK), marlink): New targets.
113 (install): Don't check $(libsubdir). Handle versioned libraries.
114
115 * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
116 (LIBS): Add marlink $(ARLINK).
117
118 * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
119 (ARLINK): New macros.
120 (BUILD_LIBS): Add $(ARLINK).
121
122 * config/dec-osf.ml (LIBS): Add $(ARLINK).
123 * config/elf.ml (LIBS): Likewise.
124 * config/elfshlibm.ml (LIBS): Likewise.
125 * config/hpux.ml (LIBS): Likewise.
126 * config/iris5.ml (LIBS): Likewise.
127 * config/sol2shm.ml (LIBS): Likewise.
128 * config/sunos4.ml (LIBS): Likewise.
129
130 * configure.in: Use ${topsrcdir}/config.if to put
131 LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
132 ${package_makefile_frag}.
133
00045f52
ML
134