This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-253-g55e4107


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  55e4107b2c70b222b5ceb88d9c0ca68f9699b9ce (commit)
      from  2016b3cd19acbfb68fae3efdbb0117511614bd4b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=55e4107b2c70b222b5ceb88d9c0ca68f9699b9ce

commit 55e4107b2c70b222b5ceb88d9c0ca68f9699b9ce
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Feb 19 09:58:05 2013 +0530

    Add NEWS entry for C++11 thread_local support.

diff --git a/NEWS b/NEWS
index 814fe37..783f957 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ Version 2.18
   14982, 14985, 14994, 14996, 15003, 15006, 15020, 15023, 15036, 15054,
   15062, 15078.
 
+* Add support for calling C++11 thread_local object destructors on thread
+  and program exit.  This needs compiler support for offloading C++11
+  destructor calls to glibc.
+
 
 Version 2.17
 

-----------------------------------------------------------------------

Summary of changes:
 NEWS |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]