OSDN Git Service

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