ChangeLog revision 56385
11999-12-14  Martin v. L�wis  <loewis@informatik.hu-berlin.de>
2
3	* std/bastring.h (basic_string::basic_string): Rename parameters
4	to avoid shadow warnings.
5	* std/bastring.cc (alloc): Likewise.
6
7Sun Oct 24 23:54:10 PDT 1999 Jeff Law  (law@cygnus.com)
8
9	* gcc-2.95.2 Released.
10
11Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
12
13	* gcc-2.95.1 Released.
14
15Thu Aug  5 02:00:13 1999  Loren Rittle  <ljrittle@acm.org>
16
17	* Makefile.in (MARLINK, MSHLINK): Handle library version
18	number components with more than one numeric digit.
19
20Mon Aug  2 00:40:10 1999  Jeffrey A Law  (law@cygnus.com)
21
22	1999-07-16  Markus Gyger (mgyger@gmu.edu)
23	* stdexcepti.cc (__out_of_range): Use std:: qualifier for names 
24	in std.
25	(__length_error): Likewise.
26
27Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)
28
29	* gcc-2.95 Released.
30
31Sun Jul 25 23:40:51 PDT 1999 Jeff Law  (law@cygnus.com)
32
33	* gcc-2.95 Released.
34
35Sat Jul 17 23:49:59 1999  Jeffrey A Law  (law@cygnus.com)
36
37	* Makefile.in (INTERFACE): Bump to 3.
38
39Fri Jul  9 01:20:23 1999  Jeffrey A Law  (law@cygnus.com)
40
41	* Makefile.in (VERSION): Bump to 2.10.0.
42
43Tue Jun  8 00:21:11 1999  Jeffrey A Law  (law@cygnus.com)
44
45	* configure.in (*-*-freebsd2*): Add missing '*' at end of configure
46	string.
47
481999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
49
50	* std/std_valarray.h: Don't #include unconditionally <alloca.h>
51
521999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
53
54	* std/std_valarray.h: New file.
55	  * std/slice.h: New file.
56	  * std/slice_array.h: New file.
57	  * std/gslice.h: New file.
58	  * std/gslice_array.h: New file.
59	  * std/mask_array.h: New file.
60	  * std/indirect_array.h: New file.
61	  * std/valarray_array.h: New file.
62	  * std/valarray_array.tcc: New file.
63	  * std/valarray_meta.h: New file.
64	  * valarray.cc: New file.
65	  * valarray: New file
66
67	  * Makefile.in (OBJS): add valarray.o
68	  (HEADERS): add valarray
69	  (valarray.o): define dependency on valarray.cc
70	  (install): make it possible to install valarray file.
71	
72Wed Jun  2 00:21:54 1999  Robert Lipe  <robertlipe@usa.net>
73
74	* std/bastring.h (class basic_string:Rep): Encode xlock opcode
75	as .bytes instead of mnemonics.
76
771999-05-20  Angela Marie Thomas <angela@cygnus.com>
78
79	* configure.in: Test for ${compiler_name}.exe as well.
80
811999-05-15  Mark Kettenis  <kettenis@gnu.org>
82
83	* configure.in: Add shared library support for the Hurd
84	(*-*-gnu*).
85	* config/gnu.ml: New file.
86
871999-05-12  Jason Merrill  <jason@yorick.cygnus.com>
88
89	* configure.in (compiler_name): Don't do the skip-this-dir thing
90	if we're reconfiguring.
91
921999-05-07  Ulrich Drepper  <drepper@cygnus.com>
93
94	* std/bastring.h (class basic_string::Rep): Make release member
95	function thread-safe for ix86 (x>=4) and UltraSPARC.
96
97	* stlinst.cc: Make it possible to compile with __USE_MALLOC.
98
99Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>
100
101	* config/freebsd.ml (LIBS): Add ARLINK.
102	* config/openbsd.ml (LIBS): Add ARLINK.
103
104Fri Apr  2 15:12:14 1999  H.J. Lu  (hjl@gnu.org)
105
106	* libstdc++/configure.in (gxx_include_dir): Handle it.
107	* libstdc++/Makefile.in: Likewise.
108
109Wed Mar 24 22:36:45 1999  Mumit Khan  <khan@xraylith.wisc.edu>
110
111	* configure.in (EXEEXT): Define.
112	(compiler_name): Use.
113
114Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
115
116	* configure.in: Add mh-*pic handling for alpha, arm, powerpc
117
118Fri Mar  5 02:16:39 1999  Doug Rabson  <dfr@freebsd.org>
119
120	* configure.in: Support shared libs on FreeBSD 3.x and 4.x
121	* config/freebsd.ml: A copy of config/linux.ml since they are both
122	ELF and both have a shared libm.
123
1241999-02-24  Jason Merrill  <jason@yorick.cygnus.com>
125
126	* configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
127
128Sat Feb 20 13:17:17 1999  Jeffrey A Law  (law@cygnus.com)
129
130	* string, std/straits.h, std/bastring.h: Revert recent change.  Needs
131	some libiberty support before it can be re-enabled.
132
133Thu Feb 18 19:53:17 1999  Marc Espie <espie@cvs.openbsd.org>
134
135	* configure.in: Handle OpenBSD with and without threads.
136	* config/openbsd.ml: New file.
137	* config/openbsd.mt: New file.
138
1391999-02-04  Ulrich Drepper  <drepper@cygnus.com>
140
141	* configure.in: Recognize --enable-threads=posix for all
142	platforms.
143	* config/posix.mt: New file.
144
145	* configure.in: Add fragments for Solaris defining macro specifying
146	thread library to be used.
147	* config/sol2pth.mt: New file
148	* config/sol2solth.mt: New file.
149	* stl/stl_alloc.h: Add support for Solaris thread library.
150	* stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
151	appropriately.
152
1531999-01-28  Baron Roberts  <baron@sgi.com>
154
155	* string: Uncomment wstring declaration.
156
157	* std/straits.h: Remove #if 0/#endif from around
158	struct string_char_traits <wchar_t>.
159	#include <cwchar>.
160	Add missing definition for wchar_t move method.
161	Add empty() method for trait-based empty string return.
162
163	* std/bastring.h (c_str): Change return of "" to return of
164	traits::empty() call so that proper empty string is returned
165	based on the character type (i.e. "" or L"").
166
1671999-02-07  Jason Merrill  <jason@yorick.cygnus.com>
168
169	* Makefile.in (stuff2): Tweak.
170
1711999-02-04  Ulrich Drepper  <drepper@cygnus.com>
172
173	* configure.in: Recognize --enable-threads=posix for all
174	platforms.
175	* config/posix.mt: New file.
176
177	* configure.in: Add fragments for Solaris defining macro specifying
178	thread library to be used.
179	* config/sol2pth.mt: New file
180	* config/sol2solth.mt: New file.
181	* stl/stl_alloc.h: Add support for Solaris thread library.
182	* stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
183	appropriately.
184
185Sat Jan 30 08:05:46 1999 Mumit Khan  <khan@xraylith.wisc.edu>
186
187	* config/x86-interix.ml: New file.
188	* configure.in (i[3456]86-*-interix*): Add shared library support.
189
1901999-01-13  Ulrich Drepper  <drepper@cygnus.com>
191
192	* configure.in: Test for "ln -s" and set LN_S in generated Makefile.
193	* Makefile.in: Use $(LN_S) instead of explicitly ln -s.
194
195Sun Jan 03 03:16:02 1999  Robert Lipe  <robertlipe@usa.net>
196
197	* configure.in:  (*-*-sysv5, *-*-*udk*):  Treat like sysv4.
198
199Tue Dec  8 00:59:09 1998  Marc Espie <Marc.Espie@liafa.jussieu.fr>
200
201	* Makefile.in: Be more selective about what files to install.
202
2031998-11-30  Ulrich Drepper  <drepper@cygnus.com>
204
205	* std/bastring.cc (operator>>): Correct cast in last patch.
206	(getline): Likewise.
207
2081998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
209
210	* Makefile.in (HEADERS): Install bitset.
211
2121998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
213
214	* configure.in (compiler_name): Add check to detect if this
215	language's compiler has been built.
216
2171998-11-23  Ulrich Drepper  <drepper@cygnus.com>
218
219	* std/bastring.cc (operator>>): Cast new character to char before
220	adding to string.
221	(getline): Likewise.
222
223Thu Sep 17 01:29:46 1998  H.J. Lu  (hjl@gnu.org)
224
225	* Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
226
227	* Makefile.in (install): Don't rely on 'ln -f'.
228
2291998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
230
231	* Makefile.in (install): Initialize RELINSTALLDIR correctly
232	even for multilib and cross configurations.
233
234	* configure.in (INSTALLDIR): Don't change INSTALLDIR's init
235	value if --enable-version-specific-runtime-libs has been specified.
236
237Wed Sep  2 21:11:15 1998  H.J. Lu  (hjl@gnu.org)
238
239	* Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
240
241	* configure.in: Fix INSTALLDIR replacement for cross-compile.
242
243Sun Aug 30 22:17:41 1998  H.J. Lu  (hjl@gnu.org)
244
245	* Makefile.in (INTERFACE): New, set to 2.
246	(ARLIB): Set to libstdc++.a.$(VERSION)
247	(ARLINK, MARLINK): New macros.
248	(LIBS): Add $(ARLINK).
249	($(ARLINK), marlink): New targets.
250	(install): Don't check $(libsubdir). Handle versioned libraries.
251
252	* config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
253	(LIBS): Add marlink $(ARLINK).
254
255	* config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
256	(ARLINK): New macros.
257	(BUILD_LIBS): Add $(ARLINK).
258
259	* config/dec-osf.ml (LIBS): Add $(ARLINK).
260	* config/elf.ml (LIBS): Likewise.
261	* config/elfshlibm.ml (LIBS): Likewise.
262	* config/hpux.ml (LIBS): Likewise.
263	* config/iris5.ml (LIBS): Likewise.
264	* config/sol2shm.ml (LIBS): Likewise.
265	* config/sunos4.ml (LIBS): Likewise.
266
267	* configure.in: Use ${topsrcdir}/config.if to put
268	LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
269	${package_makefile_frag}.
270
2711998-08-25  Martin von L�wis  <loewis@informatik.hu-berlin.de>
272
273	* stdexcept: Remove __HONOR_STD.
274
2751998-08-23  Mark Mitchell  <mark@markmitchell.com>
276
277	* sinst.cc: Don't explicitly instantiation string_char_traits<char>.
278	* cinst.cc: Likewiwse, for complex<float>, complex<double>,
279	complex<long double>.
280
2811998-08-17  Mark Mitchell  <mark@markmitchell.com>
282
283	* stdexcept: Put things in the std namespace, if appropriate.
284
2851998-07-12  Jason Merrill  <jason@yorick.cygnus.com>
286
287	* Makefile.in (VERSION): Bump to 2.9.0.
288
2891998-07-12  Lars Albertsson <lalle@sics.se>
290
291	* std/bastring.cc (find_last_of): Fix.
292	(find_last_not_of): Likewise.
293
2941998-07-06  Manfred Hollstein  <manfred@s-direktnet.de>
295
296	* configure.in (INSTALLDIR): Make sed pattern failsafe.
297
2981998-07-06  Ulrich Drepper  <drepper@cygnus.com>
299
300	* std/bastring.h (class basic_string): Correct iterator return
301	values in insert member functions.
302
3031998-07-02  Ulrich Drepper  <drepper@cygnus.com>
304
305	* std/bastring.h (class basic_string): Return correct iterators in
306	erase member functions.
307
3081998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
309
310	* Makefile.in (INSTALLDIR): Add comment to document the fact,
311	this macro will be properly initialized at make's runtime.
312	(install): Add initialization of INSTALLDIR depending on $(libsubdir)
313	and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell
314	variable instead of the $(INSTALLDIR) make macro.
315
316Tue Mar 24 10:13:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
317
318	* std/bastring.cc (basic_string::copy): Mark const here, too.
319
3201998-03-23 15:59  Ulrich Drepper  <drepper@cygnus.com>
321
322	* std/bastring.h (basic_string::copy): Mark copy function as const.
323	Reported by Scott Schurr <scotts@ims.com>.
324
325Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
326
327	* configure.in: Make locating frag files failsafe even for the
328	special case if configuring and building in srcdir.
329
3301998-03-04 12:37  Ulrich Drepper <drepper@cygnus.com>
331
332	* cinst.cc [INSERT] (operator<<): Correct type of numeric argument.
333
334Fri Feb  6 01:36:21 1998  Manfred Hollstein  <manfred@s-direktnet.de>
335
336	* Makefile.in (piclist): Check value of enable_shared, not PICFLAG.
337	(stmp-string, ...): Dito.
338	(bigstmp-string, ...): Dito.
339
340Sun Feb  1 13:38:07 1998  H.J. Lu  (hjl@gnu.org)
341
342	* config/linux.mt: Don't define _PTHREADS, but define
343	_IO_MTSAFE_IO.
344
345Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
346
347        * tests/configure.in, testsuite/configure.in: Update with yesterday's
348	toplevel configure.in changes.
349
350Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
351
352	* configure.in (package_makefile_rules_frag): New variable
353	which is used in the call to config.shared; redirect file descriptor 2
354	to ${package_makefile_rules_frag}.
355
356Tue Jan 27 10:11:27 1998  Jason Merrill  <jason@yorick.cygnus.com>
357
358	* Makefile.in (install): Remove the shared library symlink even if
359 	we aren't installing it.
360
361Tue Jan 27 10:29:44 1998  H.J. Lu  (hjl@gnu.org)
362
363	* configure.in (topsrcdir): New.
364	(configdirs): Check ${topsrcdir}/gcc instead.
365	(config-ml.in): Use ${topsrcdir}/config-ml.in.
366
367	* tests/configure.in (topsrcdir): New.
368	(check): Check ${topsrcdir}/gcc instead.
369
370Sun Jan 25 14:01:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
371
372	* std/bastring.h (unique): We only need length bytes.
373	(c_str): Avoid writing over random memory.
374	#include <std/bastring.cc>.
375	Lose _G_ALLOC_CONTROL.
376	* std/bastring.cc: Likewise.
377 	(nilRep): Add initializer for selfish.
378	* sinst.cc: Just #include <string>.
379
380Tue Jan 13 21:23:05 1998  H.J. Lu  (hjl@gnu.org)
381
382	* configure.in (configdirs): Include testsuite only if
383	${srcdir}/../gcc exists.
384
385	* tests/configure.in (check): Set to ${CHECK} if
386	${srcdir}/../../gcc doesn't exists.
387
3881998-01-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
389
390	* std/bastring.cc (basic_string::Rep::operator delete): Don't claim
391	to return from deallocate, since this is a void method.
392
393Sat Jan  3 12:15:41 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
394
395	* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
396
397Sun Dec  7 02:34:40 1997  Jody Goldberg	<jodyg@idt.net>
398
399	* libstdc++/std/bastring.h : Move closer to the draft standard
400	implementation of basic_string by adding 3 paramter 'Allocator'.
401	NOTE: this still differs from the standard in not offering per
402	instance allocators.
403	* libstdc++/std/bastring.cc : Likewise.
404	* libstdc++/stlinst.cc : Handle thread safe allocators if they are the
405	default.
406
407Sun Dec  7 02:32:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
408
409	* iosfwd: New header.
410	* Makefile.in (HEADERS): Add it.
411
412Sun Dec  7 02:32:20 1997  Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
413
414	* Makefile.in (HEADERS): Modified list of headers to
415	install to include all of SGI STL headers especially hash_set and
416	hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
417	iostream, and strstream.
418
419	* fstream, iomanip, iostream, strstream: New forwarding headers
420	added.
421
422Thu Nov 27 01:33:55 1997  Jeffrey A Law  (law@cygnus.com)
423
424	* Makefile.in (install): Change gxx_includedir to gxx_include_dir.
425
426Tue Nov 25 23:16:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
427
428	London changes to string:
429	* std/bastring.cc (check_realloc): Don't be selfish anymore.
430	* std/bastring.h (non-const operator[]): Be selfish.
431	(iterator forms of insert and erase): Stay selfish.
432
433Tue Nov 25 14:03:43 1997  H.J. Lu  (hjl@gnu.org)
434
435	* Makefile.in (stmp-complex, bigstmp-complex): Changed to
436	xxxx-complx.
437
438Mon Nov 24 14:41:33 1997  Jeffrey A Law  (law@cygnus.com)
439
440	* Makefile.in: Use ln -f -s, not ln -s -f.
441
442Fri Nov 21 12:56:24 1997  Manfred Hollstein <manfred@s-direktnet.de>
443
444	* Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
445	cope with filesystem not capable to handle names longer than
446	14 characters.
447
448Sun Nov 16 22:41:55 1997  Jeffrey A Law  (law@cygnus.com)
449
450	* Makefile.in (SHLIB): Build with CC instead of CXX.
451
452Sun Nov  2 23:34:09 1997  Manfred Hollstein  <manfred@s-direktnet.de>
453
454	* configure.in: Use delta.mt for m68k-motorola-sysv.
455	* config/delta.mt: New makefile fragment.
456
457Sun Nov  2 12:14:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
458
459	* Makefile.in (install): Some of HEADERS come from the stl dir now.
460	* algorithm, deque, functional, iterator, list, map, memory, numeric,
461 	queue, set, stack, utility, vector: Now in stl dir.
462
463Fri Oct 10 00:40:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
464
465	* std/bastring.h: Use ibegin internally.  Return passed iterator
466	instead of recalculating it where appropriate.
467	* std/bastring.cc: Adjust for erase.
468
469	From Yotam Medini:
470	* std/bastring.h: Replace remove with erase.
471
472Thu Oct  9 23:24:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
473
474	* stdexcepti.cc (__out_of_range): New fn.
475	(__length_error): New fn.
476
477	* std/bastring.h (OUTOFRANGE): Fix logic.  Use throwing functions.
478	(LENGTHERROR): Likewise.
479	Revert Oct 2 changes.
480	* string: Revert Oct 2 changes.
481
482Tue Oct  7 00:51:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
483
484	* std/{f,d,ld}complex.h: Replace guiding fns if not -ansi.
485
486Thu Oct  2 00:08:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
487
488	* std/bastring.h: Move exception stuff after definition of string.
489	Move typedef of string here.
490	* string: From here.
491
492Sat Sep 27 16:48:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
493
494	* std/complext.h: Lose injection decls.
495	* std/fcomplex.h: Likewise.
496	* std/dcomplex.h: Likewise.
497	* std/ldcomplex.h: Likewise.
498
499Sat Sep 27 16:47:35 1997  Mark Mitchell  <mmitchell@usa.net>
500
501	* std/complext.h: Declare templates before making them
502	friends.  Use new friend <> syntax.
503	* std/complext.cc: Don't rely on guiding declarations.
504	* std/fcomplex.h: Use new friend <> syntax.
505	* std/dcomplex.h: Likewise.
506	* std/ldcomplex.h: Likewise.
507
508Thu Sep 25 19:55:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
509
510	* std/bastring.h: Enable exceptions.
511 	(assign, append, insert, replace): Implement member template versions.
512
5131997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
514
515	* config/linux.mt: New file.  Make sure _PTHREADS is defined
516	if necessary.
517	* configure.in: Find linux.mt file.
518
519Thu Sep 11 15:03:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
520
521	* std/bastring.h (class basic_string): Add global scope to
522	use of reverse_iterator.
523
524Tue Sep  9 19:47:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
525
526	* std/bastring.h: Adjust use of reverse_iterator template.
527
528Wed Aug 27 00:04:33 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
529
530	* Makefile.in: Create correct multiple links to
531	shared libstdc++.
532
533Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
534
535	* testsuite/Makefile.in (check): Don't depend on site.exp.
536	(just-check): Depend on site.exp.
537
538Mon Aug 25 14:26:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
539
540	* Makefile.in (CXXFLAGS): Add -Weffc++.
541
542Sat Aug 23 21:25:37 1997  Mark Mitchell  <mmitchell@usa.net>
543
544	* bastring.h: Enable reverse_iterator and its ilk.
545
546	* bastring.h: Provide specializations of member function templates
547	for const_iterator.
548
549Wed Jul 30 10:59:00 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
550
551	* stlinst.cc: Add instantiation file for
552	__default_alloc_template<fale, 0> and
553	__malloc_alloc_template<0>
554
555Sun Jun  1 17:03:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
556
557	* std/bastring.cc (find_last_of): Correct handling of POS.
558	(find_last_not_of): Likewise.
559
560Thu May  1 17:37:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
561
562	* Makefile.in ($(SHLIB)): Add $(LIBCXXFLAGS).
563
564Wed Apr 30 12:06:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
565
566	* Makefile.in (IO_DIR): Remove $(MULTIBUILDTOP).
567	(LIBIBERTY_DIR): Likewise.
568	* configure.in: Don't turn on multilib here.
569
570Fri Apr 25 16:09:15 1997  Bob Manson  <manson@charmed.cygnus.com>
571
572	* testsuite/libstdc++.tests/test.exp, testsuite/lib/libstdc++.exp,
573	  testsuite/configure.in, testsuite/Makefile.in,
574	  testsuite/config/default.exp, testsuite/ChangeLog: New files.
575
576	* configure.in: Add new testsuite directory to be configured.
577
578Tue Apr 22 19:03:39 1997  Alexandre Oliva <oliva@dcc.unicamp.br>
579
580	* Makefile.in (install): Fix handling of mshlink.
581
582Fri Apr  4 03:25:13 1997  Ulrich Drepper  <drepper@cygnus.com>
583
584	* Makefile.in (IO_DIR): Prepend $(MULTIBUILDTOP) to
585	support multilib build.
586	(LIBIBERTY_DIR): Likewise.
587
588	* configure.in: Enable multilibing by default.
589	Update multilib template to read config-ml.in.
590
591Wed Mar 12 16:09:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
592
593	* configure.in (XCXXINCLUDES): Add the STL directory.
594
595Thu Jan 23 08:08:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
596
597	* stdexcept: Delete dtors for all of the error classes, to match
598	their removal in the Apr 1995 WP.
599 	(class overflow_error): Define missing class, added in May 1996 WP.
600
601Mon Nov 18 16:57:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
602
603	* Makefile.in (stuff[12]): More rules for my own evil purposes.
604	(CXXFLAGS, CFLAGS): Use -O instead of -O3 so debugging works.
605
606Wed Oct 16 13:47:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
607
608	* config/irix5.ml: Do link against the math library.
609	* configure.in: Support shared libs on Irix 6.
610
611Fri Oct 11 18:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
612
613	* config/linux.ml: Lose version overrides.
614
615	* Makefile.in (MSHLINK): Defaults to .so.2.x
616	(mshlink): Indirect rule for making it.
617
618Tue Sep 24 17:58:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
619
620	* Remove new, typeinfo, exception, stddef*.
621	* Move public headers from std/*.h to *.
622
623Sun Sep 22 05:35:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
624
625	* Makefile.in: Remove new, exception, typeinfo handling.
626	* exceptioni.cc, newi.cc, typeinfoi.cc, std/exception.h, std/new.h,
627	std/typeinfo.h, new.h: Remove.
628	* typeinfo, new, exception: Refer to the files with .h in gcc.
629
630Fri Sep 20 14:39:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
631
632	* Makefile.in: Remove references to stl.list.
633	* configure.in (configdirs): Remove stl.
634
635Sat Sep 14 09:42:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
636
637	* Makefile.in (stuff): Convenience for me.
638
639	* std/bastring.h: Remove kludge obsoleted by new overloading code.
640
641Fri Sep  6 16:43:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
642
643	* typeinfoi.cc (__dynamic_cast): Fix static_cast.
644	(__rtti_si): Likewise.
645	(dcast): Likewise.
646
647Thu Aug 29 17:06:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
648
649	* configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
650
651Tue Jul 23 14:27:44 1996  Mike Stump  <mrs@cygnus.com>
652
653	* Makefile.in (exceptioni.o): Use -fexceptions now.
654
655Mon Jun 17 13:57:24 1996  Per Bothner  <bothner@deneb.cygnus.com>
656
657	* std/bastring.h (class basic_string::remove):  Add casts.
658
659	* configure.in:  Use EXTRA_DISTCLEAN rather than DISTCLEAN.
660
661Fri Jun  7 14:09:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
662
663	* typeinfoi.cc (BUILTIN): Align typeinfo object like a pointer.
664
665Wed May 29 16:48:35 1996  Mike Stump  <mrs@cygnus.com>
666
667	* exceptioni.cc (__throw_bad_exception): Add.
668	* std/exception.h (bad_exception): Add.
669	* std/typeinfo.h: Remove leftovers of bad_cast_object.
670
671Mon May  6 14:04:42 1996  Jason Merrill  <jason@yorick.cygnus.com>
672
673	* std/complext.h: s/FLOAT/_FLT/g.
674
675Thu May  2 17:26:24 1996  Mike Stump  <mrs@cygnus.com>
676
677	* exceptioni.cc (uncaught_exception): New routine.
678	* std/exception.h: Declare it.
679
680Thu Apr 25 13:20:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
681
682	* Makefile.in (typeinfoi.o, stdexcepti.o): Use default rule.
683
684Wed Apr 24 18:38:24 1996  Mike Stump  <mrs@cygnus.com>
685
686	* exceptioni.cc: Add #pragma implementation.
687	* std/exception.h: Add #pragma interface.  Moved exception from
688	stdexcept.
689	* std/stdexcept.h: Moved exception to exception.  Fix all constructor
690	arguments to take strings to match ANSI.  Moved bad_cast and bad_typeid
691	to typeinfo.
692	* std/typeinfo.h: Moved bad_cast and bad_typeid from stdexcept.
693
694Wed Apr 24 10:43:07 1996  Doug Evans  <dje@blues.cygnus.com>
695
696	* Makefile.in (newi.o,cstringi.o,stddefi.o,cstdlibi.o,cmathi.o): Add
697	rules for SunOS VPATH.
698
699Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
700
701	* Version 2.8.0b3.
702
703Wed Apr 10 14:38:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
704
705	* typeinfoi.cc (base_info): Pack the latter three fields into 32 bits.
706
707Tue Apr  9 15:49:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
708
709	* typeinfoi.cc: Add 'const'.
710	(__class_type_info): Now just one pointer to an array of structs,
711	rather than four pointers to arrays.
712
713	* typeinfoi.cc (__throw_type_match_rtti): Check for conversion to
714	void* before conversion to base*.
715	(dcast): Handle downcasting to X* given other X	subobjects in
716	the most derived type.  Ack.
717
718Mon Apr  8 15:20:32 1996  Ian Lance Taylor  <ian@cygnus.com>
719
720	* configure.in: Permit --enable-shared to specify a list of
721	directories.
722
723Sun Apr  7 22:50:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
724
725	* typeinfoi.cc (__rtti_array): New entry point.
726
727Sat Apr  6 14:41:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
728
729	* exceptioni.cc (__throw_bad_cast): New entry point for compiler.
730	* typeinfoi.cc: Remove __bad_cast_object.
731
732	* typeinfoi.cc: Add nodes for unsigned builtins.
733
734Fri Apr  5 18:16:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
735
736	* typeinfoi.cc, std/typeinfo.h: Total overhaul.  Move most
737 	everything out of the header, move name field into type_info, add
738 	single-inheritance case, rewrite pointer handling, add new
739 	compiler interface.  Compare addresses to check for equality.
740
741Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
742
743	* Version 2.8.0b2.
744
745Fri Mar  8 13:56:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
746
747	* std/[cs]inst.h: Remove.
748
749Thu Mar  7 07:29:00 1996  Lee Iverson  <leei@Canada.AI.SRI.COM>
750
751	* Makefile.in (install): Restore deleted chdir to stl subdir.
752
753Thu Mar  7 15:02:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
754
755	* std/complext.h: Fix __attribute__ usage.
756
757Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
758
759	* Version 2.8.0b1.
760
761Mon Feb 26 17:26:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
762
763	* std/cstring.h: New approach to changing signatures of string
764 	manipulation functions.  Still disabled.
765
766Tue Feb 20 18:29:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
767
768	* std/complext.h (__doapl, __doami, __doaml, __doadv): Helper
769 	templates to implement +=, -=, *= and /=, respectively, since
770 	member function templates do not apply to class specializations.
771	* std/{f,d,ld}complex.h, std/complext.cc, cinst.cc: Adjust.
772
773	* std/bastring.h: The representation class is now a nested class.
774	* std/bastring.cc: Add templates for static data members.
775	* sinst.cc: Don't provide specializations for static data members.
776	* std/string.h: Use default template parameters.
777
778	* Makefile.in (CXXFLAGS): Remove -pedantic -ansi.
779	(CFLAGS): Ditto.
780
781Wed Feb 14 14:39:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
782
783	* std/bastring.cc (check_realloc): Fix for sizeof (charT) > 1.
784	From John Hickin <hickin@bnr.ca>.
785
786Wed Jan 10 11:05:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
787
788	* std/bastring.h (insert): Fix iterator handling.
789	From Joe Buck <jbuck@synopsys.com>.
790
791Mon Jan  8 11:48:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
792
793	* std/bastring.h (max_size): Fix for sizeof (charT) > 1.
794	* std/bastring.cc (replace): Use it.
795
796	* std/bastring.cc (rfind): Fix for n > length ().
797
798Tue Dec 19 15:13:08 1995  Jason Merrill  <jason@yorick.cygnus.com>
799
800	* config/aix.ml (SHFLAGS): Add -Wl,-unix.
801
802Mon Dec 18 12:48:25 1995  Mike Stump  <mrs@cygnus.com>
803
804	* Makefile.in (exceptioni.o): Compile with -fhandle-exceptions, so
805	we can unwind through unexpected on machines that don't have a
806	working __unwind_function.
807
808Sun Dec 17 00:28:31 1995  Jeffrey A Law  (law@cygnus.com)
809
810	* Makefile.in (install): Make sure shared libraries
811	are installed with mode 555.
812
813Mon Nov 27 15:01:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
814
815	* Makefile.in (install): Make shared library links relative.
816	(install): Break up -sf into -s -f.
817	({M,}SHLINK): Ditto.
818
819Sun Nov 26 22:48:06 1995  Jason Merrill  <jason@yorick.cygnus.com>
820
821	* queue: Include <stack.h> instead of <queue.h>.
822
823Sat Nov 25 11:33:13 1995  Doug Evans  <dje@canuck.cygnus.com>
824
825	* Makefile.in (install): Fix setting of rootme.
826
827Tue Nov 21 14:20:34 1995  Ian Lance Taylor  <ian@cygnus.com>
828
829	* configure.in: Check ${with_cross_host} rather than comparing
830	${host} and ${target}.
831
832Tue Nov 14 01:50:52 1995  Doug Evans  <dje@canuck.cygnus.com>
833
834	* Makefile.in (IO_DIR): Delete MULTITOP, MULTISUBDIR.
835	(LIBIBERTY_DIR): Likewise.
836	(INSTALLDIR): Delete MULTISUBDIR.
837	* configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
838	instead of cfg-ml-pos.in.
839	(XCXXINCLUDES): Delete MULTITOP.
840	* stl/configure.in (XCXXINCLUDES): Delete MULTITOP.
841	(config-ml.in): Call instead of cfg-ml-pos.in.
842
843Sun Nov 12 16:44:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
844
845	* Makefile.in (VERSION):  Set to 2.7.1.
846
847Thu Nov  9 17:39:28 1995  Jason Merrill  <jason@yorick.cygnus.com>
848
849	* config/{aix,dec-osf,irix5,linux,sol2shm}.ml: Remove LDLIBS defn;
850 	no longer needed now that make check sets LD_LIBRARY_PATH.
851
852Wed Nov  8 19:46:35 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
853
854        * std/bastring.h: Wrap with #ifndef/#define/#endif.
855        * std/cassert.h: Likewise.
856        * std/cinst.h: Likewise.
857        * std/complext.h: Likewise.
858        * std/dcomplex.h: Likewise.
859        * std/fcomplex.h: Likewise.
860        * std/ldcomplex.h: Likewise.
861        * std/sinst.h: Likewise.
862
863Wed Nov  8 16:15:48 1995  Jason Merrill  <jason@yorick.cygnus.com>
864
865	* std/bastring.cc (getline): Update to September 95 WP.  Now we
866 	don't set failbit when reading an empty line.
867
868Tue Nov  7 16:09:04 1995  Jason Merrill  <jason@yorick.cygnus.com>
869
870	* std/bastring.cc (new): Fix for sizeof (charT) != 1.
871
872Sat Nov  4 17:37:16 1995  Jason Merrill  <jason@yorick.cygnus.com>
873
874	* std/complext.cc (operator / (FLOAT, const complex<FLOAT>&)):
875 	Reimplement along the lines of the other operator / templates.
876	From John Eaton <jwe@bevo.che.wisc.edu>.
877
878Sat Nov  4 13:33:50 1995  Per Bothner  <bothner@kalessin.cygnus.com>
879
880	* configure.in (DISTCLEAN):  New, to add target-mkfrag.
881
882Tue Oct 31 13:59:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
883
884	* std/bastring.h: Use size_t for the reference count.
885	* std/bastring.cc (create): Set selfish.
886	From Joe Buck (jbuck@synopsys.com).
887
888Mon Oct 30 23:09:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
889
890	* configure.in:  Don't bother changing LIBIBERTY for cross,
891	now that we are using target-libiberty instead.
892	* Makefile.in (LIBIBERTY_DIR):  Simplify.
893	(LIBIBERTY):  Remove.
894
895Wed Oct 11 14:56:49 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
896
897	* config/sol2shm.ml: New files with -rpath.
898	* configure (*-*-solaris*): Use sol2shm.ml.
899
900Thu Sep 28 09:26:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
901
902	* std/straits.h (compare, copy, move, set): Fix for non-char charT's.
903	* std/bastring.h (basic_string::remove): Fix for non-char charT's.
904
905Tue Sep 26 15:22:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
906
907	* config/irix5.ml: Pass -rpath to links.
908
909Fri Sep 15 00:17:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
910
911	* config/linux.ml: Conform to Linux shared library numbering
912 	scheme.
913	* Makefile.in: Ditto.
914
915Tue Sep 12 00:28:56 1995  Mike Stump  <mrs@cygnus.com>
916
917	* typeinfoi.cc: (__pointer_type_info::__rtti_match): Moved from
918	the headerfile, include all sorts of pointer conversions from 15.3
919	para 2.
920	* std/typeinfo.h (__pointer_type_info::__rtti_match): Moved from here.
921
922Mon Sep 11 23:27:59 1995  Mike Stump  <mrs@cygnus.com>
923
924	* std/typeinfo.h (__pointer_type_info::__rtti_match): We no longer
925	have to dereference the object pointer, as the pointer is always
926	passed directly.
927
928Mon Sep 11 19:29:51 1995  Mike Stump  <mrs@cygnus.com>
929
930	* std/typeinfo.h (__pointer_type_info::__rtti_match): Define so
931	that pointer conversions can happen on catch type matching.
932	* typeinfoi.cc (__throw_type_match_rtti): Arrange for __rtti_match
933	to be used on pointers.
934
935Tue Sep  5 14:49:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
936
937	* string.h: Remove for now.
938
939Thu Aug 31 14:14:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
940
941	* std/bastring.cc (operator>>): Simplify and fix.
942	(resize): Fix order of arguments to append.
943	(getline): Simplify and fix.
944
945Thu Aug 24 17:44:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
946
947	* std/cstdlib.h (abs): Provide default implementation for peons
948 	without labs.
949
950Tue Aug 22 08:43:07 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
951
952	* std/cstdlib.h: Comment out definition of div(long,long) for now,
953 	since not all targets have ldiv.
954
955Mon Aug 21 11:46:03 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
956
957	* std/cmath.h: Wrap abs(double) with #if ! _G_MATH_H_INLINES.
958
959	* stl.h: Add, for compatibility with ObjectSpace STL.
960
961	* std/complext.cc (operator /): Use abs instead of fabs.
962
963	* std/bastring.h (replace): Update single-character replace method
964 	as per my proposal.
965
966	* std/cmath.h: Add abs(float), abs(double) and abs(long double).
967  	Add commented-out declarations for other float and long double
968 	math functions.
969
970	* std/cstdlib.h: Add abs(long) and div(long,long).
971
972	* Makefile.in (install): Make shared library executable and
973 	non-writable.  Tidy.
974	(OBJS): Add cstdlibi.o and cmathi.o.
975
976	* Rename implementation files to have different basenames.
977
978Mon Aug 21 00:57:03 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
979
980	* Makefile.in (install): Use "cd stl"; no need for $(srcdir)
981	prefix because we're already in $(srcdir).
982
983Tue Jul 25 18:41:29 1995  Per Bothner  <bothner@kalessin.cygnus.com>
984
985	* std/stddef.h:  Remove obsolete definition of enum capacity.
986
987Sat Jul 22 13:37:01 1995  Doug Evans  <dje@canuck.cygnus.com>
988
989	* Makefile.in (IO_DIR): Add multilib support.
990	(LIBIBERTY, LIBIBERTY_OBJS, INSTALLDIR, stdlist): Likewise.
991	(libiberty.a, install): Likewise.
992	* configure.in: Likewise.
993	(XCXXINCLUDES): Likewise.
994	* stl/configure.in: Likewise.
995	(XCXXINCLUDES): Likewise.
996
997Mon Jul 17 09:29:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
998
999	* Makefile.in (typeinfo.o, stdexcept.o): Put an else for the if
1000	stmt checking PICFLAG.
1001	(stmp-string, bigstmp-string, stmp-complex, bigstmp-complex): Likewise.
1002
1003Wed Jun 28 17:05:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1004
1005	* std/*.h: Wrap with extern "C++".
1006
1007	* std/ciso646.h: Don't worry about #undefing the keywords.
1008
1009Mon Jun 26 19:05:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1010
1011	* std/bastring.h (operator!=): If they've included the STL
1012        function.h, don't overload the operator templates that it defines.
1013
1014Fri Jun 23 16:54:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1015
1016	* Makefile.in (SHLINK): Force link.
1017	(install): Ditto.
1018
1019	* std/bastring.h (terminate): Never reallocate.
1020	(alloc): No longer const.
1021
1022	* std/bastring.cc (create): Always allocate an extra byte.
1023	(check_realloc): Always leave room for an extra byte.
1024	(*find*): Add missing 'const'.
1025
1026	* Makefile.in (SHARLIB): Provide a default value.
1027
1028Tue Jun 20 16:29:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1029
1030	* std/cstring.h: Don't bother tweaking prototypes for now.  When
1031        we do, we will use new-style casts.
1032
1033Fri Jun 16 13:57:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1034
1035	* Makefile.in (VERSION): Update to 2.7.0.
1036
1037	* config/aix.ml: Build both shared and archive libraries.
1038
1039Wed Jun 14 21:44:21 1995  Jason Merrill  <jason@python.cygnus.com>
1040
1041	* configure.in (frags): Use linux.ml for Linux/ELF.
1042	* config/linux.ml: New file.
1043
1044Wed Jun 14 17:56:23 1995  Niclas Andersson  <nican@ida.liu.se>
1045
1046	* configure.in: Use xiberty when building cross-compiler.
1047
1048Wed Jun 14 12:57:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1049
1050	* std/*complex*, std/cinst.h, cinst.cc: Pass by reference to const
1051        rather than by value.
1052	* std/*complex*: Add member functions real() and imag().
1053
1054Sat Jun 10 12:14:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1055
1056	* Makefile.in (bigstmp-string): Call main string object cstrmain.o
1057        instead of cstring.o.
1058
1059Wed Jun  7 11:15:15 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1060
1061	* std/cstring.h: Use #include_next to pick up <string.h>.
1062
1063	* string.h: New file.
1064
1065	* Makefile.in (MOSTLYCLEAN_JUNK): Remove piclist.
1066
1067	* configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1068
1069Mon Jun  5 18:36:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1070
1071	* config/*.ml: Build both shared and archive libraries.
1072
1073	* configure.in (MOSTLYCLEAN): Remove pic.
1074	(frags): Use toplevel pic frags.
1075
1076	* Makefile.in (piclist): New rule.
1077	(SHLIB): Use it.
1078	(stl.list): Removed.
1079	(typeinfo.o): Also build pic version.
1080	(stdexcept.o): Ditto.
1081	(*stmp-*): Ditto.
1082
1083Tue May 30 12:01:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1084
1085	* std/{complext,{f,d,ld}complex}.h: To declare specializations,
1086        use friend declarations in the class body...
1087	* std/cinst.h: ...rather than macro hackery.
1088
1089	* Makefile.in (stdlist): Renamed from list.
1090
1091	* cstdarg: Don't define __CSTDARG__.
1092	* complex.h: Similarly.
1093
1094Tue May  9 19:31:20 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1095
1096	* std/bastring.cc (operator>>): Use an int to store the return value
1097        of streambuf::sbumpc.
1098	(getline): Ditto.
1099	* std/bastring.* (replace): Reverse size_t and charT arguments.
1100
1101	* configure.in (enable_shared): Support enable_shared under AIX.
1102
1103	* Makefile.in (SHARLIB): New variable and rule for building an
1104        archive library containing a single shared object (for AIX).
1105
1106Mon May  8 01:43:19 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1107
1108	* std/bastring.h (remove): Forgot one.
1109	(empty): And this.
1110	Disable copy-on-write if someone takes an iterator.
1111
1112	* std/bastring.cc (getline): Avoid resizing down if unnecessary.
1113	(operator>>): Don't use private methods.
1114
1115Sun May  7 02:39:56 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1116
1117	* std/bastring.h (insert, replace): Fix.
1118	* std/bastring.cc (find_*_of): Fix.
1119
1120Fri May  5 01:45:10 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1121
1122	* std/bastring.h: Add iterator remove fn.  Remove evil default
1123        arguments.
1124
1125	* std/*complex*, std/cinst.h, cinst.cc: s/__complex/complex/g.
1126        complex<float> is now specialized.  Lose _*_complex in favor of
1127        'explicit' constructors.
1128	* std/complex.h: Lose typedef of complex.
1129	* std/fcomplex.h: New file.
1130	* std/complext.cc (operator<<): Accept more input forms.
1131
1132	* std/bastring.h: Add iterator insert fns.
1133
1134Thu May  4 02:30:04 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1135
1136	* std/bastring.*: Update to current draft.
1137
1138	* std/bastring.*: Reorganize so that the pointer in a string
1139        object points to the data rather than the bsrep object, for
1140        debugging.
1141
1142Tue Apr 25 17:15:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1143
1144	* configure.in: Update to stay in sync with config.shared.
1145
1146Mon Apr 24 13:08:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1147
1148	* std/complext.h: Declare hypot.  Declare appropriate functions const.
1149
1150Wed Apr 12 15:26:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1151
1152	* Makefile.in (typeinfo.o): Don't use $<.
1153	(stdexcept.o): Ditto.
1154
1155Sat Apr  8 15:35:00 1995  Mike Stump  <mrs@cygnus.com>
1156
1157	* std/typeinfo.h: Move bad_cast, bad_typeid and __bad_cast_object
1158	from here to stdexcept.
1159	* std/stdexcept.h: Ditto.
1160	* Makefile.in (stdexcept.o): Added rule to build typeinfo.o with
1161	-frtti to support matching of thrown objects with rtti info for
1162	bad_cast.
1163
1164Mon Apr  3 18:13:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1165
1166	* typeinfo: New file.
1167
1168	* Makefile.in (HEADERS): Add typeinfo.
1169
1170Mon Apr  3 15:06:58 1995  Mike Stump  <mrs@cygnus.com>
1171
1172	* Makefile.in (typeinfo.o): Added rule to build typeinfo.o with
1173	-frtti to support matching of thrown objects with rtti info for
1174	bad_cast.
1175
1176Wed Mar 29 15:56:06 1995  Mike Stump  <mrs@cygnus.com>
1177
1178	* typeinfo.cc: (__throw_type_match_rtti): Added to support
1179	matching of thrown objects with rtti info.
1180
1181Thu Mar 23 18:42:30 1995  Jason Merrill  <jason@deneb.cygnus.com>
1182
1183	* Makefile.in (HEADERS): Add stdexcept.
1184
1185Sun Mar 12 01:25:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1186
1187	* std/typeinfo.h: Add return statements to dummy methods.
1188
1189Wed Mar  8 16:09:50 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1190
1191	* config/dec-osf.ml: Use -rpath flag.
1192
1193Fri Feb 17 18:16:46 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1194
1195	* std/typeinfo.h: Add copyright header.
1196
1197	* Makefile.in (CXXFLAGS): Add a bunch of warning options to keep
1198        me honest.
1199
1200Thu Feb 16 00:04:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1201
1202	* Makefile.in, config/*.ml: Generate shared library on most hosts
1203	as libstdc++.so.$(VERSION), with a symlink to libstdc++.so, so that
1204	multiple versions can coexist.
1205
1206Fri Feb 10 02:59:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1207
1208	* std/exception.h: {set_,}{terminate,unexpected} have C++ linkage.
1209
1210	* Makefile.in: Allow string and complex to be split up either by
1211        individual function or into I/O and non-I/O.  Default to the
1212        latter.
1213
1214Wed Feb  8 02:39:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1215
1216	* std/bastring.h: Start thinking about throwing exceptions.
1217
1218	* typeinfo.cc: Remove private functions; defining them to call
1219        abort () just delays errors until runtime.  Define
1220        __bad_cast_object.
1221
1222	* std/exception.h: Standard exceptions are now defined in
1223        stdexcept.h.  This header now contains declarations of terminate()
1224        et al.
1225	* exception.cc: Move code from libg++/src/except.c here.
1226	* std/typeinfo.h: Define RTTI-related exceptions here.
1227	* stdexcept{,.cc},std/stdexcept.h: New files.
1228
1229Mon Feb  6 18:51:31 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1230
1231	* Makefile.in (HEADERS): Resurrect, add new STL header names.
1232	(install): Install extensionless headers again.
1233	* extensionless headers: Resurrect, add new STL headers.
1234        Currently only forward to std/whatever or stl/whatever.
1235
1236Mon Jan 30 13:53:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1237
1238	* std/bastring.h (basic_string (charT, size_t)): Mark explicit.
1239
1240	* Makefile.in (install): Set rootme when installing stl headers.
1241	Only install *.* from std.
1242
1243Wed Jan 25 02:29:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1244
1245	* std/bastring.h (operator=): grab before releasing.
1246
1247Mon Jan 23 19:54:02 1995  Ronald F. Guilmette  <rfg@segfault.us.com>
1248
1249	* Makefile.in (install): Also install STL headers.
1250
1251Mon Jan 23 04:09:35 1995  Jason Merrill  <jason@python.cygnus.com>
1252
1253	* Makefile.in (list): Set $rootme before calling make.
1254
1255Wed Jan 11 19:24:47 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1256
1257	* typeinfo.cc (__rtti_match): Don't try to do pointer arithmetic
1258        with a void *.
1259
1260	* move all headers into std subdirectory and update files accordingly.
1261
1262Thu Jan  5 01:51:49 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1263
1264	* bastring.ccI (basic_string (size_t, capacity)): s/reserve/::reserve/.
1265
1266Wed Jan  4 17:27:32 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1267
1268	* exception: s/string/__string/g.
1269
1270	* configure.in (MOSTLYCLEAN): Add so_locations.
1271
1272	* bastring.ccI (basic_string (size_t, capacity)): Fix thinko.
1273	(various find functions): Ditto.
1274
1275Fri Dec 30 18:04:00 1994  Mike Stump  <mrs@cygnus.com>
1276
1277	* typeinfo.h: Add support for the built-in type bool.
1278
1279Fri Dec 30 14:57:02 1994  Mike Stump  <mrs@cygnus.com>
1280
1281	* typeinfo.{cc, h}: Guard against multiple inclusions, and add #p i/i.
1282
1283Fri Dec  2 17:56:05 1994  Mike Stump  <mrs@cygnus.com>
1284
1285	* libg++ 2.6.2 released.
1286
1287	* typeinfo.{cc, h} (__rtti_match): Change interface to compiler
1288        for dynamic_casting to gear up for exception handling's use of
1289        rtti for argument matching.
1290
1291Tue Nov 29 16:49:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1292
1293	* configure.in (configdirs):  Add stl.
1294	* Makefile.in:  Build stl, and merge .o files from it.
1295
1296Thu Nov 17 15:30:57 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1297
1298	* bastring.hI: Add iterator, const_iterator, begin() and end() to
1299        basic_string.
1300
1301Mon Nov  7 16:50:33 1994  Jason Merrill  <jason@phydeaux.cygnus.com>
1302
1303	* Makefile.in, configure.in, config/*.ml, tests/Makefile.in,
1304	tests/configure.in: Various changes to handle --enable-shared.
1305
1306Fri Nov  4 19:13:33 1994  Mike Stump  <mrs@cygnus.com>
1307
1308	* exception{,.cc}: Added to support catching bad_cast's.
1309
1310Thu Nov  3 17:42:13 1994  Mike Stump  <mrs@cygnus.com>
1311
1312	* typeinfo.h (type_info::{name, before}): Add to match draft.
1313
1314Thu Nov  3 00:56:34 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1315
1316	* Makefile.in (LIBIBERTY_OBJS): Add strerror.o.
1317
1318Mon Oct 31 15:33:06 1994  Kung Hsu  (kung@mexican.cygnus.com)
1319
1320	* typeinfo.cc: Fix a bug in the final return.
1321	* typeinfo.cc: Fix the ANSI header version number.
1322	* typeinfo.h: ditto.
1323
1324Fri Oct 28 14:23:12 1994  Mike Stump  <mrs@cygnus.com>
1325
1326	* type_info.{cc,h}: Rename to typeinfo to better match current draft.
1327
1328Wed Oct 26 11:13:53 1994  Kung Hsu  (kung@mexican.cygnus.com)
1329
1330	* type_info.h: new header file for rtti.
1331	* type_info.cc: new code file for rtti.
1332	* Makefile.in: change to include type_info.o in libstdc++ for rtti.
1333
1334Sat Oct 15 16:09:51 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1335
1336	* libg++ 2.6.1 released.
1337
1338	* cinst.hI: Also declare instantiations of out-of-line functions.
1339
1340Fri Oct 14 15:00:09 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1341
1342	* configure.in (CXXINCLUDES): Use {} to wrap variable name.
1343	* tests/configure.in (CXXINCLUDES): Ditto.
1344
1345	* cinst.hI: Declare instantiations of two-argument functions so
1346        overload resolution will work.
1347	* complext.hI: Always include cinst.hI.
1348
1349	* bastring.ccI (operator>>): Tweak.
1350
1351Tue Oct 11 17:07:49 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1352
1353	* stddef*: Do the #pragma i/i thang.
1354
1355	* bastring.hI (basic_string::put_at): Use operator[].
1356	(basic_string::terminate): Don't necessarily copy the rep.
1357
1358	* bastring.ccI (operator>>): Avoid shrinking and then re-expanding
1359        the string.
1360
1361	* bastring.*I, sinst.cc: Only allow allocation policy control if
1362	_G_ALLOC_CONTROL is defined.
1363
1364	* Makefile.in (libstdc++.a): Depend on iostream.list and libiberty.a.
1365	(../libio/iostream.list): New rule.
1366	(../libiberty/libiberty.a): New rule.
1367	(OBJS): Add stddef.o.
1368
1369Sat Oct  8 23:59:45 1994  Jason Merrill (jason@phydeaux.cygnus.com)
1370
1371	* *: First checkin.
1372