OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Aug-2008 00:02:18
Branch: HEAD Handle: 2008083023021701
Modified files:
openpkg-src/peg peg.patch peg.spec
Log:
fix two typos I stumbled over
Summary:
Revision Changes Path
1.2 +23 -2 openpkg-src/peg/peg.patch
1.2 +1 -1 openpkg-src/peg/peg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/peg/peg.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 peg.patch
--- openpkg-src/peg/peg.patch 22 May 2008 15:23:08 -0000 1.1
+++ openpkg-src/peg/peg.patch 30 Aug 2008 22:02:17 -0000 1.2
@@ -1,6 +1,6 @@
Index: Makefile
--- Makefile.orig 2007-05-15 19:36:52 +0200
-+++ Makefile 2008-05-22 17:18:01 +0200
++++ Makefile 2008-08-30 23:52:52 +0200
@@ -1,4 +1,4 @@
-CFLAGS = -g -Wall $(OFLAGS) $(XFLAGS)
+CFLAGS = $(OFLAGS) $(XFLAGS)
@@ -22,9 +22,30 @@
check : peg .FORCE
./peg < peg.peg > peg.out
+Index: peg.1
+--- peg.1.orig 2008-08-30 23:57:34 +0200
++++ peg.1 2008-08-31 00:00:33 +0200
+@@ -513,7 +513,7 @@
+ .I identifier
+ and can be referred to in subsequent actions.
+ .PP
+-The desk calclator example below illustrates the use of '$$' and ':'.
++The desk calculator example below illustrates the use of '$$' and ':'.
+ .SH LEG EXAMPLE: A DESK CALCULATOR
+ The extensions in
+ .I leg
+@@ -833,7 +833,7 @@
+ .IR lex (1)
+ features (yywrap(), yyin, etc.) are completely absent.
+ .PP
+-The generated parser foes not contain '#line' directives to direct C
++The generated parser does not contain '#line' directives to direct C
+ compiler errors back to the grammar description when appropriate.
+ .IR lex (1)
+ features (yywrap(), yyin, etc.) are completely absent.
Index: version.h
--- version.h.orig 2007-08-31 23:06:46 +0200
-+++ version.h 2008-05-22 17:17:39 +0200
++++ version.h 2008-08-30 23:52:52 +0200
@@ -1,3 +1,3 @@
#define PEG_MAJOR 0
#define PEG_MINOR 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/peg/peg.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 peg.spec
--- openpkg-src/peg/peg.spec 22 May 2008 15:23:08 -0000 1.1
+++ openpkg-src/peg/peg.spec 30 Aug 2008 22:02:18 -0000 1.2
@@ -32,7 +32,7 @@
Group: CompilerCompiler
License: MIT
Version: 0.1.4
-Release: 20080522
+Release: 20080831
# list of sources
Source0: http://piumarta.com/software/peg/peg-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]