pkgsrc/lang/oo2c/patches
jtb 367f3348f4 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...
2003-08-30 21:00:08 +00:00
..
patch-aa Fix detection of boehm-gc to work with the current pkgsrc version (where 2003-05-10 14:21:32 +00:00
patch-ab Fix detection of boehm-gc to work with the current pkgsrc version (where 2003-05-10 14:21:32 +00:00
patch-ac Update to 2.0.11. 2003-08-30 21:00:08 +00:00
patch-ad Update to version 2.0.10. 2003-07-24 18:39:14 +00:00