You can subscribe to this list here.
2003 |
Jan
(23) |
Feb
(10) |
Mar
(25) |
Apr
(16) |
May
(10) |
Jun
(2) |
Jul
(7) |
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Tom H. <tom...@us...> - 2003-07-01 03:49:07
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv1771 Modified Files: configure.in Log Message: 2003-07-01 Tom Howard <tom...@us...> * ./configure.in Released rccparser-1.2.5 Index: configure.in =================================================================== RCS file: /cvsroot/rccparser/rccparser/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** configure.in 1 Jul 2003 03:44:48 -0000 1.38 --- configure.in 1 Jul 2003 03:49:04 -0000 1.39 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. AC_INIT(src/rccparse.ypp) ! AM_INIT_AUTOMAKE(rccparser, 1.2.5) AM_CONFIG_HEADER(config.h) --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. AC_INIT(src/rccparse.ypp) ! AM_INIT_AUTOMAKE(rccparser, 1.2.6) AM_CONFIG_HEADER(config.h) |
From: Tom H. <tom...@us...> - 2003-07-01 03:47:57
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv1587 Modified Files: ChangeLog Log Message: 2003-07-01 Tom Howard <tom...@us...> * ./configure.in Released rccparser-1.2.5 Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** ChangeLog 1 Jul 2003 03:44:48 -0000 1.78 --- ChangeLog 1 Jul 2003 03:47:54 -0000 1.79 *************** *** 2,5 **** --- 2,10 ---- * ./configure.in + Released rccparser-1.2.5 + + 2003-07-01 Tom Howard <tom...@us...> + + * ./configure.in * ./src/Makefile.am Removed all documentation building |
From: Tom H. <tom...@us...> - 2003-07-01 03:44:51
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv916/src Modified Files: Makefile.am Log Message: 2003-07-01 Tom Howard <tom...@us...> * ./configure.in * ./src/Makefile.am Removed all documentation building Index: Makefile.am =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/Makefile.am,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** Makefile.am 30 Jun 2003 06:45:35 -0000 1.42 --- Makefile.am 1 Jul 2003 03:44:48 -0000 1.43 *************** *** 228,232 **** @echo "Running doxygen..." @doxygen doxygen.conf ! @rm doc/latex/doxygen.sty $(HTMLFILES): doxygen.conf doc/html/header.html doc/html/footer.html doc/html/style.css --- 228,232 ---- @echo "Running doxygen..." @doxygen doxygen.conf ! # @rm doc/latex/doxygen.sty $(HTMLFILES): doxygen.conf doc/html/header.html doc/html/footer.html doc/html/style.css |
From: Tom H. <tom...@us...> - 2003-07-01 03:44:51
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv916 Modified Files: ChangeLog NEWS configure.in Log Message: 2003-07-01 Tom Howard <tom...@us...> * ./configure.in * ./src/Makefile.am Removed all documentation building Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** ChangeLog 30 Jun 2003 06:45:34 -0000 1.77 --- ChangeLog 1 Jul 2003 03:44:48 -0000 1.78 *************** *** 1,2 **** --- 1,8 ---- + 2003-07-01 Tom Howard <tom...@us...> + + * ./configure.in + * ./src/Makefile.am + Removed all documentation building + 2003-06-30 Tom Howard <tom...@us...> Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** NEWS 30 Jun 2003 06:45:34 -0000 1.26 --- NEWS 1 Jul 2003 03:44:48 -0000 1.27 *************** *** 1,7 **** [1.2.5] ! * Unfortunalty pdf and ps documentation is no longer generated. ! This is due to errors reported which I have not been able to work ! around as of yet. Hopefully, he pdf and ps documentation will ! return again in the not to distant future * Fixed memory leak and possible segfault cause by string being used --- 1,6 ---- [1.2.5] ! * Unfortunalty documentation is no longer generated. This is due to ! errors reported which I have not been able to work around as of yet. ! Hopefully, the documentation return again in the not to distant future. * Fixed memory leak and possible segfault cause by string being used Index: configure.in =================================================================== RCS file: /cvsroot/rccparser/rccparser/configure.in,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** configure.in 30 Jun 2003 06:45:34 -0000 1.37 --- configure.in 1 Jul 2003 03:44:48 -0000 1.38 *************** *** 139,144 **** AC_ARG_WITH(doxygen, AC_HELP_STRING([--with-doxygen], ! [use doxygen to rebuild the documentation if neccesary (default=yes)]), ! use_doxygen=$withval, use_doxygen=yes) if test "$use_doxygen" = "yes"; then --- 139,144 ---- AC_ARG_WITH(doxygen, AC_HELP_STRING([--with-doxygen], ! [use doxygen to rebuild the documentation if neccesary (default=no)]), ! use_doxygen=$withval, use_doxygen=no) if test "$use_doxygen" = "yes"; then |
From: Tom H. <tom...@us...> - 2003-06-30 06:45:38
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv1709 Modified Files: ChangeLog Makefile.am NEWS acinclude.m4 configure.in Log Message: 2003-06-30 Tom Howard <tom...@us...> * ./Makefile.am * ./acinclude.m4 * ./configure.in * ./src/Makefile.am * ./src/doxygen.conf.tmpl Removed building of pdf and ps documentation due to errors Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** ChangeLog 5 May 2003 21:56:51 -0000 1.76 --- ChangeLog 30 Jun 2003 06:45:34 -0000 1.77 *************** *** 1,2 **** --- 1,18 ---- + 2003-06-30 Tom Howard <tom...@us...> + + * ./Makefile.am + * ./acinclude.m4 + * ./configure.in + * ./src/Makefile.am + * ./src/doxygen.conf.tmpl + Removed building of pdf and ps documentation due to errors + + 2003-06-27 Tom Howard <tom...@us...> + + * ./src/rcclexer.lpp + * ./src/rccparse.ypp + * ./src/rccparser.h + Fixed memory leak + 2003-05-06 Tom Howard <tom...@us...> Index: Makefile.am =================================================================== RCS file: /cvsroot/rccparser/rccparser/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile.am 24 Mar 2003 19:27:33 -0000 1.18 --- Makefile.am 30 Jun 2003 06:45:34 -0000 1.19 *************** *** 39,45 **** echo "Use 'cvs co -r $$tag @PACKAGE@' to access the branch"; \ echo ""; \ ! echo `cvs tag -b $$tag`; \ ! $(AWK) -f $(srcdir)/rel.awk -v change=1 $(srcdir)/configure.in > configure.tmp; ! mv configure.tmp $(srcdir)/configure.in $(MAKE) $(AM_MAKEFLAGS) commit --- 39,45 ---- echo "Use 'cvs co -r $$tag @PACKAGE@' to access the branch"; \ echo ""; \ ! cvs tag -b "$$tag"; \ ! $(AWK) -f @srcdir@/rel.awk -v change=1 @srcdir@/configure.in > configure.tmp; ! mv configure.tmp @srcdir@/configure.in $(MAKE) $(AM_MAKEFLAGS) commit *************** *** 52,68 **** echo ""; \ cvs tag -b "$$tag"; \ ! $(AWK) -f $(srcdir)/rel.awk -v change=2 $(srcdir)/configure.in > configure.tmp; ! mv configure.tmp $(srcdir)/configure.in $(MAKE) $(AM_MAKEFLAGS) commit ! release: update distcheck add_rel commit dist upload tag ! quick-release: update add_rel commit dist upload tag tag: do_tag inc_rel do_tag: ! tag=`echo @PACKAGE@-@VERSION@ | sed s/\\\\./_/g`; \ echo "tagging release with $$tag"; \ echo `cvs tag $$tag`; --- 52,71 ---- echo ""; \ cvs tag -b "$$tag"; \ ! $(AWK) -f @srcdir@/rel.awk -v change=2 @srcdir@/configure.in > configure.tmp; ! mv configure.tmp @srcdir@/configure.in $(MAKE) $(AM_MAKEFLAGS) commit ! release: update distcheck add_rel commit tag ! quick-release: update add_rel commit tag tag: do_tag inc_rel do_tag: ! @tag=`echo @PACKAGE@-@VERSION@ | sed s/\\\\./_/g`; \ echo "tagging release with $$tag"; \ + echo "You can access this release by running:"; \ + echo " cvs co -r $$tag -d @PACKAGE@-@VERSION@ @PACKAGE@"; \ + echo "The release will then be available in the @PACKAGE@-@VERSION@ directory"; \ echo `cvs tag $$tag`; *************** *** 75,123 **** LOGHEADER=`echo -e "$$DATE\t$$USERNAME\t<$$USEREMAIL>\n"`; \ echo -e "$$LOGHEADER\n\n\t* ./configure.in\n\tReleased @PACKAGE@-@VERSION@\n" \ ! | cat - $(srcdir)/ChangeLog > ChangeLog.tmp ! mv ChangeLog.tmp $(srcdir)/ChangeLog inc_rel: ! $(AWK) -f $(srcdir)/rel.awk -v change=3 $(srcdir)/configure.in > configure.tmp; ! mv configure.tmp $(srcdir)/configure.in $(MAKE) $(AM_MAKEFLAGS) commit ! upload: @PACKAGE@-@VERSION@.tar.gz ncftpput -v upload.sourceforge.net /incoming @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@.tar.gz: dist update: cvs -z9 update ! commit: ! $(AWK) '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { count++ } { if ( count == 1 ) print $0 }' $(srcdir)/ChangeLog > message.tmp cvs -z9 commit -F message.tmp addlog: if test "$$USERNAME" = ""; then \ ! USERNAME="$$USER"; fi; \ if test "$$USEREMAIL" = ""; then \ ! USEREMAIL="sse...@li..."; fi; \ ! DATE=`date +"%Y-%m-%d"`; \ ! LOGHEADER=`echo -e "$$DATE\t$$USERNAME\t<$$USEREMAIL>\n"`; \ ! cvs -z9 diff -u --brief 2>&1 | \ ! $(AWK) -v LOGHEADER="$$LOGHEADER" 'BEGIN { print LOGHEADER "\n" } \ /^Index/ { print "\t* ./" $$2 } \ ! /^cvs server: .* is a new entry/ { print "\t* ./" $$3 } \ ! END { print "" }' | \ ! cat - $(srcdir)/ChangeLog > ChangeLog.tmp ! mv ChangeLog.tmp $(srcdir)/ChangeLog ! if test -n "$(CVSEDITOR)"; then $(CVSEDITOR) $(srcdir)/ChangeLog; \ ! elif test -n "$(VISUAL)"; then $(VISUAL) $(srcdir)/ChangeLog; \ ! elif test -n "$(EDITOR)"; then $(EDITOR) $(srcdir)/ChangeLog; \ ! else \ ! EDITOR=`which vi`; \ ! if test -n "$$EDITOR" && test -x "$$EDITOR"; then \ ! $$EDITOR $(srcdir)/ChangeLog; \ else \ ! echo ""; \ ! echo "Cannot find an editor."; \ ! echo "Please edit ChangeLog manually\n"; \ fi; \ fi --- 78,337 ---- LOGHEADER=`echo -e "$$DATE\t$$USERNAME\t<$$USEREMAIL>\n"`; \ echo -e "$$LOGHEADER\n\n\t* ./configure.in\n\tReleased @PACKAGE@-@VERSION@\n" \ ! | cat - @srcdir@/ChangeLog > ChangeLog.tmp ! mv ChangeLog.tmp @srcdir@/ChangeLog inc_rel: ! $(AWK) -f @srcdir@/rel.awk -v change=3 @srcdir@/configure.in > configure.tmp; ! mv configure.tmp @srcdir@/configure.in $(MAKE) $(AM_MAKEFLAGS) commit ! gz: @PACKAGE@-@VERSION@.tar.gz ! ! upload_gz: gz ncftpput -v upload.sourceforge.net /incoming @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@.tar.gz: dist + if BUILD_BZIP2 + + bz2: @PACKAGE@-@VERSION@.tar.bz2 + + upload_bz2: bz2 + ncftpput -v upload.sourceforge.net /incoming @PACKAGE@-@VERSION@.tar.bz2 + + @PACKAGE@-@VERSION@.tar.bz2: @PACKAGE@-@VERSION@.tar.gz + gunzip -c @PACKAGE@-@VERSION@.tar.gz | @BZIP2@ --best -c > @PACKAGE@-@VERSION@.tar.bz2 + + endif + + if BUILD_RPM + + upload_rpm: rpm + ncftpput -v upload.sourceforge.net /incoming @PACKAGE@-@VERSION@-0.i*.$(PLATFORM_SUFFIX).rpm + + rpm: @PACKAGE@-@VERSION@-0.i*.$(PLATFORM_SUFFIX).rpm + + @PACKAGE@-@VERSION@-0.i*.$(PLATFORM_SUFFIX).rpm: rpmmacros @PACKAGE@-@VERSION@.spec @PACKAGE@-@VERSION@.tar.gz + @if test -z "$(PLATFORM_SUFFIX)"; then \ + echo ""; \ + echo "Error: PLATFORM_SUFFIX is not set."; \ + echo "You may only build RPMs if you set the PLATFORM_SUFFIX."; \ + echo "You should set it to something like su82 for SuSE 8.2 or"; \ + echo "rh71 for RedHat 7.1 or mdk9 for Mandrake 9, etc. e.g."; \ + echo ""; \ + echo "./configure PLATFORM_SUFFIX=su82"; \ + echo ""; \ + exit 1; \ + fi + @$(RPM) -tb @srcdir@/@PACKAGE@-@VERSION@.tar.gz + @RPMDIR=`cat rpmmacros | $(AWK) '/%_rpmdir/ { print $$2; }'`; \ + echo "$$RPMDIR" | grep "%{.*}" >& /dev/null; \ + EXIT=$$?; \ + while test $$EXIT == "0"; do \ + RPMDIR=`echo "$$RPMDIR" | $(AWK) '/%{.*}/ \ + { match( $$0, /%{.*}/, macro ); \ + suffix = substr( $$0, RSTART + RLENGTH ); \ + gsub( /{|}/, "", macro[ 0 ] ); \ + while( ( getline < "rpmmacros" ) > 0 ) \ + { if( $$1 == macro[ 0 ] ) { print $$2 suffix; exit; } } \ + exit 1; \ + }'`; \ + if test $$? == "0"; then \ + echo "$$RPMDIR" | grep "%{.*}" >& /dev/null; \ + EXIT=$$?; \ + else \ + EXIT="1"; \ + fi; \ + done; \ + if test -d "$$RPMDIR"; then \ + for dir in `ls "$$RPMDIR"`; do \ + ls "$${RPMDIR}$${dir}/@PACKAGE@-@VERSION@-0.$${dir}.rpm" >& /dev/null; \ + if test $$? == "0"; then \ + cp "$${RPMDIR}$${dir}/@PACKAGE@-@VERSION@-0.$${dir}.rpm" @PACKAGE@-@VERSION@-0.$${dir}.$(PLATFORM_SUFFIX).rpm; \ + echo ""; \ + echo "@PACKAGE@-@VERSION@-0.$${dir}.$(PLATFORM_SUFFIX).rpm has been created."; \ + echo "If you are not a maintainer, please consider emailing the"; \ + echo "RPM to sse...@li..., so they can make it" ; \ + echo "available for others"; \ + echo ""; \ + found=true; \ + fi; \ + done; \ + if ! $$found; then \ + echo "RPM built but not found."; \ + echo "Please copy it to this directory manually."; \ + exit 1; \ + fi; \ + else \ + echo "RPM built but I cannot find RPM directory."; \ + echo "Please copy it to this directory manually."; \ + exit 1; \ + fi; + + upload_srpm: srpm + ncftpput -v upload.sourceforge.net /incoming @PACKAGE@-@VERSION@-0.src.rpm + + srpm: @PACKAGE@-@VERSION@-0.src.rpm + + @PACKAGE@-@VERSION@-0.src.rpm: rpmmacros @PACKAGE@-@VERSION@.spec @PACKAGE@-@VERSION@.tar.gz + @$(RPM) -ts @srcdir@/@PACKAGE@-@VERSION@.tar.gz + @SRPMDIR=`cat rpmmacros | $(AWK) '/%_srcrpmdir/ { print $$2; }'`; \ + echo "$$SRPMDIR" | grep "%{.*}" >& /dev/null; \ + EXIT=$$?; \ + while test $$EXIT == "0"; do \ + SRPMDIR=`echo "$$SRPMDIR" | $(AWK) '/%{.*}/ \ + { match( $$0, /%{.*}/, macro ); \ + suffix = substr( $$0, RSTART + RLENGTH ); \ + gsub( /{|}/, "", macro[ 0 ] ); \ + while( ( getline < "rpmmacros" ) > 0 ) \ + { if( $$1 == macro[ 0 ] ) { print $$2 suffix; exit; } } \ + exit 1; \ + }'`; \ + if test $$? == "0"; then \ + echo "$$SRPMDIR" | grep "%{.*}" >& /dev/null; \ + EXIT=$$?; \ + else \ + EXIT="1"; \ + fi; \ + done; \ + if test -d "$$SRPMDIR"; then \ + ls "$${SRPMDIR}/@PACKAGE@-@VERSION@-0.src.rpm" >& /dev/null; \ + if test $$? == "0"; then \ + cp "$${SRPMDIR}/@PACKAGE@-@VERSION@-0.src.rpm" .; \ + found=true; \ + fi; \ + if ! $$found; then \ + echo "SRPM built but not found."; \ + echo "Please copy it to this directory manually."; \ + exit 1; \ + fi; \ + else \ + echo "SRPM built but I cannot find SRPM directory."; \ + echo "Please copy it to this directory manually."; \ + exit 1; \ + fi; + + ~/.rpmmacros: + @echo "~/.rpmmacros not found. Creating one like the following."; \ + echo ""; \ + echo "%packager <YOUR NAME>"; \ + echo ""; \ + echo "%distribution <YOUR_DISTRIBUTION>"; \ + echo "%vendor RCSS"; \ + echo ""; \ + echo "%_topdir $$HOME"; \ + echo "%_tmppath /tmp/"; \ + echo ""; \ + echo "%_rpmtopdir %{_topdir}rpm/"; \ + echo "%_builddir %{_tmppath}"; \ + echo "%_rpmdir %{_rpmtopdir}RPMS/"; \ + echo "%_sourcedir %{_rpmtopdir}SOURCES/"; \ + echo "%_specdir %{_rpmtopdir}SPECS/"; \ + echo "%_srcrpmdir %{_rpmtopdir}SRPMS/"; \ + echo ""; \ + echo "Where <YOUR_NAME> is your name and <YOUR_DISTRIBUTION> is the"; \ + echo "distribution you are building on (e.g. SuSE Linux 8.2 or"; \ + echo "RedHat Linux 7.1)."; \ + exit -1; + + rpmmacros: ~/.rpmmacros + @cp ~/.rpmmacros rpmmacros; + + endif + + RPMChangeLog: ChangeLog + $(AWK) '/^[^0-9]/ { if( $$1 == "*" ) $$1 = "-"; print; } /^$$/ { print; } /^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { if( stop ) exit; "date -d " $$1 " +\"%a %b %d %Y\"" | getline test; $$1 = test; print "* " $$0; } /Released @PACKAGE@-/ { gsub( /@PACKAGE@-/, "", $$2 ); split( $$2, ver, "." ); split( "@VERSION@", curr_ver, "." ); if( ver[ 1 ] != curr_ver[ 1 ] || ver[ 2 ] != curr_ver[ 2 ] ) stop = 1; } END { print "[Please see the ChangeLog file for older changes] - Ed."; }' @srcdir@/ChangeLog > RPMChangeLog + + spec: @PACKAGE@-@VERSION@.spec + + @PACKAGE@-@VERSION@.spec: spec.tmpl install_files RPMChangeLog + sed -e 's/@NAME@/@PACKAGE@/' -e 's/@VER@/@VERSION@/' \ + "@srcdir@/spec.tmpl" \ + | $(AWK) -v files="$$files" \ + '{ print; } \ + /%defattr/ { while((getline < "install_files" ) > 0 ) { print; } }' \ + > @PACKAGE@-@VERSION@.spec + cat RPMChangeLog >> @PACKAGE@-@VERSION@.spec + + install_files: Makefile Makefile.am src/install_files + @rm -f install_files + @list='$(pkglib_LTLIBRARIES)'; \ + for p in $$list; do \ + f=`echo $$p | sed -e 's/\.la/.*/'`; \ + echo "%{_libdir}/@PACKAGE@/$$f" >> install_files; \ + done + @list='$(lib_LTLIBRARIES)'; \ + for p in $$list; do \ + f=`echo $$p | sed -e 's/\.la/.*/'`; \ + echo "%{_libdir}/$$f" >> install_files; \ + done + @list='$(pkgbin_PROGRAMS)'; \ + for p in $$list; do \ + echo "%{_bindir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(bin_PROGRAMS)'; \ + for p in $$list; do \ + echo "%{_bindir}/$$p" >> install_files; \ + done + @list='$(pkginclude_HEADERS)'; \ + for p in $$list; do \ + echo "%{_includedir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(include_HEADERS)'; \ + for p in $$list; do \ + echo "%{_includedir}/$$p" >> install_files; \ + done + @list='$(pkgdata_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(data_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/$$p" >> install_files; \ + done + @cat src/install_files >> install_files + + + src/install_files: src/Makefile src/Makefile.am + cd src && $(MAKE) $(AM_MAKEFLAGS) install_files + update: cvs -z9 update ! commit: update ! $(AWK) '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { count++ } { if ( count == 1 ) print $0 }' @srcdir@/ChangeLog > message.tmp cvs -z9 commit -F message.tmp addlog: if test "$$USERNAME" = ""; then \ ! USERNAME="$$USER"; \ ! fi; \ if test "$$USEREMAIL" = ""; then \ ! USEREMAIL="sse...@li..."; \ ! fi; \ ! cvs -z9 diff -u --brief 2>&1 | $(AWK) '\ /^Index/ { print "\t* ./" $$2 } \ ! /^cvs server: .* is a new entry/ { print "\t* ./" $$3 }' \ ! > @srcdir@/addlog.tmp; ! if test -s @srcdir@/addlog.tmp; then \ ! DATE=`date +"%Y-%m-%d"`; \ ! echo -e "$$DATE\t$$USERNAME\t<$$USEREMAIL>\n" \ ! > ChangeLog.tmp; \ ! cat @srcdir@/addlog.tmp >> ChangeLog.tmp; \ ! echo "" >> ChangeLog.tmp; \ ! cat @srcdir@/ChangeLog >> ChangeLog.tmp; \ ! mv ChangeLog.tmp @srcdir@/ChangeLog; \ ! if test -n "$(CVSEDITOR)"; then $(CVSEDITOR) ChangeLog; \ ! elif test -n "$(VISUAL)"; then $(VISUAL) ChangeLog; \ ! elif test -n "$(EDITOR)"; then $(EDITOR) ChangeLog; \ else \ ! EDITOR=`which vi`; \ ! if test -n "$$EDITOR" && test -x "$$EDITOR"; then \ ! $$EDITOR ChangeLog; \ ! else \ ! echo ""; \ ! echo "Cannot find an editor."; \ ! echo "Please edit ChangeLog manually\n"; \ ! fi; \ fi; \ fi Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** NEWS 5 May 2003 21:56:51 -0000 1.25 --- NEWS 30 Jun 2003 06:45:34 -0000 1.26 *************** *** 1,3 **** --- 1,11 ---- [1.2.5] + * Unfortunalty pdf and ps documentation is no longer generated. + This is due to errors reported which I have not been able to work + around as of yet. Hopefully, he pdf and ps documentation will + return again in the not to distant future + + * Fixed memory leak and possible segfault cause by string being used + from malloc allocated memory. + * Fixed typo in documentation formatting commands Index: acinclude.m4 =================================================================== RCS file: /cvsroot/rccparser/rccparser/acinclude.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** acinclude.m4 4 May 2003 21:54:40 -0000 1.1 --- acinclude.m4 30 Jun 2003 06:45:34 -0000 1.2 *************** *** 3740,3741 **** --- 3740,3767 ---- fi ]) + # AC_LIB_RCSSCONFPARSER([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) + # --------------------------------------------------------- + # Checks for the rcssconfparser library + AC_DEFUN([AC_LIB_RCSSCONFPARSER], + [AS_VAR_PUSHDEF([ac_lib_rcssconfparser], [ac_cv_lib_rcssconfparser])dnl + AC_CACHE_CHECK(whether the rcssconfparser library is available, ac_cv_lib_rcssconfparser, + [AC_LANG_PUSH(C++) + OLD_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -lrcssconfparser" + AC_LINK_IFELSE([@%:@include <rcssbase/conf/builder.hpp> + @%:@include <rcssbase/conf/parser.hpp> + int main() + { + rcss::conf::Builder builder( "test" ); + rcss::conf::Parser parser( builder ); + return 0; + }], + [AS_VAR_SET(ac_lib_rcssconfparser, yes)], + [AS_VAR_SET(ac_lib_rcssconfparser, no) + LDFLAGS="$OLD_LDFLAGS" + ]) + AC_LANG_POP(C++) + ]) + AS_IF([test AS_VAR_GET(ac_lib_rcssconfparser) = yes], [$1], [$2]) + AS_VAR_POPDEF([ac_lib_rcssconfparser])dnl + ])# AC_LIB_RCSSCONFPARSER Index: configure.in =================================================================== RCS file: /cvsroot/rccparser/rccparser/configure.in,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** configure.in 24 Apr 2003 06:15:04 -0000 1.36 --- configure.in 30 Jun 2003 06:45:34 -0000 1.37 *************** *** 87,91 **** if test $RCCPTEST=rccptest; then AC_CHECK_HEADERS([rcssserver/clangparser.h], [ ! AC_CHECK_LIB(rcssclangparser, parse, [], [AC_MSG_WARN([ Could not find the rcssclangparser library or it is out of date. --- 87,92 ---- if test $RCCPTEST=rccptest; then AC_CHECK_HEADERS([rcssserver/clangparser.h], [ ! AC_LIB_RCSSCONFPARSER([ ! AC_CHECK_LIB(rcssclangparser, parse, [], [AC_MSG_WARN([ Could not find the rcssclangparser library or it is out of date. *************** *** 103,107 **** recognises it as a CLang message. ])] ! )], [AC_MSG_WARN([ Could not find the headers for the rcssclangparser library or it is --- 104,123 ---- recognises it as a CLang message. ])] ! )], [AC_MSG_WARN([ ! ! Could not find the rcssconfparser library or it is ! out of date. If you wish to link rccptest with the rcssclangparser ! library, please (re)install rcssserver/rcssabse or specify the path to the ! rcssbase library headers by adding ! ! CXXFLAGS=\"-I<INCLUDEDIR> <YOUR_OTHER_FLAGS>\" ! ! to configure's command line arguments. ! ! By not linking rccptest against the rcssclangparser/rcssconfparser ! libraries, rccptest will use a dumby parser that will pretend that all ! CLang messages are parsed correctly, so long as the rccparser library ! recognises it as a CLang message. ! ])])],[AC_MSG_WARN([ Could not find the headers for the rcssclangparser library or it is *************** *** 137,140 **** --- 153,165 ---- AC_PATH_PROG(DOT, dot) + AC_ARG_VAR(PDFLATEX, [name and location of the pdflatex executable]) + AC_PATH_PROGS(PDFLATEX, [pdflatex]) + AM_CONDITIONAL(USE_PDFLATEX, [test $PDFLATEX]) + + AC_ARG_VAR(PS2PDF, [name and location of the ps2pdf executable]) + AC_PATH_PROGS(PS2PDF, [ps2pdf]) + AM_CONDITIONAL(USE_PS2PDF, [test $PS2PDF]) + + dnl test for debug mode *************** *** 143,146 **** --- 168,191 ---- CXXFLAGS="$CXXFLAGS -DDEBUG"; fi + + AC_ARG_VAR(RPM, [rpm executable to use]) + if test -z $RPM; then + AC_CHECK_PROGS(RPM,[rpmbuild, rpm]) + fi + AC_ARG_VAR(PLATFORM_SUFFIX, [A short name for your platform that will be added to the name of the the binary RPMs you may choose to create (by running make rpm). e.g. su82 for SuSE Linux 8.2, rh71 for RedHat 7.1]) + if test $RPM; then + if test -z $PLATFORM_SUFFIX; then + AC_MSG_WARN([You will not be able to build binary RPMS because you have not set PLATFORM_SUFFIX. Please see 'configure --help' for more details]) + fi + fi + + AM_CONDITIONAL(BUILD_RPM, [test $RPM]) + + + AC_ARG_VAR(BZIP2, [bzip2 executable to use]) + if test -z $BZIP2; then + AC_CHECK_PROGS(BZIP2, bzip2) + fi + AM_CONDITIONAL(BUILD_BZIP2, [test $BZIP2]) |
From: Tom H. <tom...@us...> - 2003-06-30 06:45:38
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv1709/src Modified Files: Makefile.am doxygen.conf.tmpl rcclexer.lpp rccparse.ypp rccparser.h Log Message: 2003-06-30 Tom Howard <tom...@us...> * ./Makefile.am * ./acinclude.m4 * ./configure.in * ./src/Makefile.am * ./src/doxygen.conf.tmpl Removed building of pdf and ps documentation due to errors Index: Makefile.am =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/Makefile.am,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** Makefile.am 23 Apr 2003 04:45:48 -0000 1.41 --- Makefile.am 30 Jun 2003 06:45:35 -0000 1.42 *************** *** 218,223 **** HAVE_DOT="NO"; \ fi; \ ! $(AWK) -v have_dot=$$HAVE_DOT \ ! '/@HAVE_DOT@/ { sub( /@HAVE_DOT@/, have_dot ); } /@INPUT@/ { sub( /@INPUT@/, "$(srcdir)" ); } { print }' \ $(srcdir)/doxygen.conf.tmpl > doxygen.conf @echo "Running doxygen..." --- 218,228 ---- HAVE_DOT="NO"; \ fi; \ ! if test "@PDFLATEX@"; then \ ! HAVE_PDFLATEX="YES"; \ ! else \ ! HAVE_PDFLATEX="NO"; \ ! fi; \ ! $(AWK) -v have_dot=$$HAVE_DOT -v have_pdflatex=$$HAVE_PDFLATEX\ ! '/@HAVE_DOT@/ { sub( /@HAVE_DOT@/, have_dot ); } /@HAVE_PDFLATEX@/ { sub( /@HAVE_PDFLATEX@/, have_pdflatex); } /@INPUT@/ { sub( /@INPUT@/, "$(srcdir)" ); } { print }' \ $(srcdir)/doxygen.conf.tmpl > doxygen.conf @echo "Running doxygen..." *************** *** 229,295 **** @touch $@ - doc/latex/refman.tex: doxygen.conf ! doc/latex/refman.idx: doxygen.conf ! doc/latex/@PACKAGE@-@VERSION@.tex: doc/latex/refman.tex ! @cp doc/latex/refman.tex doc/latex/@PACKAGE@-@VERSION@.tex ! doc/latex/@PACKAGE@-@VERSION@.idx: doc/latex/@PACKAGE@-@VERSION@.tex doc/latex/RC.eps ! @echo "Running latex..." ! @cd doc/latex && latex @PACKAGE@-@VERSION@.tex ! doc/latex/@PACKAGE@-@VERSION@-ni.ind: doc/latex/@PACKAGE@-@VERSION@.idx ! @echo "Running makeindex..." ! @cd doc/latex && makeindex @PACKAGE@-@VERSION@.idx ! @cp doc/latex/@PACKAGE@-@VERSION@.ind doc/latex/@PACKAGE@-@VERSION@-ni.ind ! doc/latex/@PACKAGE@-@VERSION@-ni.tex: doc/latex/@PACKAGE@-@VERSION@.tex ! @cd doc/latex && sed 's/\\makeindex//' @PACKAGE@-@VERSION@.tex > @PACKAGE@-@VERSION@-ni.tex ! doc/latex/@PACKAGE@-@VERSION@.dvi: doc/latex/@PACKAGE@-@VERSION@-ni.tex doc/latex/@PACKAGE@-@VERSION@-ni.ind doc/latex/doxygen.sty ! @echo "Rerunning latex...." ! @cd doc/latex && latex @PACKAGE@-@VERSION@-ni.tex ! @cp doc/latex/@PACKAGE@-@VERSION@-ni.dvi doc/latex/@PACKAGE@-@VERSION@.dvi ! doc/latex/RC.eps: RC.eps ! @if ! test -d doc; then rm -f doc; mkdir doc; fi ! @if ! test -d doc/latex; then rm -f doc/ps; mkdir doc/latex; fi ! @cp -f $(srcdir)/RC.eps doc/latex/RC.eps ! doc/ps/@PACKAGE@-@VERSION@.ps: doc/latex/@PACKAGE@-@VERSION@.dvi doc/latex/RC.eps ! @if ! test -d doc/ps; then mkdir doc/ps; fi ! @echo "Creating ps documentation..." ! @cd doc/latex/ && dvips -o ../ps/@PACKAGE@-@VERSION@.ps @PACKAGE@-@VERSION@.dvi ! doc/latex/RC.pdf: RC.epdf ! @if ! test -d doc; then rm -f doc; mkdir doc; fi ! @if ! test -d doc/latex; then rm -f doc/latex; mkdir doc/latex; fi ! @cp -f $(srcdir)/RC.epdf doc/latex/RC.pdf ! doc/latex/@PACKAGE@-@VERSION@-pdf.tex: doc/latex/@PACKAGE@-@VERSION@.tex ! @cp doc/latex/@PACKAGE@-@VERSION@.tex doc/latex/@PACKAGE@-@VERSION@-pdf.tex ! doc/latex/@PACKAGE@-@VERSION@-pdf.idx: doc/latex/@PACKAGE@-@VERSION@.tex doc/latex/RC.pdf doc/latex/doxygen.sty ! @echo "Running pdflatex..." ! @cd doc/latex && pdflatex @PACKAGE@-@VERSION@-pdf.tex ! doc/latex/@PACKAGE@-@VERSION@-pdf-ni.ind: doc/latex/@PACKAGE@-@VERSION@-pdf.idx ! @echo "Running makeindex..." ! @cd doc/latex && makeindex @PACKAGE@-@VERSION@-pdf.idx ! @cp doc/latex/@PACKAGE@-@VERSION@-pdf.ind doc/latex/@PACKAGE@-@VERSION@-pdf-ni.ind ! doc/latex/@PACKAGE@-@VERSION@-pdf-ni.tex: doc/latex/@PACKAGE@-@VERSION@-pdf.tex ! @cd doc/latex && sed 's/\\makeindex//' @PACKAGE@-@VERSION@-pdf.tex > @PACKAGE@-@VERSION@-pdf-ni.tex ! doc/pdf/@PACKAGE@-@VERSION@.pdf: doc/latex/@PACKAGE@-@VERSION@-pdf-ni.tex doc/latex/@PACKAGE@-@VERSION@-pdf-ni.ind doc/latex/doxygen.sty doc/latex/RC.pdf ! @echo "Rerunning pdflatex...." ! @cd doc/latex && pdflatex @PACKAGE@-@VERSION@-pdf-ni.tex ! @cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/latex/@PACKAGE@-@VERSION@.pdf ! @if ! test -d doc/pdf; then mkdir doc/pdf; fi ! @cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/pdf/@PACKAGE@-@VERSION@.pdf ! doc/xml/@PACKAGE@-@VERSION@.xml: doxygen.conf ! @mv doc/xml/doxygen.xml doc/xml/@PACKAGE@-@VERSION@.xml else --- 234,319 ---- @touch $@ ! #doc/latex/refman.tex: doxygen.conf ! #doc/latex/refman.idx: doxygen.conf ! #doc/latex/@PACKAGE@-@VERSION@.tex: doc/latex/refman.tex ! # @cp doc/latex/refman.tex doc/latex/@PACKAGE@-@VERSION@.tex ! # doc/latex/@PACKAGE@-@VERSION@.idx: doc/latex/@PACKAGE@-@VERSION@.tex doc/latex/RC.eps doc/latex/doxygen.sty ! # @echo "Running latex..." ! # @cd doc/latex && latex @PACKAGE@-@VERSION@.tex ! # doc/latex/@PACKAGE@-@VERSION@-ni.ind: doc/latex/@PACKAGE@-@VERSION@.idx ! # @echo "Running makeindex..." ! # @cd doc/latex && makeindex @PACKAGE@-@VERSION@.idx ! # @cp doc/latex/@PACKAGE@-@VERSION@.ind doc/latex/@PACKAGE@-@VERSION@-ni.ind ! # doc/latex/@PACKAGE@-@VERSION@-ni.tex: doc/latex/@PACKAGE@-@VERSION@.tex ! # @cd doc/latex && sed 's/\\makeindex//' @PACKAGE@-@VERSION@.tex > @PACKAGE@-@VERSION@-ni.tex ! # doc/latex/@PACKAGE@-@VERSION@.dvi: doc/latex/@PACKAGE@-@VERSION@-ni.tex doc/latex/@PACKAGE@-@VERSION@-ni.ind doc/latex/doxygen.sty ! # @echo "Rerunning latex...." ! # @cd doc/latex && latex @PACKAGE@-@VERSION@-ni.tex ! # @cp doc/latex/@PACKAGE@-@VERSION@-ni.dvi doc/latex/@PACKAGE@-@VERSION@.dvi ! # doc/latex/RC.eps: RC.eps ! # @if ! test -d doc; then rm -f doc; mkdir doc; fi ! # @if ! test -d doc/latex; then rm -f doc/ps; mkdir doc/latex; fi ! # @cp -f $(srcdir)/RC.eps doc/latex/RC.eps ! # doc/ps/@PACKAGE@-@VERSION@.ps: doc/latex/@PACKAGE@-@VERSION@.dvi doc/latex/RC.eps ! # @if ! test -d doc/ps; then mkdir doc/ps; fi ! # @echo "Creating ps documentation..." ! # @cd doc/latex/ && dvips -o ../ps/@PACKAGE@-@VERSION@.ps @PACKAGE@-@VERSION@.dvi ! # doc/latex/RC.pdf: RC.epdf ! # @if ! test -d doc; then rm -f doc; mkdir doc; fi ! # @if ! test -d doc/latex; then rm -f doc/latex; mkdir doc/latex; fi ! # @cp -f $(srcdir)/RC.epdf doc/latex/RC.pdf ! # doc/latex/@PACKAGE@-@VERSION@-pdf.tex: doc/latex/@PACKAGE@-@VERSION@.tex ! # @cp doc/latex/@PACKAGE@-@VERSION@.tex doc/latex/@PACKAGE@-@VERSION@-pdf.tex ! # if USE_PDFLATEX ! # doc/latex/@PACKAGE@-@VERSION@-pdf.idx: doc/latex/@PACKAGE@-@VERSION@.tex doc/latex/RC.pdf doc/latex/doxygen.sty ! # @echo "Running @PDFLATEX@..." ! # @cd doc/latex && @PDFLATEX@ @PACKAGE@-@VERSION@-pdf.tex ! # endif ! # doc/latex/@PACKAGE@-@VERSION@-pdf-ni.ind: doc/latex/@PACKAGE@-@VERSION@-pdf.idx ! # @echo "Running makeindex..." ! # @cd doc/latex && makeindex @PACKAGE@-@VERSION@-pdf.idx ! # @cp doc/latex/@PACKAGE@-@VERSION@-pdf.ind doc/latex/@PACKAGE@-@VERSION@-pdf-ni.ind ! ! # doc/latex/@PACKAGE@-@VERSION@-pdf-ni.tex: doc/latex/@PACKAGE@-@VERSION@-pdf.tex ! # @cd doc/latex && sed 's/\\makeindex//' @PACKAGE@-@VERSION@-pdf.tex > @PACKAGE@-@VERSION@-pdf-ni.tex ! ! # if USE_PDFLATEX ! ! # doc/pdf/@PACKAGE@-@VERSION@.pdf: doc/latex/@PACKAGE@-@VERSION@-pdf-ni.tex doc/latex/@PACKAGE@-@VERSION@-pdf-ni.ind doc/latex/doxygen.sty doc/latex/RC.pdf ! # @echo "Rerunning @PDFLATEX@...." ! # @cd doc/latex && @PDFLATEX@ @PACKAGE@-@VERSION@-pdf-ni.tex ! # @cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/latex/@PACKAGE@-@VERSION@.pdf ! # @if ! test -d doc/pdf; then mkdir doc/pdf; fi ! # @cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/pdf/@PACKAGE@-@VERSION@.pdf ! # else ! ! # if USE_PS2PDF ! ! # doc/pdf/@PACKAGE@-@VERSION@.pdf: doc/ps/@PACKAGE@-@VERSION@.ps ! # @echo "unning @PS2PDF@...." ! # @@PDF2PDF@ "doc/ps/@PACKAGE@-@VERSION@.ps" -o "$@" ! ! # endif ! ! # endif ! ! ! # doc/xml/@PACKAGE@-@VERSION@.xml: doxygen.conf ! # @mv doc/xml/doxygen.xml doc/xml/@PACKAGE@-@VERSION@.xml else *************** *** 317,349 **** ! doc/ps/@PACKAGE@-@VERSION@.ps: doxygen.conf ! @if ! test -d doc; then rm -f doc; mkdir doc; fi ! @if ! test -d doc/ps; then rm -f doc/ps; mkdir doc/ps; fi ! @if test -e "$(srcdir)/$@" \ ! && ! test "$(srcdir)/$@" -ef "$@"; then \ ! cp -f "$(srcdir)/$@" "$@"; \ ! else \ ! touch "$@"; \ ! fi ! doc/pdf/@PACKAGE@-@VERSION@.pdf: doxygen.conf ! @if ! test -d doc; then rm -f doc; mkdir doc; fi ! @if ! test -d doc/pdf; then rm -f doc/pdf; mkdir doc/pdf; fi ! @if test -e "$(srcdir)/$@" \ ! && ! test "$(srcdir)/$@" -ef "$@"; then \ ! cp -f "$(srcdir)/$@" "$@"; \ ! else \ ! touch "$@"; \ ! fi ! doc/xml/@PACKAGE@-@VERSION@.xml: $(pkginclude_HEADERS) $(librccparser_la_SOURCES) $(rccptest_SOURCES) doxygen.conf header.html footer.html ! @if ! test -d doc; then rm -f doc; mkdir doc; fi ! @if ! test -d doc/xml; then rm -f doc/xml; mkdir doc/xml; fi ! @if test -e "$(srcdir)/$@" \ ! && ! test "$(srcdir)/$@" -ef "$@"; then \ ! cp -f "$(srcdir)/$@" "$@"; \ ! else \ ! touch "$@"; \ ! fi --- 341,373 ---- ! # doc/ps/@PACKAGE@-@VERSION@.ps: doxygen.conf ! # @if ! test -d doc; then rm -f doc; mkdir doc; fi ! # @if ! test -d doc/ps; then rm -f doc/ps; mkdir doc/ps; fi ! # @if test -e "$(srcdir)/$@" \ ! # && ! test "$(srcdir)/$@" -ef "$@"; then \ ! # cp -f "$(srcdir)/$@" "$@"; \ ! # else \ ! # touch "$@"; \ ! # fi ! # doc/pdf/@PACKAGE@-@VERSION@.pdf: doxygen.conf ! # @if ! test -d doc; then rm -f doc; mkdir doc; fi ! # @if ! test -d doc/pdf; then rm -f doc/pdf; mkdir doc/pdf; fi ! # @if test -e "$(srcdir)/$@" \ ! # && ! test "$(srcdir)/$@" -ef "$@"; then \ ! # cp -f "$(srcdir)/$@" "$@"; \ ! # else \ ! # touch "$@"; \ ! # fi ! # doc/xml/@PACKAGE@-@VERSION@.xml: $(pkginclude_HEADERS) $(librccparser_la_SOURCES) $(rccptest_SOURCES) doxygen.conf header.html footer.html ! # @if ! test -d doc; then rm -f doc; mkdir doc; fi ! # @if ! test -d doc/xml; then rm -f doc/xml; mkdir doc/xml; fi ! # @if test -e "$(srcdir)/$@" \ ! # && ! test "$(srcdir)/$@" -ef "$@"; then \ ! # cp -f "$(srcdir)/$@" "$@"; \ ! # else \ ! # touch "$@"; \ ! # fi *************** *** 351,363 **** endif - doc: $(HTMLFILES) doc/ps/@PACKAGE@-@VERSION@.ps doc/pdf/@PACKAGE@-@VERSION@.pdf doc/xml/@PACKAGE@-@VERSION@.xml doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz EXTRA_DIST = clang.data out.data rcclexer.lpp rccparse.ypp \ ac_lib_rccparser.m4 \ ! doc/ps/@PACKAGE@-@VERSION@.ps \ ! doc/pdf/@PACKAGE@-@VERSION@.pdf \ ! doc/xml/@PACKAGE@-@VERSION@.xml \ ! $(HTMLFILES) \ doxygen.conf.tmpl \ header.jpg \ --- 375,408 ---- endif + # if USE_PDFLATEX + + # DOC=$(HTMLFILES) doc/ps/@PACKAGE@-@VERSION@.ps doc/pdf/@PACKAGE@-@VERSION@.pdf doc/xml/@PACKAGE@-@VERSION@.xml doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz + + # else + + # if USE_PS2PDF + + # DOC=$(HTMLFILES) doc/ps/@PACKAGE@-@VERSION@.ps doc/pdf/@PACKAGE@-@VERSION@.pdf doc/xml/@PACKAGE@-@VERSION@.xml doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz + + # else + + # DOC=$(HTMLFILES) doc/ps/@PACKAGE@-@VERSION@.ps doc/xml/@PACKAGE@-@VERSION@.xml doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz + + # endif + + #else + + # DOC=$(HTMLFILES) doc/ps/@PACKAGE@-@VERSION@.ps doc/xml/@PACKAGE@-@VERSION@.xml doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz + + # endif + + DOC=$(HTMLFILES) doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz + + doc: $(DOC) EXTRA_DIST = clang.data out.data rcclexer.lpp rccparse.ypp \ ac_lib_rccparser.m4 \ ! $(DOC) \ doxygen.conf.tmpl \ header.jpg \ *************** *** 379,392 **** htmlgzdir = $(docdir)/htmlgz ! psdir = $(docdir)/ps ! pdfdir = $(docdir)/pdf ! xmldir = $(docdir)/xml html_DATA = $(HTMLFILES) doc/html/style.css doc/html/header.jpg doc/html/comment.pl doc/html/getcomments.pl doc/html/addcomment.pl htmlgz_DATA = doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz ! ps_DATA = doc/ps/@PACKAGE@-@VERSION@.ps ! pdf_DATA = doc/pdf/@PACKAGE@-@VERSION@.pdf ! xml_DATA = doc/xml/@PACKAGE@-@VERSION@.xml --- 424,506 ---- htmlgzdir = $(docdir)/htmlgz ! # psdir = $(docdir)/ps ! # pdfdir = $(docdir)/pdf ! # xmldir = $(docdir)/xml html_DATA = $(HTMLFILES) doc/html/style.css doc/html/header.jpg doc/html/comment.pl doc/html/getcomments.pl doc/html/addcomment.pl htmlgz_DATA = doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz ! # ps_DATA = doc/ps/@PACKAGE@-@VERSION@.ps ! ! # if USE_PDFLATEX ! ! # pdf_DATA = doc/pdf/@PACKAGE@-@VERSION@.pdf ! ! # else ! ! # if USE_PS2PDF + # pdf_DATA = doc/pdf/@PACKAGE@-@VERSION@.pdf + + # endif + # endif + + # xml_DATA = doc/xml/@PACKAGE@-@VERSION@.xml + + install_files: + rm -f install_files + @list='$(html_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(htmlgz_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(ps_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(pdf_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(xml_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(pkglib_LTLIBRARIES)'; \ + for p in $$list; do \ + f=`echo $$p | sed -e 's/\.la/.*/'`; \ + echo "%{_libdir}/@PACKAGE@/$$f" >> install_files; \ + done + @list='$(lib_LTLIBRARIES)'; \ + for p in $$list; do \ + f=`echo $$p | sed -e 's/\.la/.*/'`; \ + echo "%{_libdir}/$$f" >> install_files; \ + done + @list='$(pkgbin_PROGRAMS)'; \ + for p in $$list; do \ + echo "%{_bindir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(bin_PROGRAMS)'; \ + for p in $$list; do \ + echo "%{_bindir}/$$p" >> install_files; \ + done + @list='$(pkginclude_HEADERS)'; \ + for p in $$list; do \ + echo "%{_includedir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(include_HEADERS)'; \ + for p in $$list; do \ + echo "%{_includedir}/$$p" >> install_files; \ + done + @list='$(pkgdata_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/@PACKAGE@/$$p" >> install_files; \ + done + @list='$(data_DATA)'; \ + for p in $$list; do \ + echo "%{_datadir}/$$p" >> install_files; \ + done Index: doxygen.conf.tmpl =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/doxygen.conf.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** doxygen.conf.tmpl 6 May 2003 07:24:17 -0000 1.2 --- doxygen.conf.tmpl 30 Jun 2003 06:45:35 -0000 1.3 *************** *** 94,105 **** # configuration options related to the LaTeX output #--------------------------------------------------------------------------- ! GENERATE_LATEX = YES LATEX_OUTPUT = latex COMPACT_LATEX = NO PAPER_TYPE = a4 EXTRA_PACKAGES = ! LATEX_HEADER = header.tex PDF_HYPERLINKS = YES ! USE_PDFLATEX = YES LATEX_BATCHMODE = NO #--------------------------------------------------------------------------- --- 94,105 ---- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- ! GENERATE_LATEX = NO LATEX_OUTPUT = latex COMPACT_LATEX = NO PAPER_TYPE = a4 EXTRA_PACKAGES = ! LATEX_HEADER = PDF_HYPERLINKS = YES ! USE_PDFLATEX = @HAVE_PDFLATEX@ LATEX_BATCHMODE = NO #--------------------------------------------------------------------------- Index: rcclexer.lpp =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/rcclexer.lpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rcclexer.lpp 19 Mar 2003 18:40:31 -0000 1.7 --- rcclexer.lpp 30 Jun 2003 06:45:35 -0000 1.8 *************** *** 25,34 **** #include <math.h> - namespace - { - std::string - stripQuotes( const char* str ) - { return std::string( str + 1, strlen( str ) - 2 ); } - } // #define YY_USER_ACTION { if( YYText()[ 0 ] != 0 ) std::cout << YYText(); else std::cout << "-" << std::endl; } --- 25,28 ---- *************** *** 54,58 **** QSTR \"[^\"]*\" ! --- 48,52 ---- QSTR \"[^\"]*\" ! STR [a-zA-Z_]* *************** *** 190,194 **** goalie { return GOALIE_KW; } ! {QSTR} { *M_lexed_val = stripQuotes( YYText() ); return QSTR; } coach { return COACH_KW; } --- 184,188 ---- goalie { return GOALIE_KW; } ! {QSTR} { if( YYLeng() > rcc::Holder::STR_MAX ) return ERROR; M_lexed_val->setQStr( YYText() ); return QSTR; } coach { return COACH_KW; } *************** *** 249,253 **** compression_unsupported { return COMPRESSION_KW; } ! [a-zA-Z_]* { *M_lexed_val = std::string( YYText() ); return OTHER; } . { return ERROR; } --- 243,247 ---- compression_unsupported { return COMPRESSION_KW; } ! {STR} { *M_lexed_val = YYText(); return OTHER; } . { return ERROR; } Index: rccparse.ypp =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/rccparse.ypp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** rccparse.ypp 3 May 2003 16:52:37 -0000 1.15 --- rccparse.ypp 30 Jun 2003 06:45:35 -0000 1.16 *************** *** 147,165 **** inline ! const std::string& getString( const rcc::Holder& holder ) { return holder.getStr(); } inline ! std::string& getString( rcc::Holder& holder ) { return holder.getStr(); } inline - const char* - getCStr( const rcc::Holder& holder ) - { return holder.getCStr(); } - - inline bool getBool( const rcc::Holder& holder ) --- 147,160 ---- inline ! const char* getString( const rcc::Holder& holder ) { return holder.getStr(); } inline ! const char* getString( rcc::Holder& holder ) { return holder.getStr(); } inline bool getBool( const rcc::Holder& holder ) *************** *** 916,920 **** { PARAM.buildParam( getString( $2 ), ! getString( $3 ) ); } ; --- 911,915 ---- { PARAM.buildParam( getString( $2 ), ! rcss::stripQuotes( getString( $3 ) ) ); } ; *************** *** 1087,1092 **** | LP non_close_goal_name REAL RP { PARAM.buildGoal( false, ! getDouble( $3 ) ); ! } | LP close_goal_name REAL RP { PARAM.buildGoal( true, --- 1082,1086 ---- | LP non_close_goal_name REAL RP { PARAM.buildGoal( false, ! getDouble( $3 ) ); } | LP close_goal_name REAL RP { PARAM.buildGoal( true, *************** *** 1243,1263 **** ! close_player_name: LP CLOSE_P_KW RP {} ! too_far_player_name: LP P_KW RP {} ! far_player_name: LP P_KW QSTR RP ! { ! PARAM.buildTeamName( getString( $3 ) ); ! } near_player_name: LP P_KW QSTR INT RP { ! PARAM.buildTeamName( getString( $3 ) ); PARAM.buildUNum( getInt( $4 ) ); } | LP P_KW QSTR INT GOALIE_KW RP { ! PARAM.buildTeamName( getString( $3 ) ); PARAM.buildUNum( getInt( $4 ) ); PARAM.buildGoalie(); --- 1237,1258 ---- ! close_player_name: LP CLOSE_P_KW RP {}; ! too_far_player_name: LP P_KW RP {}; ! far_player_name: LP P_KW QSTR ! { ! PARAM.buildTeamName( rcss::stripQuotes( getString( $3 ) ) ); ! } RP ! ; near_player_name: LP P_KW QSTR INT RP { ! PARAM.buildTeamName( rcss::stripQuotes( getString( $3 ) ) ); PARAM.buildUNum( getInt( $4 ) ); } | LP P_KW QSTR INT GOALIE_KW RP { ! PARAM.buildTeamName( rcss::stripQuotes( getString( $3 ) ) ); PARAM.buildUNum( getInt( $4 ) ); PARAM.buildGoalie(); *************** *** 1267,1271 **** | far_player_name {} | too_far_player_name {} ! score: LP SCORE_KW INT INT INT RP --- 1262,1266 ---- | far_player_name {} | too_far_player_name {} ! ; score: LP SCORE_KW INT INT INT RP *************** *** 1290,1294 **** | CLANG { ! if( !PARAM.parseCLang( getCStr( $1 ) ) ) YYERROR; } --- 1285,1289 ---- | CLANG { ! if( !PARAM.parseCLang( getString( $1 ) ) ) YYERROR; } *************** *** 1301,1305 **** { PARAM.buildCoachAudio( getInt( $3 ), ! getString( $5 ) ); } ; --- 1296,1300 ---- { PARAM.buildCoachAudio( getInt( $3 ), ! rcss::stripQuotes( getString( $5 ) ) ); } ; *************** *** 1323,1327 **** { PARAM.buildUnknownRefAudio( getInt( $3 ), ! getCStr( $5 ) ); } ; --- 1318,1322 ---- { PARAM.buildUnknownRefAudio( getInt( $3 ), ! getString( $5 ) ); } ; *************** *** 1330,1351 **** { PARAM.buildPlayerAudio( getInt( $3 ), ! getDouble( $4 ), ! getString( $5 ) ); } | LP HEAR_KW INT near_player_name QSTR RP { PARAM.buildPlayerAudio( getInt( $3 ), ! getString( $5 ) ); } | LP HEAR_KW INT REAL OPP_KW QSTR RP { PARAM.buildPlayerAudio( getInt( $3 ), getDouble( $4 ), ! getString( $6 ) ); } | LP HEAR_KW INT REAL OUR_KW INT QSTR RP { PARAM.buildPlayerAudio( getInt( $3 ), getDouble( $4 ), ! getInt( $6 ), ! getString( $7 ) ); } | LP HEAR_KW INT OPP_KW RP --- 1325,1346 ---- { PARAM.buildPlayerAudio( getInt( $3 ), ! getDouble( $4 ), ! rcss::stripQuotes( getString( $5 ) ) ); } | LP HEAR_KW INT near_player_name QSTR RP { PARAM.buildPlayerAudio( getInt( $3 ), ! rcss::stripQuotes( getString( $5 ) ) ); } | LP HEAR_KW INT REAL OPP_KW QSTR RP { PARAM.buildPlayerAudio( getInt( $3 ), getDouble( $4 ), ! rcss::stripQuotes( getString( $6 ) ) ); } | LP HEAR_KW INT REAL OUR_KW INT QSTR RP { PARAM.buildPlayerAudio( getInt( $3 ), getDouble( $4 ), ! getInt( $6 ), ! rcss::stripQuotes( getString( $7 ) ) ); } | LP HEAR_KW INT OPP_KW RP *************** *** 1363,1367 **** { PARAM.buildSelfAudio( getInt( $3 ), ! getString( $5 ) ); }; --- 1358,1362 ---- { PARAM.buildSelfAudio( getInt( $3 ), ! rcss::stripQuotes( getString( $5 ) ) ); }; *************** *** 1466,1470 **** STR: OTHER ! | COACH_KW { $$ = std::string( "coach" ); } ; %% --- 1461,1465 ---- STR: OTHER ! | COACH_KW { $$ = "coach"; } ; %% Index: rccparser.h =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/rccparser.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** rccparser.h 5 May 2003 21:56:51 -0000 1.37 --- rccparser.h 30 Jun 2003 06:45:35 -0000 1.38 *************** *** 367,387 **** { private: ! enum Type { S_CSTR, S_INT, S_DOUB, S_BOOL, S_STR }; union { ! const char* m_cstr; int m_int; double m_double; bool m_bool; }; - std::string m_str; Type m_type; public: Holder& operator=( const char* x ) { ! m_cstr = x; m_type = S_CSTR; return *this; --- 367,391 ---- { private: ! enum Type { S_CSTR, S_INT, S_DOUB, S_BOOL }; + public: + enum { STR_MAX = 8192 }; + + private: union { ! char m_cstr[ STR_MAX ]; int m_int; double m_double; bool m_bool; }; Type m_type; + public: Holder& operator=( const char* x ) { ! strncpy( m_cstr, x, STR_MAX ); m_type = S_CSTR; return *this; *************** *** 389,392 **** --- 393,417 ---- Holder& + setQStr( const char* x ) + { + if( x[ 0 ] == '"' ) + ++x; + int len = strlen( x ); + strncpy( m_cstr, x, STR_MAX ); + if( len > STR_MAX - 1 ) + { + m_cstr[ STR_MAX - 1 ] = 0; + } + else + { + if( m_cstr[ len - 1 ] == '"' ) + m_cstr[ len - 1 ] = 0; + } + m_type = S_CSTR; + return *this; + } + + + Holder& operator=( int x ) { *************** *** 411,425 **** return *this; } ! ! Holder& ! operator=( const std::string& x ) ! { ! m_str = x; ! m_type = S_STR; ! return *this; ! } ! const char* ! getCStr() const { return m_cstr; } --- 436,442 ---- return *this; } ! const char* ! getStr() const { return m_cstr; } *************** *** 435,446 **** getBool() const { return m_bool; } - - std::string& - getStr() - { return m_str; } - - const std::string& - getStr() const - { return m_str; } }; --- 452,455 ---- *************** *** 3941,3945 **** * from those subsections. * ! * \Warning This function is deprecated. Override doBuildSenseBody( int time, * double stamina, * double effort, --- 3950,3954 ---- * from those subsections. * ! * Warning: This function is deprecated. Override doBuildSenseBody( int time, * double stamina, * double effort, |
From: Fredrik H. <fr...@us...> - 2003-05-06 07:24:20
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv14512 Modified Files: doxygen.conf.tmpl Log Message: Add y.tab.h to files for which no documentation should be generated and explicitly set the image format to GIF. Index: doxygen.conf.tmpl =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/doxygen.conf.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** doxygen.conf.tmpl 4 May 2003 21:54:40 -0000 1.1 --- doxygen.conf.tmpl 6 May 2003 07:24:17 -0000 1.2 *************** *** 61,65 **** EXCLUDE = EXCLUDE_PATTERNS = rcclexer.?pp \ ! rccparse.* EXAMPLE_PATH = EXAMPLE_PATTERNS = --- 61,66 ---- EXCLUDE = EXCLUDE_PATTERNS = rcclexer.?pp \ ! rccparse.* \ ! *tab.h* EXAMPLE_PATH = EXAMPLE_PATTERNS = *************** *** 149,152 **** --- 150,154 ---- INCLUDED_BY_GRAPH = YES GRAPHICAL_HIERARCHY = YES + DOT_IMAGE_FORMAT = gif DOT_PATH = MAX_DOT_GRAPH_WIDTH = 1024 |
From: Fredrik H. <fr...@us...> - 2003-05-06 07:23:26
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv14102/src Modified Files: .cvsignore Log Message: Updated .cvsignore. Index: .cvsignore =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 25 Jul 2002 17:59:22 -0000 1.1 --- .cvsignore 6 May 2003 07:23:23 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- .deps .libs + doc Makefile Makefile.in *************** *** 7,9 **** --- 8,19 ---- rccparse.cc rccparse.h + rcclexer.cpp + rccparse.cpp + rccparse.output + rccptest + test_script_v7 + test_script_v8 + y.tab.h + doxygen.conf + header.tex *.lo |
From: Fredrik H. <fr...@us...> - 2003-05-06 07:23:26
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv14102 Modified Files: .cvsignore Log Message: Updated .cvsignore. Index: .cvsignore =================================================================== RCS file: /cvsroot/rccparser/rccparser/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 25 Jul 2002 17:59:11 -0000 1.1 --- .cvsignore 6 May 2003 07:23:23 -0000 1.2 *************** *** 5,8 **** --- 5,9 ---- config.guess config.h + config.h.in config.log config.status |
From: Tom H. <tom...@us...> - 2003-05-05 21:57:00
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv19804/src Modified Files: rccparser.h Log Message: 2003-05-06 Tom Howard <tom...@us...> * ./src/rccparser.h Fixed type on doxygen commands Index: rccparser.h =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/rccparser.h,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** rccparser.h 24 Apr 2003 05:53:32 -0000 1.36 --- rccparser.h 5 May 2003 21:56:51 -0000 1.37 *************** *** 8467,8471 **** * * Override this function in your subclass to handle ! * \c clang \v ver OK messages. * * \pre The client is a field player --- 8467,8471 ---- * * Override this function in your subclass to handle ! * \c clang \c ver OK messages. * * \pre The client is a field player |
From: Tom H. <tom...@us...> - 2003-05-05 21:56:54
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv19804 Modified Files: ChangeLog NEWS Log Message: 2003-05-06 Tom Howard <tom...@us...> * ./src/rccparser.h Fixed type on doxygen commands Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** ChangeLog 5 May 2003 21:52:52 -0000 1.75 --- ChangeLog 5 May 2003 21:56:51 -0000 1.76 *************** *** 1,4 **** --- 1,9 ---- 2003-05-06 Tom Howard <tom...@us...> + * ./src/rccparser.h + Fixed type on doxygen commands + + 2003-05-06 Tom Howard <tom...@us...> + * ./src/ac_lib_rccparser.m4 Added missing file to cvs Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** NEWS 24 Apr 2003 05:53:31 -0000 1.24 --- NEWS 5 May 2003 21:56:51 -0000 1.25 *************** *** 1,2 **** --- 1,5 ---- + [1.2.5] + * Fixed typo in documentation formatting commands + [1.2.4] * Fixed defect in which doBuildBall() was called instead of |
From: Tom H. <tom...@us...> - 2003-05-05 21:52:56
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv17974/src Added Files: ac_lib_rccparser.m4 Log Message: 2003-05-06 Tom Howard <tom...@us...> * ./src/ac_lib_rccparser.m4 Added missing file to cvs --- NEW FILE: ac_lib_rccparser.m4 --- # AC_LIB_RCCPARSER([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # --------------------------------------------------------- # Checks for the rccparser library AC_DEFUN([AC_LIB_RCCPARSER], [AS_VAR_PUSHDEF([ac_lib_rccparser], [ac_cv_lib_rccparser])dnl AC_CACHE_CHECK(whether the rccparser library is available, ac_cv_lib_rccparser, [AC_LANG_PUSH(C++) OLD_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -lrccparser" AC_LINK_IFELSE([@%:@include <rccparser/rccparser.h> int main() { RCC_parse( NULL ); return 0; }], [AS_VAR_SET(ac_lib_rccparser, yes)], [AS_VAR_SET(ac_lib_rccparser, no) LDFLAGS="$OLD_LDFLAGS" ]) AC_LANG_POP(C++) ]) AS_IF([test AS_VAR_GET(ac_lib_rccparser) = yes], [$1], [$2]) AS_VAR_POPDEF([ac_lib_rccparser])dnl ])# AC_LIB_RCCPARSER |
From: Tom H. <tom...@us...> - 2003-05-05 21:52:56
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv17974 Modified Files: ChangeLog Log Message: 2003-05-06 Tom Howard <tom...@us...> * ./src/ac_lib_rccparser.m4 Added missing file to cvs Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** ChangeLog 4 May 2003 21:54:40 -0000 1.74 --- ChangeLog 5 May 2003 21:52:52 -0000 1.75 *************** *** 1,2 **** --- 1,7 ---- + 2003-05-06 Tom Howard <tom...@us...> + + * ./src/ac_lib_rccparser.m4 + Added missing file to cvs + 2003-05-05 Tom Howard <tom...@us...> |
From: Tom H. <tom...@us...> - 2003-05-04 21:54:43
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv17836/src Added Files: doxygen.conf.tmpl Log Message: 2003-05-05 Tom Howard <tom...@us...> * ./acinclude.m4 * ./src/doxygen.conf.tmpl Added missing files to cvs --- NEW FILE: doxygen.conf.tmpl --- # Doxyfile 0.1 #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "RoboCup Client Parser (rccparser)" PROJECT_NUMBER = OUTPUT_DIRECTORY = ./doc OUTPUT_LANGUAGE = English EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ALWAYS_DETAILED_SEC = NO FULL_PATH_NAMES = NO STRIP_FROM_PATH = INTERNAL_DOCS = NO CLASS_DIAGRAMS = YES SOURCE_BROWSER = YES INLINE_SOURCES = NO STRIP_CODE_COMMENTS = YES CASE_SENSE_NAMES = YES SHORT_NAMES = NO HIDE_SCOPE_NAMES = NO VERBATIM_HEADERS = YES SHOW_INCLUDE_FILES = YES JAVADOC_AUTOBRIEF = YES INHERIT_DOCS = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES DISTRIBUTE_GROUP_DOC = NO TAB_SIZE = 8 ENABLED_SECTIONS = GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES ALIASES = MAX_INITIALIZER_LINES = 30 OPTIMIZE_OUTPUT_FOR_C = NO SHOW_USED_FILES = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- QUIET = NO WARNINGS = YES WARN_IF_UNDOCUMENTED = YES WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = @INPUT@ FILE_PATTERNS = *.h \ *.hpp \ *.cpp \ *.cc RECURSIVE = NO EXCLUDE = EXCLUDE_PATTERNS = rcclexer.?pp \ rccparse.* EXAMPLE_PATH = EXAMPLE_PATTERNS = IMAGE_PATH = INPUT_FILTER = FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 5 IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = html HTML_HEADER = @INPUT@/header.html HTML_FOOTER = @INPUT@/footer.html HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO GENERATE_CHI = NO BINARY_TOC = NO TOC_EXPAND = NO DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- GENERATE_LATEX = YES LATEX_OUTPUT = latex COMPACT_LATEX = NO PAPER_TYPE = a4 EXTRA_PACKAGES = LATEX_HEADER = header.tex PDF_HYPERLINKS = YES USE_PDFLATEX = YES LATEX_BATCHMODE = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- GENERATE_RTF = NO RTF_OUTPUT = rtf COMPACT_RTF = NO RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- GENERATE_XML = YES #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = PREDEFINED = DOXYGEN_ONLY EXPAND_AS_DEFINED = #--------------------------------------------------------------------------- # Configuration::addtions related to external references #--------------------------------------------------------------------------- TAGFILES = GENERATE_TAGFILE = ALLEXTERNALS = NO PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- HAVE_DOT = @HAVE_DOT@ CLASS_GRAPH = YES COLLABORATION_GRAPH = YES INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES GRAPHICAL_HIERARCHY = YES DOT_PATH = MAX_DOT_GRAPH_WIDTH = 1024 MAX_DOT_GRAPH_HEIGHT = 1024 GENERATE_LEGEND = YES DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO CGI_NAME = search.cgi CGI_URL = DOC_URL = DOC_ABSPATH = BIN_ABSPATH = EXT_DOC_PATHS = |
From: Tom H. <tom...@us...> - 2003-05-04 21:54:43
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv17836 Modified Files: ChangeLog Added Files: acinclude.m4 Log Message: 2003-05-05 Tom Howard <tom...@us...> * ./acinclude.m4 * ./src/doxygen.conf.tmpl Added missing files to cvs --- NEW FILE: acinclude.m4 --- # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*- ## Copyright 1996, 1997, 1998, 1999, 2000, 2001 ## Free Software Foundation, Inc. ## Originally by Gordon Matzigkeit <go...@gn...>, 1996 ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## [...3702 lines suppressed...] dnl Available from the GNU Autoconf Macro Archive at: dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_have_sstream.html dnl AC_DEFUN([AC_CXX_HAVE_SSTREAM], [AC_CACHE_CHECK(whether the compiler has stringstream, ac_cv_cxx_have_sstream, [AC_REQUIRE([AC_CXX_NAMESPACES]) AC_LANG_SAVE AC_LANG_CPLUSPLUS AC_TRY_COMPILE([#include <sstream> #ifdef HAVE_NAMESPACES using namespace std; #endif],[stringstream message; message << "Hello"; return 0;], ac_cv_cxx_have_sstream=yes, ac_cv_cxx_have_sstream=no) AC_LANG_RESTORE ]) if test "$ac_cv_cxx_have_sstream" = yes; then AC_DEFINE(HAVE_SSTREAM,,[define if the compiler has stringstream]) fi ]) Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** ChangeLog 24 Apr 2003 06:12:12 -0000 1.73 --- ChangeLog 4 May 2003 21:54:40 -0000 1.74 *************** *** 1,2 **** --- 1,8 ---- + 2003-05-05 Tom Howard <tom...@us...> + + * ./acinclude.m4 + * ./src/doxygen.conf.tmpl + Added missing files to cvs + 2003-04-24 Tom Howard <tom...@us...> |
From: Fredrik H. <fr...@us...> - 2003-05-03 16:52:41
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv15684 Modified Files: rccparse.ypp Log Message: Removed 5 ';' that shouldn't be there. Index: rccparse.ypp =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/rccparse.ypp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** rccparse.ypp 23 Apr 2003 04:33:14 -0000 1.14 --- rccparse.ypp 3 May 2003 16:52:37 -0000 1.15 *************** *** 610,614 **** getDouble( $18 ), getDouble( $19 ), getDouble( $20 ) ); ! }; | LP LP P_KW side INT G_KW RP REAL REAL REAL REAL REAL REAL --- 610,614 ---- getDouble( $18 ), getDouble( $19 ), getDouble( $20 ) ); ! } | LP LP P_KW side INT G_KW RP REAL REAL REAL REAL REAL REAL *************** *** 979,983 **** visual: LP SEE_KW INT object_list RP ! { PARAM.buildVisual( getInt( $3 ) ); }; | LP SEE_GLOBAL_KW INT glob_object_list RP { PARAM.buildGlobalVisual( getInt( $3 ) ); }; --- 979,983 ---- visual: LP SEE_KW INT object_list RP ! { PARAM.buildVisual( getInt( $3 ) ); } | LP SEE_GLOBAL_KW INT glob_object_list RP { PARAM.buildGlobalVisual( getInt( $3 ) ); }; *************** *** 1087,1094 **** | LP non_close_goal_name REAL RP { PARAM.buildGoal( false, ! getDouble( $3 ) ); }; | LP close_goal_name REAL RP { PARAM.buildGoal( true, ! getDouble( $3 ) ); }; glob_goal: LP non_close_goal_name REAL REAL RP --- 1087,1096 ---- | LP non_close_goal_name REAL RP { PARAM.buildGoal( false, ! getDouble( $3 ) ); ! } | LP close_goal_name REAL RP { PARAM.buildGoal( true, ! getDouble( $3 ) ); ! }; glob_goal: LP non_close_goal_name REAL REAL RP *************** *** 1278,1284 **** { PARAM.buildInit( getInt( $4 ) ); } | LP INIT_KW side play_mode RP ! { PARAM.buildInit(); }; | LP INIT_KW side OK_KW RP ! { PARAM.buildCoachInit(); }; | LP INIT_KW OK_KW RP { PARAM.buildCoachInit(); } --- 1280,1286 ---- { PARAM.buildInit( getInt( $4 ) ); } | LP INIT_KW side play_mode RP ! { PARAM.buildInit(); } | LP INIT_KW side OK_KW RP ! { PARAM.buildCoachInit(); } | LP INIT_KW OK_KW RP { PARAM.buildCoachInit(); } |
From: Tom H. <tom...@us...> - 2003-04-24 06:15:11
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv31375 Modified Files: configure.in Log Message: 2003-04-24 Tom Howard <tom...@us...> * ./configure.in Released rccparser-1.2.4 Index: configure.in =================================================================== RCS file: /cvsroot/rccparser/rccparser/configure.in,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** configure.in 23 Apr 2003 04:49:20 -0000 1.35 --- configure.in 24 Apr 2003 06:15:04 -0000 1.36 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. AC_INIT(src/rccparse.ypp) ! AM_INIT_AUTOMAKE(rccparser, 1.2.4) AM_CONFIG_HEADER(config.h) --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. AC_INIT(src/rccparse.ypp) ! AM_INIT_AUTOMAKE(rccparser, 1.2.5) AM_CONFIG_HEADER(config.h) |
From: Tom H. <tom...@us...> - 2003-04-24 06:12:18
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv30141 Modified Files: ChangeLog Log Message: 2003-04-24 Tom Howard <tom...@us...> * ./configure.in Released rccparser-1.2.4 Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** ChangeLog 24 Apr 2003 05:53:31 -0000 1.72 --- ChangeLog 24 Apr 2003 06:12:12 -0000 1.73 *************** *** 1,4 **** --- 1,9 ---- 2003-04-24 Tom Howard <tom...@us...> + * ./configure.in + Released rccparser-1.2.4 + + 2003-04-24 Tom Howard <tom...@us...> + * ./src/rccparser.h Fixed bug where doPlayerVisBall was never called. |
From: Tom H. <tom...@us...> - 2003-04-24 05:53:36
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv24082 Modified Files: ChangeLog NEWS Log Message: 2003-04-24 Tom Howard <tom...@us...> * ./src/rccparser.h Fixed bug where doPlayerVisBall was never called. Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** ChangeLog 24 Apr 2003 02:01:22 -0000 1.71 --- ChangeLog 24 Apr 2003 05:53:31 -0000 1.72 *************** *** 1,4 **** --- 1,9 ---- 2003-04-24 Tom Howard <tom...@us...> + * ./src/rccparser.h + Fixed bug where doPlayerVisBall was never called. + + 2003-04-24 Tom Howard <tom...@us...> + * ./src/footer.html Added html encoding on email Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** NEWS 23 Apr 2003 04:08:43 -0000 1.23 --- NEWS 24 Apr 2003 05:53:31 -0000 1.24 *************** *** 1,2 **** --- 1,6 ---- + [1.2.4] + * Fixed defect in which doBuildBall() was called instead of + doBuildPlayerVisBall() when the later should have been called. + [1.2.3] * Fixed documentation building problems on some machines. |
From: Tom H. <tom...@us...> - 2003-04-24 05:53:36
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv24082/src Modified Files: rccparser.h Log Message: 2003-04-24 Tom Howard <tom...@us...> * ./src/rccparser.h Fixed bug where doPlayerVisBall was never called. Index: rccparser.h =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/rccparser.h,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** rccparser.h 23 Apr 2003 04:33:15 -0000 1.35 --- rccparser.h 24 Apr 2003 05:53:32 -0000 1.36 *************** *** 1302,1306 **** buildPlayerVisBall( double dist, double dir, double dist_chg, double dir_chg ) ! { M_parser.doBuildBall( dist, dir, dist_chg, dir_chg ); } void --- 1302,1306 ---- buildPlayerVisBall( double dist, double dir, double dist_chg, double dir_chg ) ! { M_parser.doBuildPlayerVisBall( dist, dir, dist_chg, dir_chg ); } void |
From: Tom H. <tom...@us...> - 2003-04-24 02:01:27
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv21871/src Modified Files: footer.html Log Message: 2003-04-24 Tom Howard <tom...@us...> * ./src/footer.html Added html encoding on email Index: footer.html =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/footer.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** footer.html 14 Feb 2003 11:50:10 -0000 1.5 --- footer.html 24 Apr 2003 02:01:23 -0000 1.6 *************** *** 10,14 **** Tom Howard. All Rights Reserved. </p> ! <p><a href="mailto:tom...@us...">Suggestions? Email the Webmaster!</a></p> <p>This document was created with<br> <a href="http://www.doxygen.org"> --- 10,14 ---- Tom Howard. All Rights Reserved. </p> ! <p><a href="mailto:tomhoward@users.sf.net">Suggestions? Email the Webmaster!</a></p> <p>This document was created with<br> <a href="http://www.doxygen.org"> |
From: Tom H. <tom...@us...> - 2003-04-24 02:01:26
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv21871 Modified Files: ChangeLog Log Message: 2003-04-24 Tom Howard <tom...@us...> * ./src/footer.html Added html encoding on email Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** ChangeLog 23 Apr 2003 04:45:47 -0000 1.70 --- ChangeLog 24 Apr 2003 02:01:22 -0000 1.71 *************** *** 1,2 **** --- 1,7 ---- + 2003-04-24 Tom Howard <tom...@us...> + + * ./src/footer.html + Added html encoding on email + 2003-04-23 Tom Howard <tom...@us...> |
From: Tom H. <tom...@us...> - 2003-04-23 04:49:23
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv17538 Modified Files: configure.in Log Message: 2003-04-23 Tom Howard <tom...@us...> * ./configure.in Released rccparser-1.2.3 Index: configure.in =================================================================== RCS file: /cvsroot/rccparser/rccparser/configure.in,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** configure.in 23 Apr 2003 04:08:43 -0000 1.34 --- configure.in 23 Apr 2003 04:49:20 -0000 1.35 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. AC_INIT(src/rccparse.ypp) ! AM_INIT_AUTOMAKE(rccparser, 1.2.3) AM_CONFIG_HEADER(config.h) --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. AC_INIT(src/rccparse.ypp) ! AM_INIT_AUTOMAKE(rccparser, 1.2.4) AM_CONFIG_HEADER(config.h) |
From: Tom H. <tom...@us...> - 2003-04-23 04:45:54
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv16446/src Modified Files: Makefile.am Log Message: 2003-04-23 Tom Howard <tom...@us...> * ./configure.in Released rccparser-1.2.3 Index: Makefile.am =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/Makefile.am,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** Makefile.am 23 Apr 2003 04:08:43 -0000 1.40 --- Makefile.am 23 Apr 2003 04:45:48 -0000 1.41 *************** *** 12,15 **** --- 12,16 ---- doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz \ doc/xml/@PACKAGE@-@VERSION@.xml \ + doc/xml/doxygen.xml \ doc/ps/@PACKAGE@-@VERSION@.ps \ doc/pdf/@PACKAGE@-@VERSION@.pdf \ *************** *** 289,296 **** @cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/pdf/@PACKAGE@-@VERSION@.pdf ! doc/xml/doxygen.xml: doxygen.conf ! ! doc/xml/@PACKAGE@-@VERSION@.xml: doc/xml/doxygen.xml ! @cp doc/xml/doxygen.xml doc/xml/@PACKAGE@-@VERSION@.xml else --- 290,295 ---- @cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/pdf/@PACKAGE@-@VERSION@.pdf ! doc/xml/@PACKAGE@-@VERSION@.xml: doxygen.conf ! @mv doc/xml/doxygen.xml doc/xml/@PACKAGE@-@VERSION@.xml else |
From: Tom H. <tom...@us...> - 2003-04-23 04:45:54
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv16446 Modified Files: ChangeLog Log Message: 2003-04-23 Tom Howard <tom...@us...> * ./configure.in Released rccparser-1.2.3 Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** ChangeLog 23 Apr 2003 04:08:42 -0000 1.69 --- ChangeLog 23 Apr 2003 04:45:47 -0000 1.70 *************** *** 2,5 **** --- 2,10 ---- * ./configure.in + Released rccparser-1.2.3 + + 2003-04-23 Tom Howard <tom...@us...> + + * ./configure.in * ./src/Makefile.am Fixed documentation building |