summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb>2003-05-17 21:03:33 +0000
committerjtb <jtb>2003-05-17 21:03:33 +0000
commit4655432ca73b3b675218f56505b98cc91157fd91 (patch)
tree30817e51063d8279d37c02a4628519a1ed006ed3
parent3eafc067e83a66d4ff160a85d29761f3981f98a0 (diff)
downloadpkgsrc-4655432ca73b3b675218f56505b98cc91157fd91.tar.gz
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.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 1f9883be3e8..66b200e201e 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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]