]> granicus.if.org Git - re2c/commitdiff
Release 0.16. 0.16
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 21 Jan 2016 10:48:30 +0000 (10:48 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 21 Jan 2016 10:48:30 +0000 (10:48 +0000)
re2c/bootstrap/doc/re2c.1
re2c/bootstrap/src/conf/parse_opts.cc
re2c/bootstrap/src/parse/lex.cc
re2c/bootstrap/src/parse/lex_conf.cc
re2c/configure.ac

index 9b8d2bb30832af74bddf5877024649c81b716b3d..b97bab18e6052921a77552be16846dc3a6090fd2 100644 (file)
@@ -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\%mgix@mgix.com\fP
 Ulya Trofimovich \fI\%skvadrik@gmail.com\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.
 .
index 97ca6215e04123dce4cd5458bff30011a9a29594..9eb07989e0435cb5777276eea0fcdec6e1674cae 100644 (file)
@@ -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"
index 4c482babe5686397ee8a7c0e178c74000186cfe3..9c7e0143857f0df7de9fec72332d8bd404a2f87c 100644 (file)
@@ -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>
index a2577d3a987f4f8b600f4588665a0abbe6ebec31..eb0aec7fa18c9d02a1ba8ab792cbdcb062519ded 100644 (file)
@@ -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>
index b0978ebc9c783fc324be7bea64be9f2f368b46c1..87ff21229d7a181f207a3eaec5a65cee1bdc86fe 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([re2c],[0.15.3],[re2c-general@lists.sourceforge.net])
+AC_INIT([re2c],[0.16],[re2c-general@lists.sourceforge.net])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_SILENT_RULES([yes])