summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 2000-08-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2000-08-091-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preliminary wchar_t implementation, with trivial encodings. * docs/configopts.html: Add bits about canonical configure option checking. * testsuite/27_io/iostream_objects.cc: Replace this file (which has newly-declared-illegal mixing of wide/narrow stdstreams) with... * testsuite/27_io/narrow_stream_objects.cc: New file. * testsuite/27_io/wide_stream_objects.cc: New file. * bits/fstream.tcc (underflow): Temporarily hack a solution together that writes from the external file to the internal buffers. This removes codecvt from the loop, and is incorrect. (_M_really_overflow): Same here. * testsuite/21_strings/inserters_extractors.cc (test05): Tweaks. 2000-08-08 Benjamin Kosnik <bkoz@cygnus.com> Ulrich Drepper <drepper@cygnus.com> * config/c_io_libio.h: Tweak. * config/c_io_libio_codecvt.c: New file. * libio/Makefile.am: Add c_codecvt.c. * libio/Makefile.in: Regenerate. * libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the stream is not orientated. * acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until encoding gets fleshed out. * bits/basic_file.h: Add specialization declarations. * config/c_io_libio.cc: Add specializations for pbackfail, uflow. * config/c_io_libio.h: Add __c_wfile_type. * bits/basic_file.h: Add _M_wfile. * config/c_io_libio.cc (__basic_file<char>): Initialize the streams without setting the orientation of the underlying FILE to either wide or narrow. (__basic_file<wchar_t>)): Enable tricky wchar_t io bits. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35584 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-08-07 Felix Natter <fnatter@gmx.net>pme2000-08-071-295/+504
| | | | | | | * docs/17_intro/porting-howto.html: New version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35555 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-08-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2000-08-011-8/+9
| | | | | | | | * docs/install.html: Edit bits about requiring a special version of the autotools. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35410 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-07-26 Phil Edwards <pme@sourceware.cygnus.com>pme2000-07-261-2/+11
| | | | | | | | | | | | | | | | | | * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Test for GNU ld before trying to use any of its options. (CHECK_MATH_DECL*,CHECK_BUILTIN_MATH_DECL*): Cache tests. * aclocal.m4: Regenerate. * configure.in: Having found GNU make, name it. * configure: Regenerate. * docs/install.html: Mention possible problems with caching. * src/Makefile.am (CXXLINK): Use new OPT_LDFLAGS. * src/Makefile.in: Regenerate. * libio/Makefile.in: Regenerate. * math/Makefile.in: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35269 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-07-19 Phil Edwards <pme@sourceware.cygnus.com>pme2000-07-191-2/+14
| | | | | | | * docs/18_support/howto.html: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35138 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-07-11 Phil Edwards <pme@sourceware.cygnus.com>pme2000-07-1124-328/+337
| | | | | | | * docs: Update sourceware->sources in every HTML file. Minor updates. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34967 138bc75d-0d04-0410-961f-82ee72b054a4
* Force checkin of footer.html to push webpages.pme2000-07-111-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34966 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>pme2000-07-079-68/+243
| | | | | | | | | | | | | | | * docs/download.html: Mention gcc_update. * docs/configopts.html: Minor updates. * docs/gccrebuild.html: Ditto. * docs/18_support/howto.html: More tips, explanations, and reminders. * docs/19_diagnostics/howto.html: Ditto. * docs/21_strings/howto.html: Ditto. * docs/24_iterators/howto.html: Ditto. * docs/25_algorithms/howto.html: Ditto. * docs/26_numerics/howto.html: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34912 138bc75d-0d04-0410-961f-82ee72b054a4
* Dummy checkin of footer.html to force web sync.pme2000-07-071-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34911 138bc75d-0d04-0410-961f-82ee72b054a4
* Update footer.html to force copying-to-web.pme2000-06-283-46/+46
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34759 138bc75d-0d04-0410-961f-82ee72b054a4
* Start documentation on numericsgdr2000-06-281-9/+24
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34758 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-27 Phil Edwards <pme@sourceware.cygnus.com>pme2000-06-271-3/+3
| | | | | | | * docs/install.html: Fix minor typo as reported. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34733 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-20 Anthony Williams <anthony@anthonyw.cjb.net>bkoz2000-06-201-9/+11
| | | | | | | | | | | | | | | * bits/string.tcc: Fix find. * testsuite/21_strings/find.cc: Patch. 2000-06-20 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * docs/install.html: Update where to get automake, where to get binutils. * acinclude.m4: Need -fno-builtins too, so gcc doesn't recognize builtins. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34622 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>bkoz2000-06-194-20/+40
| | | | | | | | | | | | | | | | | | | | | | | | * docs/17_intro/contribute.html: Add bits about getting to the LWG issues pages. * docs/documentation.html: Rename link to make more accurate and scary. * docs/gccrebuild.html: Edit for clarity as these are no longer separate projects. * docs/install.html: Add bits about binutils for -ffunction-sections, -fdata-sections, -Wl,--gc-sections * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to USE_COMPLEX_LONG_DOUBLE. * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. Works around irregularies in powerpc "C" compiler, but a good idea anyway. * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT): New. Merge both old compiler bug checks for complex into this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34601 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-13 Benjamin Kosnik <bkoz@redhat.com>bkoz2000-06-141-5/+18
| | | | | | | | | | | | | * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the superset, and already defined at top level. * aclocal.m4: Regenerate. * configure: Regenerate. * docs/17_intro/contribute.html: Plead with people to use -cp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34538 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-31 Nathan Myers <ncm@cantrip.org>bkoz2000-06-011-5/+5
| | | | | | | * docs/thanks.html: edit own credits git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34324 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-26 Phil Edwards <pme@sourceware.cygnus.com>pme2000-05-261-2/+2
| | | | | | | | | | | | | * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): If strtoll isn't available, force --disable. Need to flesh this out; make smarter. * aclocal.m4: Regenerate. * configure: Regenerate. * mkcheck.in: Minor tweaks. * docs/download.html: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34197 138bc75d-0d04-0410-961f-82ee72b054a4
* Early checkin of footer.html to trigger web checkout.pme2000-05-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34173 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2000-05-241-17/+18
| | | | | | | | | | | | | | | | | | | | | * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Remove OPTLEVEL. Add FMTFLAGS. * aclocal.m4: Regenerate. * src/Makefile.am (AC_CXXFLAGS): Take out OPTLEVEL, as this is has been disabled due to higher-level makefiles running amuck over this bit, and add in FMTFLAGS so that formatting is clear. * src/Makefile.in: Regenerate. * configure: Regenerate. * src/ios.cc (ios_base::sync_with_stdio): Cleanup buffers from initialization. * docs/download.html: Remove references to Cygwin-specific bits, as this can now be built natively. Update with current information. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34144 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-24 Phil Edwards <pme@sourceware.cygnus.com>pme2000-05-242-45/+45
| | | | | | | | | | | | | | * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): If we can use -fdiagnostics-show-location=once, do so. Expand AC_LANG_* to enclose other tests in this macro, including future ones. * aclocal.m4: Regenerate. * configure: Regenerate. * docs/faq/index.html: Update location of libg++ FAQ. * docs/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34137 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-22 Benjamin Kosnik <bkoz@purist.redhat.soma.com>bkoz2000-05-231-38/+45
| | | | | | | * docs/17_intro/libstdc++-assign.txt: Change Cygnus to FSF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34099 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-19 Phil Edwards <pme@sourceware.cygnus.com>pme2000-05-191-9/+7
| | | | | | | | | | | | | | | | | * acinclude.m4: Clean up comments on newer checks. (GLIBCPP_CHECK_COMPILER_VERSION): Check for system_header pragma support. Remove WERRORSUPPRESS variable, add WERROR. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * libio/Makefile.in: Regenerate. * math/Makefile.in: Regenerate. * src/Makefile.am: Tell make's WERROR to depend on configure's WERROR. * src/Makefile.in: Regenerate. * docs/configopts.html: Document changes to --enable names. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34034 138bc75d-0d04-0410-961f-82ee72b054a4
* Update footer date; must check in before others.pme2000-05-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34032 138bc75d-0d04-0410-961f-82ee72b054a4
* Dummy checkin of thanks.html only.pme2000-05-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33939 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-16 Phil Edwards <pme@sourceware.cygnus.com>pme2000-05-161-2/+7
| | | | | | | | | | | * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro, stub. * aclocal.m4: Regenerate. * configure.in: Call. * configure: Regenerate. * docs/configopts.html: Stub documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33936 138bc75d-0d04-0410-961f-82ee72b054a4
* Dummy checkin of footer.html only.pme2000-05-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33935 138bc75d-0d04-0410-961f-82ee72b054a4
* Dummy checkin, trigger www-checkout.pme2000-05-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33871 138bc75d-0d04-0410-961f-82ee72b054a4
* fix try/catchjason2000-05-111-7/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33861 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-09 Phil Edwards <pme@sourceware.cygnus.com>pme2000-05-093-12/+10
| | | | | | | | | | | | | | | * acinclude.m4: New macro, GLIBCPP_ENABLE_CXX_FLAGS. * configure.in: Call. * src/Makefile.am: Append results of macro to AC_CXXFLAGS. * aclocal.m4: Regenerate. * configure: Ditto. * src/Makefile.in: Ditto. * docs/configopts.html: Document. * docs/download.html: Fix typo (close quote). * docs/footer.html: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33805 138bc75d-0d04-0410-961f-82ee72b054a4
* try to fix cvsweblaw2000-05-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33661 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-03 Phil Edwards <pme@sourceware.cygnus.com>pme2000-05-038-162/+331
| | | | | | | | | | | | | | | | | 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
* 2000-04-29 Phil Edwards <pme@sourceware.cygnus.com>pme2000-04-291-3/+7
| | | | | | | * 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
* 2000-04-24 Felix Natter <fnatter@gmx.net>bkoz2000-04-251-0/+199
| | | | | | | | * docs/17_intro/howto.html: Add bits. * docs/17_intro/porting-howto.html: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33403 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-04-24 Nathan Myers <ncm@cantrip.org>bkoz2000-04-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 2000-04-21 Benjamin Kosnik <bkoz@redhat.com>bkoz2000-04-2144-0/+13174
* libstdc++-v3: New directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33317 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud