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