diff options
author | jtb <jtb@pkgsrc.org> | 2003-08-30 21:02:40 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-08-30 21:02:40 +0000 |
commit | ded376a5fea567a90e325f82b420d43b7538a4ad (patch) | |
tree | 701c3f3286a504db25a877bc4d0a2f7f011d4d1c /doc | |
parent | dc94c8e7e7a1103f23f72241f0bc4a195ef80fa6 (diff) | |
download | pkgsrc-ded376a5fea567a90e325f82b420d43b7538a4ad.tar.gz |
Note update of oo2c 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 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4c1223cdcf8..990227cc34a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3153 2003/08/30 20:51:49 jtb Exp $ +$NetBSD: CHANGES,v 1.3154 2003/08/30 21:02:40 jtb Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3403,3 +3403,4 @@ Changes to the packages collection and infrastructure in 2003: Added p5-Exception-Class-1.14 [he 2003-08-30] Added p5-Scalar-List-Utils-1.12 [he 2003-08-30] Updated aribas to 1.40 [jtb 2003-08-30] + Updated oo2c to 2.0.11 [jtb 2003-08-30] |