]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* inilex.l: Add + to list of valid string characters.
authorChristopher Faylor <me@cgf.cx>
Wed, 30 May 2001 01:38:41 +0000 (01:38 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 30 May 2001 01:38:41 +0000 (01:38 +0000)
ChangeLog
inilex.l

index 8900c736894ec96f7568751a91d2ff8fa6d41b3c..5b29e7d1d5f68659fb928bbed7b225e79dfefffd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 29 21:37:58 2001  Yukihiko Sohda <sohda@is.titech.ac.jp>
+
+       * inilex.l: Add + to list of valid string characters.
+
 Mon May 28 20:54:50 2001  Christopher Faylor <cgf@cygnus.com>
 
        * Makefile.in: Remove more stuff in the clean target.
index a3b2d2ce76035f71fdcf40d2ba61dd95c283b373..eba443df4bea7b25fb983bca8037ed1f58da760a 100644 (file)
--- a/inilex.l
+++ b/inilex.l
@@ -36,7 +36,7 @@ static void ignore_line ();
 %option yylineno
 %option never-interactive
 
-STR    [a-zA-Z0-9_./-]+
+STR    [a-zA-Z0-9_./+-]+
 
 %%
 
This page took 0.039868 seconds and 5 git commands to generate.