From: Niels Möller Date: Thu, 24 Nov 2011 11:02:17 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: converted-master-branch-to-git~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c053688c2071e96d232a6a98d857d37f83b242;p=thirdparty%2Fnettle.git *** empty log message *** Rev: nettle/ChangeLog:1.233 --- diff --git a/ChangeLog b/ChangeLog index 19b8df97..6ec1af26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2011-11-24 Niels Möller + + From Martin Storsjö: + * testsuite/sexp-conv-test: Use $EMULATOR when running test + programs. Also ignore \r for output in the non-canonical output + formats. + + * testsuite/Makefile.in (check): Pass $(EMULATOR) in the + environment of run-tests. + + * configure.ac (EMULATOR): New substituted variable. Set to wine + or wine64 when compiling for windows, otherwise empty. + + * config.make.in (EMULATOR): Set from autoconf value. + 2011-11-20 Niels Möller * x86/camellia-crypt-internal.asm: Take ALIGNOF_UINT64_T into