diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 11d1b40c2..6f8c59e1a 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2007-06-05 Christian Groessler <chris@groessler.org> + + * libc/argz/argz_insert.c (delta): Move variable declaration + to top of function in keeping with C89 standard. + 2007-06-04 Eric Blake <ebb9@byu.net> Implement funopen, fopencookie. |