diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2008-02-18 16:39:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2008-02-18 16:39:43 +0000 |
commit | 97afb9eb7d8f728a9c9aee9ceeacadc565221bdd (patch) | |
tree | cdb63ffcbeddff9b80eb8a50aaba506d087d8cb8 /lang/pnet/patches/patch-af | |
parent | 6f73b0e2d247ad81cd760e91d86834f79440f015 (diff) | |
download | pkgsrc-97afb9eb7d8f728a9c9aee9ceeacadc565221bdd.tar.gz |
Update dotgnu Portable.Net packages to 0.8.0:
0.8.0 (3 March 2007)
JIT
* JIT_Coder opcodes implementation (Klaus Treichel, Aleksey Demakov,
Kirill Kononenko)
* On Demand JIT Compilation (Klaus Treichel)
* JIT exception handling (Klaus Treichel, Kirill Kononenko)
* Method Inlining support (Klaus Treichel)
* Inlining internal calls, PInvoke and math (Klaus Treichel)
* Add marshaling support (Kirill Kononenko)
* Local and Thread Local variable support (Klaus Treichel)
* Reflection support (Klaus Treichel)
* Array optimisations (Klaus Treichel)
* Static ctor support (Klaus Treichel, Aleksey Demakov)
* Delegate and Async Delegate support (Klaus Treichel)
* Safepoints and builtin/managed Exceptions (Klaus Treichel)
* Null check reduction (Klaus Treichel)
* Finalizers and GC support (Klaus Treichel)
Runtime Engine
* New Debugger (Radek Polak)
* Typed allocations (Klaus Treichel)
* Array structure optimisations (Klaus Treichel)
* Static cctor manager (Klaus Treichel)
* Watching variables (Radek Polak)
* Spec fixes on String IndexOf and LastIndexOf (Russell Stuart)
* Array.Clear fixes (Radek Polak)
* Handle fixes for JIT support (Klaus Treichel)
...and more, see the NEWS file. This closes PR 31950.
Diffstat (limited to 'lang/pnet/patches/patch-af')
-rw-r--r-- | lang/pnet/patches/patch-af | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/pnet/patches/patch-af b/lang/pnet/patches/patch-af deleted file mode 100644 index b6464789dc4..00000000000 --- a/lang/pnet/patches/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-af,v 1.1 2006/02/26 20:38:52 joerg Exp $ - ---- libffi/configure.orig 2006-02-26 20:16:12.000000000 +0000 -+++ libffi/configure -@@ -2443,6 +2443,7 @@ i*86-*-linux*) TARGET=X86; TARGETDIR=x86 - i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;; - i*86-*-beos*) TARGET=X86; TARGETDIR=x86;; - i*86-*-freebsd*) TARGET=X86; TARGETDIR=x86;; -+i*86-*-dragonfly*) TARGET=X86; TARGETDIR=x86;; - i*86-*-netbsdelf*) TARGET=X86; TARGETDIR=x86;; - i*86-*-win32*) TARGET=X86_WIN32; TARGETDIR=x86;; - i*86-*-cygwin*) TARGET=X86_WIN32; TARGETDIR=x86;; |