gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz ./Makefile doc/pegboard/1010/PEG_1010.rst d...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz ./Makefile doc/pegboard/1010/PEG_1010.rst d...
Date: Tue, 08 Oct 2002 19:02:13 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/10/08 19:02:13

Modified files:
        .              : Makefile 
        doc/pegboard/1010: PEG_1010.rst 
        doc/pegboard/1012: PEG_1012.rst 

Log message:
        Fix PEG syntax errors

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.181&tr2=1.182&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/1010/PEG_1010.rst.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/1012/PEG_1012.rst.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.181 gzz/Makefile:1.182
*** gzz/Makefile:1.181  Tue Oct  8 18:55:18 2002
--- gzz/Makefile        Tue Oct  8 19:02:13 2002
***************
*** 296,302 ****
        doc++  -a --before-group --before-class --no-java-graphs 
--trivial-graphs  -H -F -d doc/docxx -u `find gfx -name '*.hxx'`
          
  pegs:
!       python metacode/pegboard.py # should be $(JYTHON)
  
  lavadoc::
        javadoc $(JAVADOCOPTS) -d lavadoc -sourcepath ./:lava/  gzz gzz.impl 
gzz.impl.errors
--- 296,302 ----
        doc++  -a --before-group --before-class --no-java-graphs 
--trivial-graphs  -H -F -d doc/docxx -u `find gfx -name '*.hxx'`
          
  pegs:
!       python metacode/pegboard.py # should be $(JYTHON), but doesn't work 
somehow
  
  lavadoc::
        javadoc $(JAVADOCOPTS) -d lavadoc -sourcepath ./:lava/  gzz gzz.impl 
gzz.impl.errors
Index: gzz/doc/pegboard/1010/PEG_1010.rst
diff -c gzz/doc/pegboard/1010/PEG_1010.rst:1.7 
gzz/doc/pegboard/1010/PEG_1010.rst:1.8
*** gzz/doc/pegboard/1010/PEG_1010.rst:1.7      Mon Oct  7 00:33:07 2002
--- gzz/doc/pegboard/1010/PEG_1010.rst  Tue Oct  8 19:02:13 2002
***************
*** 3,10 ****
  =============================================================
  
  :Authors:  Tuomas Lukka
! :Date:     $Date: 2002/10/07 04:33:07 $
! :Revision: $Revision: 1.7 $
  :Status:   Incomplete
  
  Main benefits
--- 3,10 ----
  =============================================================
  
  :Authors:  Tuomas Lukka
! :Date:     $Date: 2002/10/08 23:02:13 $
! :Revision: $Revision: 1.8 $
  :Status:   Incomplete
  
  Main benefits
***************
*** 106,113 ****
  However, when interpolating coordinate systems of different type,
  
      1. If the types are compatible, their common ancestor is used:
!     at both end times, the common ancestor is generated and used
!     for interpolation
  
      2. If not compatible, neither is shown.
  
--- 106,113 ----
  However, when interpolating coordinate systems of different type,
  
      1. If the types are compatible, their common ancestor is used:
!        at both end times, the common ancestor is generated and used
!        for interpolation
  
      2. If not compatible, neither is shown.
  
Index: gzz/doc/pegboard/1012/PEG_1012.rst
diff -c gzz/doc/pegboard/1012/PEG_1012.rst:1.1 
gzz/doc/pegboard/1012/PEG_1012.rst:1.2
*** gzz/doc/pegboard/1012/PEG_1012.rst:1.1      Tue Oct  8 05:42:50 2002
--- gzz/doc/pegboard/1012/PEG_1012.rst  Tue Oct  8 19:02:13 2002
***************
*** 3,10 ****
  =============================================================
  
  :Authors:  Tuomas Lukka
! :Date:     $Date: 2002/10/08 09:42:50 $
! :Revision: $Revision: 1.1 $
  :Status:   Incomplete
  
  A vital part of making coordinate system manipulation easier
--- 3,10 ----
  =============================================================
  
  :Authors:  Tuomas Lukka
! :Date:     $Date: 2002/10/08 23:02:13 $
! :Revision: $Revision: 1.2 $
  :Status:   Incomplete
  
  A vital part of making coordinate system manipulation easier
***************
*** 14,20 ****
  Changes
  -------
  
! To VobCoorder, add
  
      /** Create a new coordsys whose transformation 
       * is the concatenation of the parent and child 
--- 14,20 ----
  Changes
  -------
  
! To VobCoorder, add::
  
      /** Create a new coordsys whose transformation 
       * is the concatenation of the parent and child 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]