X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=ChangeLog;h=55a54b8a535af73d730ee30a83dd83ba8de506e7;hb=478f9e32c706f314e23cc20640f8650ce5631fe5;hp=c24586cd3615d1e21a4aab1ce02a742a4d185561;hpb=8fd842180c3abfd09548d2922e748b5b2854e172;p=cln.git diff --git a/ChangeLog b/ChangeLog index c24586c..55a54b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2008-05-25 Bruno Haible + + * autoconf/floatparam.c: Remove support for K&R C compilers. + (main): Check the error status of fclose(stdout). + * autoconf/intparam.c: Remove support for K&R C compilers. + Fix non-ASCII characters in comments, broken on 2006-12-19. + (main): Check the error status of fclose(stdout). + +2008-04-21 Richard B. Kreckel + + * src/base/cl_low.h: Fix sparc64 build with -DNO_ASM. + * include/cln/floatformat.h: Avoid compiler warning. + +2008-04-18 Bruno Haible + + * src/integer/cl_I.h (FN_MSD1_mask, FN_MSD2_mask, FN_MSD3_mask): + Define without tag bits. Fixes a bug in FN_to_NDS on platforms where + FN_maxlength > 1. + Reported by Richard Kreckel. + +2008-04-07 Alexei Sheplyakov + + * configure.ac: create subdirectory to hold auto-generated headers. + +2008-04-07 Alexei Sheplyakov + + Re-establish 1.2.0 ABI, broken 2008-02-22: + * src/float/input/cl_F_readparsed.cc: Add obsolete signature with index + args uintL. + * src/integer/input/cl_I_readparsed.cc: Likewise. + * src/rational/input/cl_RA_readparsed.cc: Likewise. + +2008-04-05 Richard B. Kreckel + + * Version 1.2.2 released. + +2008-04-04 Richard B. Kreckel + + Re-establish ABI, broken 2008-01-20: + * src/float/ffloat/conv/cl_FF_from_float.cc: Add obsolete signature of + cl_float_to_FF_pointer. + * src/float/dfloat/conv/cl_DF_from_double.cc: Add obsolete signature of + cl_double_to_DF_pointer. + +2008-03-31 Bruno Haible + + Fix hack from 2008-01-20 that broke on ARM. + * src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Remove. + (cl_float_to_FF_pointer): Use anonymous union for conversion. + * src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Remove. + (cl_double_to_DF_pointer): Use anonymous union for conversion. + +2008-03-24 Richard B. Kreckel + + * Version 1.2.1 released. + +2008-03-23 Bruno Haible + + * autogen.sh: New file. + * Makefile.devel (build-prerequisites): New target. + (all): Depend on it. + (EXCLUDE): Also exclude autogen.sh. + +2008-03-23 Bruno Haible + + Make "make -jN" work again, broken on 2008-02-23. + * src/Makefile.in (ALLOBJECTS_LO): Fix dependency. + 2008-03-15 Richard B. Kreckel * m4/gmp.m4 (CL_LIBGMP): New macro brings support for --with-gmp=DIR...