Note update of oo2c to 2.0.9.

Changes:
  * (Compiler) Initial support for parametric types.
  * (Compiler) New option `--uses <ext-ident>' lists uses of the
    declaration <ext-ident>. Scope of the search is the transitive
    closure of all modules given on the command line.
  * (Compiler) New option `--all' or `-A'. When used with `--make',
    rebuild all modules for which sources are available.
  * (IO:Select) Fix `Init' to call base type initializer as well.
This commit is contained in:
jtb 2003-05-17 21:03:33 +00:00
parent 90f3300861
commit dd288113d8

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.2256 2003/05/17 19:00:46 dmcmahill Exp $
$NetBSD: CHANGES,v 1.2257 2003/05/17 21:03:33 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@ -1985,3 +1985,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated cue to 20030421 [itojun 2003-05-17]
Updated vm to 7.15 [jtb 2003-05-17]
Added p5-Set-Scalar-1.17 [dmcmahill 2003-05-17]
Updated oo2c to 2.0.9 [jtb 2003-05-17]