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:15:47 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-11-27 23:15:47 +0300
commit83bf7d2f89d008a8d6c958f2020f78e26c525a4d (patch)
tree86438a54fdc28d391f79392261823bfbcfe6e0d0 /newlib/ChangeLog
parent6bbb700c348150b7f16b185ec63eb0c1fcc92584 (diff)
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 211c0664a..34257eea5 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2003-11-27 Artem B. Bityuckiy <mail_lists@mail.ru>
Jeff Johnston <jjohnstn@redhat.com>