]> gcc.gnu.org Git - gcc.git/blame - libstdc++/ChangeLog
* std/bastring.h (basic_string<>::clear): Add function.
[gcc.git] / libstdc++ / ChangeLog
CommitLineData
30f747d0
JFP
12000-07-14 Jean-Francois Panisset <panisset@discreet.com>
2
3 * std/bastring.h (basic_string<>::clear): Add function.
4
774c79ed
ZW
52000-07-06 Zack Weinberg <zack@wolery.cumb.org>
6
7 * std/gslice_array.h, std/indirect_array.h, std/mask_array.h,
8 std/slice_array.h, std/std_valarray.h, std/valarray_meta.h:
9 Do not paste anything after 'operator' keyword.
10
02a18962
DE
112000-05-15 David Edelsohn <edelsohn@gnu.org>
12
13 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
14 on $(enable_shared).
15 * aix.ml: Build AIX-style shared library.
16
36348eab
JJ
172000-05-10 Jakub Jelinek <jakub@redhat.com>
18
19 * configure.in: Use mh-sparcpic for sparc*-*-*.
20
be961d57
MF
212000-04-24 Magnus Fromreide <magfr@lysator.liu.se>
22
23 * sstream: New file.
24 * Makefile.in (HEADERS): Add it.
25
ad242caf
JM
262000-03-29 Jason Merrill <jason@casey.cygnus.com>
27
28 * configure.in: -linux-gnu*, not -linux-gnu.
29
e5fd03ba
GDR
302000-03-10 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
31
32 * std/bastring.h (basic_string<>::push_back): Was missing.
33
0753683c
FF
342000-01-12 Fred Fish <fnf@be.com>
35
36 * Makefile.in (SHOPT): New macro, flag to ld to create
37 shared library. Defaults to "-shared".
38 (SHLIB): Use new SHOPT rather than hardcoded "-shared".
39 * configure.in: While configuring for *-*-beos*, if
40 --enable-shared is given, add beos.ml to list of makefile
41 frags.
42 * config/beos.ml: New file.
43
03c3ba39
JM
441999-12-15 Jason Merrill <jason@casey.cygnus.com>
45
46 * Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
47 (MYCFLAGS): Include $(CFLAGS).
48
355e94aa
ML
49