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