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