Mark Mitchell
|
e26cb7aba1
|
acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make --enable-cstdio=stdio the default.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make
--enable-cstdio=stdio the default. Disable wide character support
in that event.
* configure.in: Move GLIBCPP_ENABLE_C_MBCHAR after
(GLIBCPP_ENABLE_CSTDIO).
* config/c_io_stdio.h: Don't include <libio.h>, don't define
__c_wfile_type.
* aclocal.m4: Regenerated.
* configure: Likewise.
* Makefile.in: Likewise.
* libio/Makefile.in: Likewise.
* libmath/Makefile.in: Likewise.
* libsupc++/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
From-SVN: r37509
|
2000-11-17 01:04:02 +00:00 |
|
Gerald Pfeifer
|
cdb3cf8546
|
* config/c_io_stdio.h: Include stddef.h.
From-SVN: r37502
|
2000-11-16 17:45:11 +00:00 |
|
Mark Mitchell
|
35ef21d256
|
c_io_stdio.h (streamsize): Make it a typedef for ptrdiff_t.
* config/c_io_stdio.h (streamsize): Make it a typedef for
ptrdiff_t.
(wstreamsize): Likewise.
From-SVN: r37496
|
2000-11-16 09:26:14 +00:00 |
|
Mark Mitchell
|
c135a22c31
|
* config/c_io_stdio.h: Include libio.h.
From-SVN: r37495
|
2000-11-16 09:20:48 +00:00 |
|
Loren J. Rittle
|
daa54c4b74
|
c_io_stdio.h: Don't define __c_wfile_type when _GLIBCPP_USE_WCHAR_T is not defined.
* config/c_io_stdio.h: Don't define __c_wfile_type
when _GLIBCPP_USE_WCHAR_T is not defined.
From-SVN: r37453
|
2000-11-14 13:49:27 +00:00 |
|
Benjamin Kosnik
|
9717c75cf1
|
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
|
2000-11-01 21:38:32 +00:00 |
|