OSDN Git Service

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