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