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