OSDN Git Service

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