X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=bbc00d4fd3b8afb4ac389974320899ec582e697d;hb=9b767d19e6f76c10bb0486c113f28145fdd850e5;hp=cbe9141d723396a308b2cddffc87c6f6f7ec9bb4;hpb=19e89d15a12b23d3737991e9b2f094445b2123fa;p=platform%2Fupstream%2Fglibc.git diff --git a/ChangeLog b/ChangeLog index cbe9141..bbc00d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2000-10-07 Ulrich Drepper + + * include/features.h (__STDC_ISO_10646__): Set to correct date. + Patch by Markus Kuhn . + +2000-10-06 Jes Sorensen + + * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Implement + overflow generation by adding DBL_MAX to DBL_MAX instead of + setting the bits manually in the fpsr and generating the exception + with kill() if necessary. + (feraiseexcept): Implement underflow by dividing DBL_MIN by + DBL_MIN - similar to the overflow change described above. + +2000-08-27 H.J. Lu + + * sysdeps/unix/sysv/linux/ia64/clone.S: Make it a dummy as clone + is not supported under Linux/ia64, use clone2. + +2000-10-06 Jakub Jelinek + + * malloc/malloc.h (__THROW): Define to nothing if not gcc. + * misc/sys/cdefs.h (__THROW): Likewise. + 2000-10-05 Jakub Jelinek * sysdeps/sparc/sparc64/fpu/libm-test-ulps: New file.