pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mono update to 0.30.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9bebfc7abad
branches:  trunk
changeset: 469924:b9bebfc7abad
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Mar 03 01:37:09 2004 +0000

description:
update to 0.30.2

The only thing that changed is the included mcs.

For which - sadly - is now real news file available.

By comparing it seems that the following packages have changed:

System.Runtime.Remoting, System.Web, System.Web.Services, System.XML

Changes (among others):

* iterators.cs (IteratorHandler.IsIEnumerator, IsIEnumerable): New
  routines to check if a type is an enumerable/enumerator allow
  classes that implement the IEnumerable or IEnumerator interfaces.
* String.cs: Concat() fixed crash when one of the arguments is an object
  whose ToString() method returns null.
* TypeLoadException.cs: Added some serialization fiels, needed for
  compatibility with MS.NET.
* String.cs (Equals): Speed up this method by avoiding Array
  Bounds Checks and by comparing by 32 bit words rather than 16 bit chars.
  This gives between 0x (for 1 char) and >2x (for large strings)
  factor of improvement.

diffstat:

 lang/mono/Makefile |  4 ++--
 lang/mono/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 93c3af7b78f8 -r b9bebfc7abad lang/mono/Makefile
--- a/lang/mono/Makefile        Wed Mar 03 00:20:19 2004 +0000
+++ b/lang/mono/Makefile        Wed Mar 03 01:37:09 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/02/28 23:41:32 recht Exp $
+# $NetBSD: Makefile,v 1.21 2004/03/03 01:37:09 recht Exp $
 #
 
-DISTNAME=      mono-0.30.1
+DISTNAME=      mono-0.30.2
 CATEGORIES=    lang
 MASTER_SITES=  http://www.go-mono.org/archive/
 
diff -r 93c3af7b78f8 -r b9bebfc7abad lang/mono/distinfo
--- a/lang/mono/distinfo        Wed Mar 03 00:20:19 2004 +0000
+++ b/lang/mono/distinfo        Wed Mar 03 01:37:09 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2004/02/14 20:39:38 recht Exp $
+$NetBSD: distinfo,v 1.10 2004/03/03 01:37:09 recht Exp $
 
-SHA1 (mono-0.30.1.tar.gz) = 630ec186471d35b4ee5ac7f9dc3e9b387f75fda9
-Size (mono-0.30.1.tar.gz) = 9706615 bytes
+SHA1 (mono-0.30.2.tar.gz) = fc871616e74b1a120c2e6c22bcdc91447788bd57
+Size (mono-0.30.2.tar.gz) = 9713488 bytes
 SHA1 (patch-ac) = 59dba48f800f3e1030d586d3707616eff6c59c38
 SHA1 (patch-ad) = 1490db664f52112ec0ab4fb7d85e50443de72728
 SHA1 (patch-ah) = ca67288373df96e46b1d60560cca25698ce8261e



Home | Main Index | Thread Index | Old Index