mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 20:59:53 +08:00
36e40658db
2001-01-02 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_ENABLD_CSTDIO): Add in default value. * aclocal.m4: Regenerate. * configure: Regenerate. * include/bits/c++config (__GLIBCPP__): Bump version number. * ChangeLog: Start new log for year 2001 * ChangeLog-2000: New file. * docs/html/configopts.html: Make sure default values are current, From-SVN: r38663
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
2001-01-02 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
* acinclude.m4 (GLIBCPP_ENABLD_CSTDIO): Add in default value.
|
|
* aclocal.m4: Regenerate.
|
|
* configure: Regenerate.
|
|
|
|
* include/bits/c++config (__GLIBCPP__): Bump version number.
|
|
|
|
* ChangeLog: Start new log for year 2001
|
|
* ChangeLog-2000: New file.
|
|
|
|
* docs/html/configopts.html: Make sure default values are current,
|
|
add commentary.
|
|
|
|
2001-01-01 Benjamin Kosnik <bkoz@fillmore.redhat.com>
|
|
|
|
* include/c_std/bits/std_cwchar.h: Same.
|
|
* testsuite/17_intro/header_cwchar.cc: Same.
|
|
* include/c_std/bits/std_ctime.h: Same.
|
|
* testsuite/17_intro/header_ctime.cc: Same.
|
|
* include/c_std/bits/std_cstdlib.h: Same.
|
|
Clean up undefs, make consistent with cwchar and cmath, etc.
|
|
* testsuite/17_intro/header_cstdlib.cc: Same.
|
|
* include/c_std/bits/std_cstdio.h: Same here.
|
|
* testsuite/17_intro/header_cstring.cc: Same.
|
|
* include/c_std/bits/std_cstring.h: Include std_cstddef.h for size_t.
|
|
* testsuite/17_intro/header_cstring.cc: New file. Check for
|
|
size_t in namespace std.
|
|
|
|
* include/c_std/bits/std_cwchar.h: Explicit checks for mbstate_t.
|
|
* acconfig.h (HAVE_MBSTATE_T): Add.
|
|
* config.h.in: Regenerate.
|
|
* acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Always test for
|
|
mbstate_t.
|
|
* aclocal.m4: Regenerate.
|
|
* configure: Regenerate.
|
|
* testsuite/17_intro/headers_c++.cc: New file.
|
|
* testsuite/17_intro/headers_c.cc: Small changes.
|
|
|
|
2001-01-01 David Billinghurst <David.Billinghurst@riotinto.com>
|
|
|
|
* tests_flags.in: Fix typo in usage.
|
|
|
|
* tests_flags.in: Set target specific LIBS for cygwin.
|