This is the mail archive of the glibc-bugs@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]

[Bug libc/18265] add attributes for wchar string and memory functions


https://sourceware.org/bugzilla/show_bug.cgi?id=18265

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  aeb47bbc06cae80bbcc69452eb65118b5fe656b9 (commit)
      from  496405af79252a2eb7a5ebdc3e29ba452869d047 (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=aeb47bbc06cae80bbcc69452eb65118b5fe656b9

commit aeb47bbc06cae80bbcc69452eb65118b5fe656b9
Author: Daniel Marjamïki <Daniel.Marjamaki@evidente.se>
Date:   Fri May 22 08:00:26 2015 +0000

    Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ
#18265]

    This patch adds __nonnull annotations for wcscat, wcsncat, wcscmp and
wcsncmp.

    These added annotations match the annoations for strcat, strncat, strcmp,
strncmp in glibc.

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

Summary of changes:
 ChangeLog      |    8 ++++++++
 NEWS           |    5 +++++
 wcsmbs/wchar.h |    9 +++++----
 3 files changed, 18 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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