-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -551,7 +551,7 @@ than a call, set \fBre2c:define:YYFILL:naked\fP to non\-zero and use | |
body. | ||
.TP | ||
.B \fBre2c:define:YYFILL@len = "@@";\fP | ||
Any occurence of this text | ||
Any occurrence of this text | ||
inside of \fBYYFILL\fP will be replaced with the actual argument. | ||
.TP | ||
.B \fBre2c:yyfill:parameter = 1;\fP | ||
|
@@ -658,7 +658,7 @@ braces and semicolon after \fBYYSETCONDITION\fP\&. If you need to make | |
\fBYYSETCONDITION\fP body. | ||
.TP | ||
.B \fBre2c:define:YYSETCONDITION@cond = "@@";\fP | ||
Any occurence of this | ||
Any occurrence of this | ||
text inside of \fBYYSETCONDITION\fP will be replaced with the actual | ||
argument. | ||
.TP | ||
|
@@ -689,7 +689,7 @@ arbitrary statement rather than a call, set | |
\fBYYSETSTATE\fP body. | ||
.TP | ||
.B \fBre2c:define:YYSETSTATE@state = "@@";\fP | ||
Any occurence of this text | ||
Any occurrence of this text | ||
inside of \fBYYSETSTATE\fP will be replaced with the actual argument. | ||
.TP | ||
.B \fBre2c:define:YYSETSTATE:naked = 0;\fP | ||
|
@@ -756,10 +756,10 @@ match any \fBr\fP which isn\(aqt \fBs\fP\&. \fBr\fP and \fBs\fP must be regular | |
which can be expressed as character classes. | ||
.TP | ||
.B \fBr*\fP | ||
zero or more occurences of \fBr\fP\&. | ||
zero or more occurrences of \fBr\fP\&. | ||
.TP | ||
.B \fBr+\fP | ||
one or more occurences of \fBr\fP\&. | ||
one or more occurrences of \fBr\fP\&. | ||
.TP | ||
.B \fBr?\fP | ||
optional \fBr\fP\&. | ||
|
@@ -1048,6 +1048,6 @@ Emmanuel Mogenet \fI\%[email protected]\fP | |
Ulya Trofimovich \fI\%[email protected]\fP | ||
.SH VERSION INFORMATION | ||
.sp | ||
This manpage describes \fBre2c\fP version 0.15.3, package date 31 Dec 2015. | ||
This manpage describes \fBre2c\fP version 0.16, package date 21 Jan 2016. | ||
.\" Generated by docutils manpage writer. | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([re2c],[0.15.3],[[email protected]]) | ||
AC_INIT([re2c],[0.16],[[email protected]]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects]) | ||
AM_SILENT_RULES([yes]) | ||
|
||
|