X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=7c512ac47e7b4993bdeb6c7c8bb7262545c9596a;hp=96e05c8f91991a3c9b714fb3196123d97b3648c7;hb=20eb1a6aae4f2a30fec3206bb2910f01025072a0;hpb=018c5f50c35cda3126699423c95c48a7b01dcec6 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 96e05c8f919..7c512ac47e7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,90 @@ +2003-08-08 Loren J. Rittle + + * testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo. + +2003-08-07 Doug Gregor + + * include/bits/char_traits.h (char_traits::not_eof): Match operand + types in ? :. + +2003-08-07 Bernardo Innocenti + + PR libstdc++/11784 + * libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add): + Replace variants with new BSET-based version. + +2003-08-07 Carlo Wood + + * include/bits/demangle.h: Do not use cctype functions that depend + on locale. + +2003-08-05 Phil Edwards + + * configure.in: Rename... + * configure.ac: ...to this. + * docs/html/17_intro/porting.texi: Update name. + + * docs/html/17_intro/porting.html: Regenerate. + * config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in, + libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in, + testsuite/Makefile.in: Regenerate (picks up new dependancy). + +2003-08-05 Phil Edwards + + * acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack + pipe, open the window to let out the fumes, redo the option-handling + logic to properly execute the detection test. + * aclocal.m4, configure: Regenerate. + +2003-08-04 Phil Edwards + + Convert to new autotools. + * acconfig.h: Update with correct names. + * configure.host (ATOMICITYH): Rename to atomicity_include_dir. + (qnx6.[12]*): 'q' comes before 's', not after 'w'. + * configure.in: Update. Split hardcoded cross-configury settings + out to... + * crossconfig.m4: ...here. New file. Contents untouched. + * acinclude.m4: Reorganize and rewrite as needed. Split large + chunks out to... + * linkage.m4: ...here. New file. Math and stdlib linkage tests. + Contents untouched. + * scripts/testsuite_flags.in: Update. + + * Makefile.am: Remove unneeded AUTOMAKE_OPTIONS settings and other + variables (already generated by automake). + * include/Makefile.am: Ditto. + * libmath/Makefile.am: Ditto. + * libsupc++/Makefile.am: Ditto. + * po/Makefile.am: Ditto. + * src/Makefile.am: Ditto. + + * aclocal.m4: Regenerate using new versions. + * config.h.in: Ditto. + * configure: Ditto. + * Makefile.in: Ditto. + * include/Makefile.in: Ditto. + * libmath/Makefile.in: Ditto. + * libsupc++/Makefile.in: Ditto. + * po/Makefile.in: Ditto. + * src/Makefile.in: Ditto. + * testsuite/Makefile.in: Ditto. + +2003-08-04 Phil Edwards + + * po/libstdc++.pot: Re-extract/regenerate. + +2003-08-04 Phil Edwards + + * testsuite/Makefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS): + Remove unneeded variable assignments. Leave them for automake. + * testsuite/lib/libstdc++-v3.exp: Rename... + * testsuite/lib/libstdc++.exp: ...to this. Adjust function names + accordingly. + * testsuite/libstdc++-v3.dg/dg.exp: Rename... + * testsuite/libstdc++-dg/normal.exp: ...to this. Adjust function + names accordingly. + 2003-08-04 Phil Edwards * docs/doxygen/guide.html: run_doxygen uses bash.