Skip to content

Commit

Permalink
* wcsmbs/wcsatcliff.c (MEMCHR): Define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Apr 7, 2009
1 parent ddba0f1 commit 481f9ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
2009-04-07 Ulrich Drepper <drepper@redhat.com>

* string/stratcliff.c (do_test): Add memchr tests..
* wcsmbs/wcsatcliff.c (MEMCHR): Define.
* sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
first read quad word.

Expand Down
5 changes: 5 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2009-04-07 Ulrich Drepper <drepper@redhat.com>

* locales/ks_IN@devanagari: Replace duplicated information with copy.
Fix title. Patch by Pravin Satpute <psatpute@redhat.com>.

2009-04-06 Ulrich Drepper <drepper@redhat.com>

* locales/ks_IN: New file.
Expand Down
1 change: 1 addition & 0 deletions wcsmbs/wcsatcliff.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define STPNCPY wcpncpy
#define MEMCPY wmemcpy
#define MEMPCPY wmempcpy
#define MEMCHR wmemchr


#include "../string/stratcliff.c"

0 comments on commit 481f9ec

Please sign in to comment.