Skip to content

Commit

Permalink
Release 0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Jan 21, 2016
1 parent de7ff8e commit 051e365
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions re2c/bootstrap/doc/re2c.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\&.
Expand Down Expand Up @@ -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.
.
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/conf/parse_opts.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 0.15.3 on Wed Jan 13 08:32:16 2016 */
/* Generated by re2c 0.16 on Thu Jan 21 10:47:47 2016 */
#line 1 "../src/conf/parse_opts.re"
#include "src/codegen/input_api.h"
#include "src/conf/msg.h"
Expand Down
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/parse/lex.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 0.15.3 on Thu Dec 31 22:03:04 2015 */
/* Generated by re2c 0.16 on Thu Jan 21 10:47:47 2016 */
#line 1 "../src/parse/lex.re"
#include "src/util/c99_stdint.h"
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/parse/lex_conf.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 0.15.3 on Thu Dec 31 15:00:25 2015 */
/* Generated by re2c 0.16 on Thu Jan 21 10:47:47 2016 */
#line 1 "../src/parse/lex_conf.re"
#include "src/util/c99_stdint.h"
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion re2c/configure.ac
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])

Expand Down

0 comments on commit 051e365

Please sign in to comment.