Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-03-17 20:12:32 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-03-17 20:12:32 +0300
commit6b3bb52b8465d5ead8eaa77a8829fdb1341cbbce (patch)
treec11d0e669b59f896ed761e805aa5370367c73e48 /newlib/ChangeLog
parentc745f853be44395ff7a11f944c8ef435bdd234f8 (diff)
2003-03-17 Bob Cassels <bcassels@abinitio.com>
* libc/string/wcschr.c: (wcschr): Look for character first, then for end of string, so you can do wcschr(x, '\0').
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 53f13844e..f21984b75 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-17 Bob Cassels <bcassels@abinitio.com>
+
+ * libc/string/wcschr.c: (wcschr): Look for character first,
+ then for end of string, so you can do wcschr(x, '\0').
+
2003-03-10 Corinna Vinschen <corinna@vinschen.de>
* libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello