summaryrefslogtreecommitdiff
path: root/lang/oo2c/patches
diff options
context:
space:
mode:
authorjtb <jtb>2003-08-30 21:00:08 +0000
committerjtb <jtb>2003-08-30 21:00:08 +0000
commit3b0c3efb4556975183b9e5cea5103937557da47b (patch)
tree7f70a478bc3a86fb1de60af36f56255f64f33dbc /lang/oo2c/patches
parent0901087c6cc6d60a8ba5a93e5fa74e99e282a498 (diff)
downloadpkgsrc-3b0c3efb4556975183b9e5cea5103937557da47b.tar.gz
Update to 2.0.11.
Changes: (Exceptions): A catch clause like `CATCH T(e):' introduces a read-only variable `e' of type `T' within the block. The `(e)' part is optional. New method Name() and new procedure Abort(). FatalError() now takes a message string as argument. (Object): The functions NewUCS4Region() and NewUCS4() have been revived. (ADT:ArrayList): New methods Sort() and Elements(). (ADT:StringBuffer): Now provides an INIT() method, covering the functionality of the old NewCapacity() constructor. New method CharsUTF16(). (ADT:Comparator): Provides a comparator class `String'. (oo2c): Super calls can be issued for all type-bound procedures of the base type, instead of just the procedure that is currently being redefined. (oo2c): The compiler warns if an INIT() method does not call the INIT() of the base type. Plus the usual number of bug fixes...
Diffstat (limited to 'lang/oo2c/patches')
-rw-r--r--lang/oo2c/patches/patch-ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/oo2c/patches/patch-ac b/lang/oo2c/patches/patch-ac
index 66003b16653..b601a35f04f 100644
--- a/lang/oo2c/patches/patch-ac
+++ b/lang/oo2c/patches/patch-ac
@@ -1,11 +1,11 @@
-$NetBSD: patch-ac,v 1.2 2003/05/10 14:21:33 jtb Exp $
+$NetBSD: patch-ac,v 1.3 2003/08/30 21:00:10 jtb Exp $
---- lib/src/RT0.c.orig
-+++ lib/src/RT0.c
-@@ -13,9 +13,13 @@
- #endif
+--- lib/src/RT0.c.orig 2003-08-19 19:52:54.000000000 +0100
++++ lib/src/RT0.c 2003-08-19 19:55:02.000000000 +0100
+@@ -14,9 +14,13 @@
#define MAX_BACKTRACE_LEVELS 20 /* max number of backtraced procedure calls */
+ /* note: __config.h might set defines for gc.h, like GC_PTHREADS */
-#if defined(HAVE_LIBGC) && defined(HAVE_GC_GC_H)
+#if defined(HAVE_LIBGC)
# define USE_BOEHM_GC