Skip to content

Commit

Permalink
Update devel/treecc to 0.3.0.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
xtraeme committed May 14, 2004
1 parent 0f205ff commit a7014a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/treecc/Makefile
@@ -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/

Expand Down
6 changes: 3 additions & 3 deletions devel/treecc/distinfo
@@ -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
3 changes: 2 additions & 1 deletion doc/CHANGES
@@ -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:

Expand Down Expand Up @@ -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 change: 0 additions & 1 deletion doc/TODO
Expand Up @@ -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
Expand Down

0 comments on commit a7014a4

Please sign in to comment.