summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-27 10:00:24 +0000
committerRoland McGrath <roland@gnu.org>1996-01-27 10:00:24 +0000
commiteb8c0f2de5fe3484a8c9922573c46e3789028bb0 (patch)
treed79786dec10621a484ebf6b0f18a865ca1ddb3a8 /ChangeLog
parent8dad333dcef9dc1116277b98987a42a1b38f74ea (diff)
Fri Jan 26 12:20:45 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-960128cvs/libc-960127
* stdlib/strtol.c: Undo last change. ANSI C changed since the draft I checked yesterday. Sigh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1c7d6b327..3d949d2cc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 26 12:20:45 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * stdlib/strtol.c: Undo last change. ANSI C changed since the
+ draft I checked yesterday. Sigh.
+
Thu Jan 25 18:58:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdlib/strtol.c [UNSIGNED]: Don't recognize + or - as sign.