diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 00:11:07 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 00:11:07 -0700 |
commit | 7f3146e7895f248dd2f655e9e5895abebb2bf506 (patch) | |
tree | ccde3c9b0e03bdb97c2f00299977dec4d8bef4a4 /NEWS | |
parent | 471d4931f83644cf86ae2f044cc29c95b9d12109 (diff) | |
download | glibc-7f3146e7895f248dd2f655e9e5895abebb2bf506.tar.gz glibc-7f3146e7895f248dd2f655e9e5895abebb2bf506.tar.xz glibc-7f3146e7895f248dd2f655e9e5895abebb2bf506.zip |
Implement mkstemps and mkstemps64.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS index 9044ec0f49..04a6b8c6bf 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-10-15 +GNU C Library NEWS -- history of user-visible changes. 2009-10-29 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,7 +7,7 @@ using `glibc' in the "product" field. Version 2.11 -* New interfaces: execvpe, pthread_sigqueue +* New interfaces: execvpe, pthread_sigqueue, mkstemps, mkstemps64 Implemented by Ulrich Drepper. * Checking version of longjmp added that fails if an uninitialized stack @@ -18,7 +18,7 @@ Version 2.11 * New optimized string functions for x86-64: strstr, strcasestr, memcmp, strcspn, strpbrk, strspn, strcpy, stpcpy, strncpy, strcmp (SSE2, SSE4.2), - strncmp (SSE2, SSE4.2). + strncmp (SSE2, SSE4.2), strchr (SSE4.2), strrchr (SSE4.2). Contributed by H.J. Lu. strlen, rawmemchr, strcmp (SSSE3), strncmp (SSSE3). |