X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=7dd26f1d4577a12f551a7795fa6150829140e147;hb=02af74bbd136b5675520a583ee43a8cb099036a8;hp=2491f5e303e74ea82dbe90995e52445ae5a10531;hpb=21d2218caecd8ca19bbb681eaa0679c3125765b5;p=mono.git diff --git a/ChangeLog b/ChangeLog index 2491f5e303e..7dd26f1d457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2002-02-27 Dietmar Maurer + + * mono/tests/fib.cs: it is now possible to pass a repeat count as + command line argument, for example fib.exe 20 runs the test 20 + times. + +2002-02-25 Sergey Chaban + * configure.in: added support for ARM target arch. + Uncommented and modified arm-*-linux* target, + added mono/arch/arm/Makefile to AC_OUTPUT list. + +2002-02-21 Mark Crichton + + * status/class.xml: Added contact info for RNGCryptoServiceProvider + class and Rijndael classes. + * status/maintainers.xml: Added contact info to maintainers list. + +2002-02-21 Mark Crichton + + * configure.in: Add checks for a system-provided entropy device + * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM + +2002-02-20 Dick Porter + + * acconfig.h: + * configure.in: Always build without cygwin support on windows + +2002-02-19 Radek Doulik + + * mono/tests/pinvoke.cs: use more pinvoke test methods + 2002-02-19 Radek Doulik * mono/tests/libtest.c (mono_test_many_short_arguments): new test