Author: niels Date: Wed Jul 30 22:14:00 2008 New Revision: 3209 URL: http://svn.gna.org/viewcvs/service-tech?rev=3209&view=rev Log: * fixed bug #12110 (https://gna.org/bugs/?12110): compilation errors using GCC 4.3.1
* adapted the cleaning scripts * renamed Makefile target "hu-prepare" to "cvs-clean" * added "--bug" parameter * neither Automake nor Autoconf set any gcc parameters * removed extension-data.*, because nobody will be working on this * added Makefiles for a Manpage created by help2man * fixed a small bug that yielded parse problems when strings appeared in <documentation> elements * renamed generated configuration header to "config.h" to achieve compatibility with getopt and the sources generated by GNU gengetopt * replaced "getopt.c", "getopt.h", and "getopt1.c" by standard files from GNUlib * changed versioning scheme from "x.y.z" to "x.yy" -- next version ist 2.04 * completed task #6117 (https://gna.org/task/?6117): now using gengetopt to organize command line options * completed task #6078 (https://gna.org/task/?6078): implement Woflan file format Added: trunk/bpel2owfn/man/ trunk/bpel2owfn/man/Makefile.am Removed: trunk/bpel2owfn/src/extension-data.cc trunk/bpel2owfn/src/extension-data.h Modified: trunk/bpel2owfn/Makefile.am trunk/bpel2owfn/configure.ac trunk/bpel2owfn/src/Makefile.am trunk/bpel2owfn/src/ast-postprocess.k trunk/bpel2owfn/src/bpel2owfn.cc trunk/bpel2owfn/src/cfg.cc trunk/bpel2owfn/src/cmdline.ggo trunk/bpel2owfn/src/colorconsole.h trunk/bpel2owfn/src/debug.cc trunk/bpel2owfn/src/frontend-lexer.ll trunk/bpel2owfn/src/getopt.c trunk/bpel2owfn/src/getopt1.c trunk/bpel2owfn/src/globals.cc trunk/bpel2owfn/src/options.cc trunk/bpel2owfn/src/options.h trunk/bpel2owfn/src/petrinet-output.cc trunk/bpel2owfn/src/petrinet.h trunk/bpel2owfn/src/pnapi.h -- You received this e-mail, because you subscribed the mailing list "service-tech-commits" which will forward you any e-mail addressed to [EMAIL PROTECTED] If you want to unsubscribe or make any changes to your subscription, please go to https://mail.gna.org/listinfo/service-tech-commits.
