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-11-27 23:54:12 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-11-27 23:54:12 +0300
commitcc2a11e0d098c27f11dc4bc930a8b9815f85bf7a (patch)
tree14c0ec87c01f2545b75318102ab297c88c4b4242 /newlib/ChangeLog
parent83bf7d2f89d008a8d6c958f2020f78e26c525a4d (diff)
2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h (_atoi_r): New prototype. * libc/stdlib/atoi.c (_atoi_r): New reentrant function.
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 34257eea5..1997b083b 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/include/stdlib.h (_atoi_r): New prototype.
+ * libc/stdlib/atoi.c (_atoi_r): New reentrant function.
+
+2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/include/stdlib.h (_atoll_r, _atol_r): New prototypes.
* libc/stdlib/atol.c (_atol_r): New reentrant function.
* libc/stdlib/atoll.c (_atoll_r): Ditto.