diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 12:20:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 12:20:17 +0000 |
commit | 04220475e05863f5648a4041fffefd11f9a35679 (patch) | |
tree | 269967a53fe480e7e493aec9b1c4634e482c5c61 /lang/pnet | |
parent | 30756b37892785d6b21e9446399d3c2baff68a4e (diff) | |
download | pkgsrc-04220475e05863f5648a4041fffefd11f9a35679.tar.gz |
Update to 0.6.6.
Changes:
0.6.6 (29 May 2004)
Runtime engine:
* GetManifestResourceNames internalcall (Russell Stuart).
* Add the --trace option to ilrun (Gopal V).
* Fix some I4/I/M/T cases in the verifier (Rhys Weatherley, Gopal V).
* Fix to Directory.GetFiles internalcall (Russell Stuart).
* Many fixes and speedups to the monitor implementation (Thong Nguyen).
* Remap some gtk# dll references (Ilyak Kasnacheev).
* Automatically load assemblies during "GetType" (Gopal V).
* Handling for interruptes and aborts (Thong Nguyen).
* Verification of indirect method calls (Gopal V).
* Resolve classes properly before layout (Gopal V).
* Support for Interlocked* functions (Thong Nguyen).
* Looser association of real threads with engine threads, to make
it easier to move to app domains in the future (Thong Nguyen).
* Asynchronous delegates (Thong Nguyen).
* Better shutdown logic for multi-threaded programs (Thong Nguyen).
* ILExecThreadBoxNoValue (Thong Nguyen).
* Dynamic invocation of methods with out/ref parameters (Thong Nguyen).
* Include inherited interfaces in return from "GetInterfaces" (Gopal V).
* Entry points must be in .exe's, not .dll's (Gopal V).
* Problems in OutputExceptionTable with nested try/catch (Rhys W).
* Fixes to make ilrun compile with gcc 3.4.0 (Norbert Bellow).
* Implement Thread.Abort (Thong Nguyen).
* Use interlocked increments for profile counts (Thong Nguyen).
C# Compiler:
* Stack underflow problem in codegen for "switch" (Rhys Weatherley).
* Problem with 8-bit characters in pre-processor lines (Rhys Weatherley).
* "/recurse" option for compiler compat mode (Gopal V).
* Fix semantic analysis for identifers and member accesses (Gopal V).
* Resolve aliases for fully qualified namespaces (Gopal V).
* "goto case" should emit a leave inside a "try" (Russell Stuart).
* Bug with ';' in #endregion directives (Russell Stuart).
* Handle "protected internal" across assemblies (Richard Baumann).
* Disambiguate static members and types with the same name (Gopal V).
C Compiler:
* Add dependency options to the pre-processor (-M, -MD, etc) (Rhys W).
* Fixes for bit field accesses (Rhys Weatherley).
* Complex structure initializers (Rhys Weatherley).
* Array access on managed arrays (Gopal V).
Linker:
* Strong alias linking for vararg methods (Rhys Weatherley).
Csant:
* Comma-separated lists of target dependencies (Russell Stuart).
* Directory deletion and copying (Russell Stuart).
Platform Support:
* Win32-specific filename expansion (Rhys Weatherley).
* Disable zlib under mingw32 because of dependency issues (Rhys W).
* Fixes for Win32 file operations (Thong Nguyen).
* Integrate libgc version 6.3alpha6 (Thong Nguyen).
* Overflow bugs in time routines (Thong Nguyen).
* ILGetSinceRebootTime for Windows (Thong Nguyen).
Diffstat (limited to 'lang/pnet')
-rw-r--r-- | lang/pnet/Makefile | 4 | ||||
-rw-r--r-- | lang/pnet/PLIST | 56 | ||||
-rw-r--r-- | lang/pnet/distinfo | 6 |
3 files changed, 59 insertions, 7 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 7fc299c44ea..420db556cd4 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2004/05/14 08:22:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/29 12:20:17 xtraeme Exp $ -DISTNAME= pnet-0.6.4 +DISTNAME= pnet-0.6.6 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ diff --git a/lang/pnet/PLIST b/lang/pnet/PLIST index 8a3d51e46ed..21fbec35290 100644 --- a/lang/pnet/PLIST +++ b/lang/pnet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/05/14 08:22:45 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/05/29 12:20:17 xtraeme Exp $ bin/al bin/cli-unknown-ar bin/cli-unknown-cpp @@ -33,7 +33,26 @@ include/pnet/ffi.h include/pnet/ffi_mips.h include/pnet/fficonfig.h include/pnet/gc.h +include/pnet/gc/gc.h +include/pnet/gc/gc_alloc.h +include/pnet/gc/gc_allocator.h +include/pnet/gc/gc_amiga_redirects.h +include/pnet/gc/gc_backptr.h +include/pnet/gc/gc_config_macros.h +include/pnet/gc/gc_cpp.h +include/pnet/gc/gc_gcj.h +include/pnet/gc/gc_inl.h +include/pnet/gc/gc_inline.h +include/pnet/gc/gc_local_alloc.h +include/pnet/gc/gc_mark.h +include/pnet/gc/gc_pthread_redirects.h +include/pnet/gc/gc_typed.h +include/pnet/gc/leak_detector.h +include/pnet/gc/new_gc_alloc.h +include/pnet/gc/weakpointer.h +include/pnet/gc_config_macros.h include/pnet/gc_local_alloc.h +include/pnet/gc_pthread_redirects.h include/pnet/gc_typed.h include/pnet/il_align.h include/pnet/il_bignum.h @@ -112,8 +131,41 @@ man/man1/ilsize.1 man/man1/ilstrip.1 man/man1/ilverify.1 man/man1/resgen.1 +share/gc/README +share/gc/README.DGUX386 +share/gc/README.Mac +share/gc/README.MacOSX +share/gc/README.OS2 +share/gc/README.amiga +share/gc/README.arm.cross +share/gc/README.autoconf +share/gc/README.changes +share/gc/README.contributors +share/gc/README.cords +share/gc/README.darwin +share/gc/README.dj +share/gc/README.environment +share/gc/README.ews4800 +share/gc/README.hp +share/gc/README.linux +share/gc/README.macros +share/gc/README.rs6000 +share/gc/README.sgi +share/gc/README.solaris2 +share/gc/README.uts +share/gc/README.win32 +share/gc/barrett_diagram +share/gc/debugging.html +share/gc/gc.man +share/gc/gcdescr.html +share/gc/gcinterface.html +share/gc/leak.html +share/gc/scale.html +share/gc/simple_example.html +share/gc/tree.html +@dirrm share/gc @dirrm lib/pnet -@dirrm lib/cscc/lib @dirrm lib/cscc/plugins @dirrm lib/cscc +@dirrm include/pnet/gc @dirrm include/pnet diff --git a/lang/pnet/distinfo b/lang/pnet/distinfo index efddd386a8d..31bcda07c34 100644 --- a/lang/pnet/distinfo +++ b/lang/pnet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/05/14 08:22:45 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2004/05/29 12:20:17 xtraeme Exp $ -SHA1 (pnet-0.6.4.tar.gz) = f386fce37d143cbe9e2b2e2f7ffad8de52ec1a9e -Size (pnet-0.6.4.tar.gz) = 3323737 bytes +SHA1 (pnet-0.6.6.tar.gz) = cc0b59074f9a905b31cf5778cfee3476adb2b098 +Size (pnet-0.6.6.tar.gz) = 3471669 bytes SHA1 (patch-aa) = ca5e4c0121ef7ed5fe02c6c0728f23af9bff8ef4 |