Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 05/14/2004 06:57:43
Module Name: pkgsrc
Committed By: xtraeme
Date: Fri May 14 06:57:43 UTC 2004
Modified Files:
pkgsrc/devel/treecc: Makefile distinfo
pkgsrc/doc: CHANGES TODO
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/treecc/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/treecc/distinfo
cvs rdiff -r1.5928 -r1.5929 pkgsrc/doc/CHANGES
cvs rdiff -r1.1748 -r1.1749 pkgsrc/doc/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.