OSDN Git Service

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