diff options
author | Benjamin Kosnik <bkoz@purist.soma.redhat.com> | 2000-11-01 21:38:32 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-11-01 21:38:32 +0000 |
commit | 9717c75cf1d01efa1ba16b91aeb6808e38271ce0 (patch) | |
tree | f58432c925bdca9daac30d802cf562a3be6a03a5 /libstdc++-v3/docs | |
parent | a0a9606d4b5b7545b6dcabaa9a8a915ab96bd166 (diff) | |
download | gcc-9717c75cf1d01efa1ba16b91aeb6808e38271ce0.zip gcc-9717c75cf1d01efa1ba16b91aeb6808e38271ce0.tar.gz gcc-9717c75cf1d01efa1ba16b91aeb6808e38271ce0.tar.bz2 |
basic_file.h (_M_open_mode): Change signature, move specializations to..
2000-11-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* bits/basic_file.h (_M_open_mode): Change signature, move
specializations to..
* config/c_io_libio.cc: ...here.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add sdtio option, remove wince.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config/c_io_stdio.h: New file.
* config/c_io_stdio.cc: New file.
* docs/configopts.html: Modify documentation.
From-SVN: r37195
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/configopts.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libstdc++-v3/docs/configopts.html b/libstdc++-v3/docs/configopts.html index 876455b..58c1398 100644 --- a/libstdc++-v3/docs/configopts.html +++ b/libstdc++-v3/docs/configopts.html @@ -9,7 +9,7 @@ <TITLE>libstdc++-v3 configure options</TITLE> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL=StyleSheet HREF="lib3styles.css"> -<!-- $Id: configopts.html,v 1.14 2000/10/25 14:41:16 bkoz Exp $ --> +<!-- $Id: configopts.html,v 1.15 2000/10/26 14:56:04 bkoz Exp $ --> </HEAD> <BODY> @@ -67,10 +67,7 @@ options</A></H1> snapshot 2.90.8, the choices are 'libio' to specify the GNU I/O package (from <A HREF="http://sources.redhat.com/glibc/">glibc</A>, the - GNU C library), or 'wince' to specify the Microsoft Windows CE - library. Eventually a generic cstdio interface will be added - so that people who want to use libstdc++-v3 with say, the Palm - Pilot, will be able to use libstdc++-v3 without libio. + GNU C library), or 'stdio' to use a generic "C" abstraction. </P> <DT><TT>--enable-long-long </TT> @@ -185,7 +182,7 @@ options</A></H1> <HR> <P CLASS="fineprint"><EM> -$Id: configopts.html,v 1.14 2000/10/25 14:41:16 bkoz Exp $ +$Id: configopts.html,v 1.15 2000/10/26 14:56:04 bkoz Exp $ </EM></P> |