OSDN Git Service

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