OSDN Git Service

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