- 09 May, 2000 3 commits
-
-
bkoz authored
2000-05-09 Vadim Egorov <egorovv@mailandnews.com> Benjamin Kosnik <bkoz@gnu.org> Nathan Myers <ncm@cantrip.org> Dietmar Kuehl <dietmar_kuehl@yahoo.com> * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case. (basic_streambuf::xsputn): Make consistent. * testsuite/27_io/filebuf.cc: Add tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33794 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-05-08 Steven King <sxking@uswest.net> * bits/char_traits.h: use wchar_t utility functions for char_traits<wchar_t> methods. * testsuite/21_string/char_traits.cc: New (test02): test char_traits<wchar_t> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33784 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-0508 Steven King <sxking@uswest.net> * bits/char_traits.h: use wchar_t utility functions for char_traits<wchar_t> methods. * testsuite/21_string/char_traits.cc: New (test02): test char_traits<wchar_t> 2000-05-08 Benjamin Kosnik <bkoz@cygnus.com> * acinclude.m4 (GLIBCPP_CXXFLAGS): Add bits for solaris2.8. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33783 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 08 May, 2000 2 commits
-
-
bkoz authored
2000-05-04 Branko Cibej <branko.cibej@hermes.si> * src/complex_io.cc: Don't instantiate inserters and extractors for wide-character streams unless _GLIBCPP_USE_WCHAR_T is defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33770 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-05-08 Benjamin Kosnik <bkoz@cygnus.com> * bits/fstream.tcc (filebuf::_M_init_filebuf): Don't set _M_buf_size based on macro, instead use _M_buf_size_opt. * bits/std_streambuf.h (basic_streambuf): Add _M_buf_size_opt. (basic_streambuf()): Set _M_buf_size_opt. * testsuite/27_io/filebuf.cc (filebuf): Use _M_buf_size_opt instead of _M_buf_size. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33768 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 03 May, 2000 1 commit
-
-
pme authored
Felix Natter <fnatter@gmx.net> * docs/footer.html: Update to see if it takes effect. * docs/thanks.html: More people. * docs/17_intro/headers_cc.txt: Copy from testsuite, since that can't be seen from the web pages. Rename for browser-friendliness... * docs/17_intro/howto.html: ...and update here. * docs/17_intro/porting-howto.html: Changes from Felix. * docs/gccrebuild.html: Mention v3->egcs move. * docs/faq/index.html: Ditto. Also misc tweaks and URL updates. * docs/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33631 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 02 May, 2000 3 commits
-
-
bkoz authored
2000-05-01 Benjamin Kosnik <bkoz@redhat.com> * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33606 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-05-01 Vadim Egorov <egorovv@@mailandnews.com> * bits/char_traits.h: Fix parameter types. * bits/string.tcc: Avoid traits_type::move. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33603 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-04-30 Steven King <sxking@uswest.net> * bits/locale_facets.h: Fix syntax error. * bits/std_fstream.h: ditto git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33599 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 01 May, 2000 3 commits
-
-
bkoz authored
2000-05-01 Benjamin Kosnik <bkoz@haight.constant.com> * src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here. * src/Makefile.in: Regenerate. * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33593 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-04-30 Benjamin Kosnik <bkoz@gnu.org> * config/cpu/powerpc/bits/atomicity.h: Fix typo. * mknumeric_limits (trait_name): Fix copyright notice. * src/gen-num-limits.cc: Explicitly instantiate epsilon and round_error data members of struct value. This works around weak-linking issues on AIX, HPUX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33580 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-04-30 Benjamin Kosnik <bkoz@gnu.org> * mknumeric_limits (trait_name): Fix copyright notice. * src/gen-num-limits.cc: Explicitly instantiate epsilon and round_error data members of struct value. This works around weak-linking issues on AIX, HPUX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33558 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 30 Apr, 2000 1 commit
-
-
bkoz authored
2000-04-28 Loren J. Rittle <ljrittle@acm.org> * mkcheck.in: Rely on exit status instead of the presence of a core file. Added comments on how/where to save core and exe files. Move shell wildcards outside quotes and fix core path. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33550 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 29 Apr, 2000 1 commit
-
-
pme authored
* docs/download.html: Add link to list of mirror sites. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33535 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 28 Apr, 2000 1 commit
-
-
bkoz authored
2000-04-26 Nathan C. Myers <ncm@cantrip.org> * bits/basic_string.h: include <bits/atomicity.h> instead of <atomicity.h>, and use the uglified names. * config/cpu/*/atomicity.h: replace with bits/atomicity.h; uglify names, eliminate dependence on <inttypes.h>. * src/Makefile.in, src/Makefile.am: refer to correct place for atomicity.h header. 2000-04-25 Steven King <sxking@uswest.net> * bits/basic_string.h: Fix syntax error. 2000-04-25 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Improve checks for USE_LONG_DOUBLE. (GLIBCPP_ENABLE_DEBUG): If alpha, use -gdwarf-2. * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Add all the long versions to this as copysignl is needed anyway for these targets. * math/Makefile.in: Regenerate. * bits/streambuf.tcc (streambuf::xsgetn): Tweak. * bits/fstream.tcc (underflow): Cast to libio types. * bits/basic_file.h (seekoff): Fixes for alpha: use __c_streamoff. * config/c_io_libio.cc (seekoff): And here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33501 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 25 Apr, 2000 3 commits
-
-
bkoz authored
2000-04-24 Loren J. Rittle <ljrittle@acm.org> * mkcheck.in: Report compiler version used for test. Find the built _G_config.h instead of any old installed version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33405 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-04-24 Loren J. Rittle <ljrittle@acm.org> * config/generic/ctype.cc (do_toupper): Remove dependence on non-portable/non-existent lookup table. (do_tolower): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33404 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2000-04-24 Nathan Myers <ncm@cantrip.org> * src/string-inst.cc: More fixing. 2000-04-24 Benjamin Kosnik <bkoz@gnu.org> * bits/stl_iterator.h: Pedantic fixing. * bits/std_sstream.h: And here. * bits/string.tcc: And here. 2000-04-24 Felix Natter <fnatter@gmx.net> * docs/17_intro/howto.html: Add bits. * docs/17_intro/porting-howto.html: New file. 2000-04-24 Branko Cibej <branko.cibej@hermes.si> * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Expand @libinst_wstring_la@ to libinst-wstring.la when specializing for wchar_t, to empty string otherwise. * src/Makefile.am: (EXTRA_LTLIBRARIES): New. (sources): Remove $(string_sources) and $(wstring_sources). (libstdc___la_LIBADD): Add libinst-string.la and @libinst_wstring_la@. (libstdc___la_DEPENDENCIES): New. (libinst_string_la_SOURCES, libinst_wstring_la_SOURCES): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33402 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 21 Apr, 2000 1 commit
-
-
bkoz authored
2000-04-21 Benjamin Kosnik <bkoz@redhat.com> * libstdc++-v3: New directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33317 138bc75d-0d04-0410-961f-82ee72b054a4
-