This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r178257 - in /trunk/libstdc++-v3: ChangeLog aci...
- From: ktietz at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 29 Aug 2011 19:57:25 -0000
- Subject: r178257 - in /trunk/libstdc++-v3: ChangeLog aci...
Author: ktietz
Date: Mon Aug 29 19:57:24 2011
New Revision: 178257
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178257
Log:
* configure: Regenerated.
* config.h.in: Regenerated.
* acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR) Add
checks for ECHILD, ENOSPC, EPERM, ETIMEDOUT, and
EWOULDBLOCK.
* config/os/mingw32/error_constants.h (errc): Add
enumerator values no_child_process, no_space_on_device,
not_supported, operation_not_permitted, operation_would_block,
timed_out, and value_too_large,
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/acinclude.m4
trunk/libstdc++-v3/config.h.in
trunk/libstdc++-v3/config/os/mingw32/error_constants.h
trunk/libstdc++-v3/configure