This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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]

Fw: [PATCH]: (newlib) Allow wcschr(x, L'\0')


----- Forwarded by Bob Cassels/AbInitio on 03/14/03 11:29 PM -----

Bob Cassels <bcassels at abinitio dot com> 
Sent by: cygwin-patches-owner at cygwin dot com
03/14/03 02:46 PM

To
cygwin-patches at cygwin dot com
cc

Subject
[PATCH]: (newlib) Allow wcschr(x, L'\0')






This simple patch for newlib allows using wcschr to find pointers to null 
characters, rather than returning NULL.  I hope it's simple enough to not 
require paperwork.

2003-03-14  Bob Cassels  <bcassels at abinitio dot com>

        * libc/string/wcschr.c: (wcschr): Look for character first, then 
for
        end of string, so you can do wcschr(x, '\0').



ForwardSourceID:NT00007C62 

Attachment: wcschr-patch.txt
Description: Text document


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