X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=7dd26f1d4577a12f551a7795fa6150829140e147;hb=02af74bbd136b5675520a583ee43a8cb099036a8;hp=e41da81aa3d7aca91ad324aaa886258b49299d79;hpb=1fe17aceb875af39fa2754a959fa8875ad39b38c;p=mono.git diff --git a/ChangeLog b/ChangeLog index e41da81aa3d..7dd26f1d457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +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 + method + (mono_test_many_byte_arguments): ditto + 2002-02-18 Radek Doulik * mono/tests/Makefile.am: added small test library for pinvoke