This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
config/make patches in
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: config/make patches in
- From: Benjamin Kosnik <bkoz at garfield dot cygnus dot com>
- Date: Mon, 29 Nov 1999 22:52:37 -0800 (PST)
I put all the patches in CVS in one fell swoop. I believe this should
resolve each individual issue.
-benjamin
1999-11-29 Chip Salzenberg <chip@valinux.com>
* Makefile.in: Tweaks for CXXFLAGS.
* */Makefile.in: Same.
1999-11-29 Mumit Khan <khan@xraylith.wisc.edu>
* conficd bgure.in: Check for wide character support.
* bits/c++config.h.in (_GLIBC_USE_WCHAR_T): Move from here ...
* acconfig.h (_GLIBC_USE_WCHAR_T): to here.
* bits/string.tcc (wstring::_S_find): Guard wchar_t
specialization.
1999-11-29 Mumit Khan <khan@xraylith.wisc.edu>
* acinclude.m4: Fix typo.
* src/complex.cc: Fix macro line continuation.
1999-11-29 Petter Urkedal <petter@matfys.lth.se>
* src/Makefile.am (CXXFLAGS): Add -Wno-format to allow non-
string literals in format, as used in locale-facets.tcc.