X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=ChangeLog;h=05f17d915441d272da5c7683adbb478fe956f317;hb=57eff4b2a02aaf2f5d99fdfb6a261befcdf9525f;hp=0a1e38cfe091689a4bb86888d72a9395ae9e7135;hpb=e0ddd39ffb91fcdf58c826bf2682eb018b585cfe;p=cln.git diff --git a/ChangeLog b/ChangeLog index 0a1e38c..05f17d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2006-08-15 Richard B. Kreckel + + * tests/Makefile.in: MinGW support for make check + (Patch by Sheplyakov Alexei to add ${EXEEXT}). + * Makefile.in: Convert from $(VAR) to ${VAR} syntax. + * benchmarks/Makefile.in: Likewise. + * doc/Makefile.in: Likewise. + * examples/Makefile.in: Likewise. + * src/Makefile.in: Likewise. + * tests/Makefile.in: Likewise. + +2006-08-06 Richard B. Kreckel + + * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh. + +2006-08-04 Sheplyakov Alexei + + * configure.ac: Disable shared lib on MinGW. + +2006-08-03 Sheplyakov Alexei + + * m4/param.m4: Add support for MinGW. + * src/base/random/cl_random_from.cc: Fix for last patch. + +2006-07-23 Sheplyakov Alexei + + * src/base/random/cl_random_from.cc: Add support for MinGW. + +2006-06-13 Richard B. Kreckel + + * m4/general.m4 (CL_CANONICAL_HOST_CPU): Force host_cpu=i386 for x86_64 + if userland is 32 bit. + * include/cln/config.h.in: Simplify __x86_64__ selection. + * src/base/digitseq/cl_asm_x86_64_.cc: Remove. + +2006-06-09 Richard B. Kreckel + + * src/base/digitseq/cl_DS.h (struct DS): Change len type to uintC. + 2006-05-30 Ralf Wildenhues * m4/gettimeofday.m4 (CL_GETTIMEOFDAY): Fix M4 quoting.