This commit is contained in:
Ulrich Drepper 2000-01-20 08:02:05 +00:00
parent 9d1b7e13b5
commit c7ed2305e8
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2000-01-19 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_modfl.c: Correct handling of arguments
with exponent >31 and < 63 (PR libc/1548).
* time/strptime.c: Change buffer handling to fix recursive calls
with locales (PR libc/1546).

View File

@ -1,3 +1,7 @@
2000-01-19 Ulrich Drepper <drepper@cygnus.com>
* td_thr_getgregs.c: Correct size parameter of memset call.
1999-12-02 Ulrich Drepper <drepper@cygnus.com>
* proc_service.h: Fix typoes in last added declaractions.