Update devel/treecc to 0.3.0.
Changes: 0.3.0 (13 March 2004) * Allow for parallel "make -jN" building (kloczek@pld.org.pl). * Fix the info directory (kloczek@pld.org.pl, qboosh@pld-linux.org). * Update the treecc.spec file (Russell Stuart). 0.2.8 (3 January 2004) * Add the "base_type" option (Gopal V). * Don't put trailing commas on enums because strict ANSI C does not allow trailing commas (Miroslaw Dobrzanski-Neumann). 0.2.6 (17 July 2003) * Add the "gc_allocator" option, so that node allocation can be done using "libgc" if the programmer chooses to do so. * Fix some non-ANSI variable declarations. 0.2.4 (29 March 2003) * Fixes to treecc.spec.in for RPM generation (Stephen Compall). * Add support for namespaces in C++ (Jeyasankar Kottalam). * Change "new.h" to "new" to comply with C++ standards (Jeyasankar Kottalam). * Fix the return type of YYNODESTATE::dealloc (Jeyasankar Kottalam).
This commit is contained in:
parent
87f16e843a
commit
224db0e21d
4 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2004/03/11 07:33:13 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2004/05/14 06:57:43 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= treecc-0.2.6
|
||||
DISTNAME= treecc-0.3.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.southern-storm.com.au/download/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/12 17:10:10 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.2 2004/05/14 06:57:43 xtraeme Exp $
|
||||
|
||||
SHA1 (treecc-0.2.6.tar.gz) = 081f6af4e501b4da0174d2cfdb54b4902f8bc239
|
||||
Size (treecc-0.2.6.tar.gz) = 276832 bytes
|
||||
SHA1 (treecc-0.3.0.tar.gz) = 6e16cfaac00159e84234ea237b69ab2598202a71
|
||||
Size (treecc-0.3.0.tar.gz) = 277663 bytes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.5928 2004/05/13 22:06:03 minskim Exp $
|
||||
$NetBSD: CHANGES,v 1.5929 2004/05/14 06:57:43 xtraeme Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -2518,3 +2518,4 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated pine to 4.60 [adam 2004-05-13]
|
||||
Updated tcl-tclX to 8.3.5 [minskim 2004-05-13]
|
||||
Updated tk-tclX to 8.3.5 [minskim 2004-05-13]
|
||||
Updated treecc to 0.3.0 [xtraeme 2004-05-14]
|
||||
|
|
1
doc/TODO
1
doc/TODO
|
@ -369,7 +369,6 @@ Suggested package updates
|
|||
o tkman-2.2
|
||||
o tmda-1.0.2
|
||||
o top-3.5b12.10
|
||||
o treecc-0.2.8
|
||||
o tripwire-2.3.1 [see also pkg/22362]
|
||||
o txt2html-2.20 [wennmach]
|
||||
o txt2html-2.23
|
||||
|
|
Loading…
Reference in a new issue