]> gcc.gnu.org Git - gcc.git/blame - libstdc++/ChangeLog
UnicodeToBytes.java (write(String,int,int,char[])): New overloading, allows greater...
[gcc.git] / libstdc++ / ChangeLog
CommitLineData
88101ab9
L
1Fri Apr 2 15:12:14 1999 H.J. Lu (hjl@gnu.org)
2
3 * libstdc++/configure.in (gxx_include_dir): Handle it.
4 * libstdc++/Makefile.in: Likewise.
5
5e34b217
MK
6Wed Mar 24 22:36:45 1999 Mumit Khan <khan@xraylith.wisc.edu>
7
8 * configure.in (EXEEXT): Define.
9 (compiler_name): Use.
10
4ccfc0c3
FS
11Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12
13 * configure.in: Add mh-*pic handling for alpha, arm, powerpc
14
268e8aee
DR
15Fri Mar 5 02:16:39 1999 Doug Rabson <dfr@freebsd.org>
16
17 * configure.in: Support shared libs on FreeBSD 3.x and 4.x
18 * config/freebsd.ml: A copy of config/linux.ml since they are both
19 ELF and both have a shared libm.
20
1b14496f
JM
211999-02-24 Jason Merrill <jason@yorick.cygnus.com>
22
23 * configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
24
477d3dbc
JL
25Sat Feb 20 13:17:17 1999 Jeffrey A Law (law@cygnus.com)
26
27 * string, std/straits.h, std/bastring.h: Revert recent change. Needs
28 some libiberty support before it can be re-enabled.
29
eca8ff32
ME
30Thu Feb 18 19:53:17 1999 Marc Espie <espie@cvs.openbsd.org>
31
32 * configure.in: Handle OpenBSD with and without threads.
33 * config/openbsd.ml: New file.
34 * config/openbsd.mt: New file.
35
554241c3
UD
361999-02-04 Ulrich Drepper <drepper@cygnus.com>
37
38 * configure.in: Recognize --enable-threads=posix for all
39 platforms.
40 * config/posix.mt: New file.
41
42 * configure.in: Add fragments for Solaris defining macro specifying
43 thread library to be used.
44 * config/sol2pth.mt: New file
45 * config/sol2solth.mt: New file.
46 * stl/stl_alloc.h: Add support for Solaris thread library.
47 * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
48 appropriately.
49
ebf84769
BR
501999-01-28 Baron Roberts <baron@sgi.com>
51
52 * string: Uncomment wstring declaration.
53
54 * std/straits.h: Remove #if 0/#endif from around
55 struct string_char_traits <wchar_t>.
56 #include <cwchar>.
57 Add missing definition for wchar_t move method.
58 Add empty() method for trait-based empty string return.
59
60 * std/bastring.h (c_str): Change return of "" to return of
61 traits::empty() call so that proper empty string is returned
62 based on the character type (i.e. "" or L"").
63
ad902c98
JM
641999-02-07 Jason Merrill <jason@yorick.cygnus.com>
65
66 * Makefile.in (stuff2): Tweak.
67
7f84e195
UD
681999-02-04 Ulrich Drepper <drepper@cygnus.com>
69
70 * configure.in: Recognize --enable-threads=posix for all
71 platforms.
72 * config/posix.mt: New file.
73
74 * configure.in: Add fragments for Solaris defining macro specifying
75 thread library to be used.
76 * config/sol2pth.mt: New file
77 * config/sol2solth.mt: New file.
78 * stl/stl_alloc.h: Add support for Solaris thread library.
79 * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
80 appropriately.
81
64e8166e
MK
82Sat Jan 30 08:05:46 1999 Mumit Khan <khan@xraylith.wisc.edu>
83
84 * config/x86-interix.ml: New file.
85 * configure.in (i[3456]86-*-interix*): Add shared library support.
86
39268973
UD
871999-01-13 Ulrich Drepper <drepper@cygnus.com>
88
89 * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
90 * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
91
b07fe368
RL
92Sun Jan 03 03:16:02 1999 Robert Lipe <robertlipe@usa.net>
93
94 * configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.
95
a16e85c2
ME
96Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr>
97
98 * Makefile.in: Be more selective about what files to install.
99
53806e9a
UD
1001998-11-30 Ulrich Drepper <drepper@cygnus.com>
101
102 * std/bastring.cc (operator>>): Correct cast in last patch.
103 (getline): Likewise.
104
3993e0b3
AO
1051998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
106
107 * Makefile.in (HEADERS): Install bitset
108
71205e0b
MH
1091998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
110
111 * configure.in (compiler_name): Add check to detect if this
112 language's compiler has been built.
113
c0fea4ee
UD
1141998-11-23 Ulrich Drepper <drepper@cygnus.com>
115
116 * std/bastring.cc (operator>>): Cast new character to char before
117 adding to string.
118 (getline): Likewise.
119
492d8fbe
L
120Thu Sep 17 01:29:46 1998 H.J. Lu (hjl@gnu.org)
121
122 * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
123
124 * Makefile.in (install): Don't rely on 'ln -f'.
125
59325b77
MH
1261998-09-09 Manfred Hollstein <manfred@s-direktnet.de>
127
128 * Makefile.in (install): Initialize RELINSTALLDIR correctly
129 even for multilib and cross configurations.
130
131 * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
132 value if --enable-version-specific-runtime-libs has been specified.
133
7b5070d6
L
134Wed Sep 2 21:11:15 1998 H.J. Lu (hjl@gnu.org)
135
136 * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
137
138 * configure.in: Fix INSTALLDIR replacement for cross-compile.
139
6882b080
L
140Sun Aug 30 22:17:41 1998 H.J. Lu (hjl@gnu.org)
141
142 * Makefile.in (INTERFACE): New, set to 2.
143 (ARLIB): Set to libstdc++.a.$(VERSION)
144 (ARLINK, MARLINK): New macros.
145 (LIBS): Add $(ARLINK).
146 ($(ARLINK), marlink): New targets.
147 (install): Don't check $(libsubdir). Handle versioned libraries.
148
149 * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
150 (LIBS): Add marlink $(ARLINK).
151
152 * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
153 (ARLINK): New macros.
154 (BUILD_LIBS): Add $(ARLINK).
155
156 * config/dec-osf.ml (LIBS): Add $(ARLINK).
157 * config/elf.ml (LIBS): Likewise.
158 * config/elfshlibm.ml (LIBS): Likewise.
159 * config/hpux.ml (LIBS): Likewise.
160 * config/iris5.ml (LIBS): Likewise.
161 * config/sol2shm.ml (LIBS): Likewise.
162 * config/sunos4.ml (LIBS): Likewise.
163
164 * configure.in: Use ${topsrcdir}/config.if to put
165 LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
166 ${package_makefile_frag}.
167
00045f52
ML
168