diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 716bdebde..ee4ce26c1 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,12 @@ +2007-06-06 Christian Groessler <chris@groessler.org> + + * libc/stdlib/ldtoa (_ldcheck): Make sure the setting of + rnd is done after the last local variable declaration. + +2007-06-06 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdlib/mprec.h[Just_16]: Make sure that Pack_16 is defined. + 2007-06-05 Christian Groessler <chris@groessler.org> * libc/argz/argz_insert.c (argz_insert): Move delta variable |