Files
harbour-core/harbour/tests/working
Ron Pinkas 00774e4ae6 May 18 1999 Ron Pinkas added support for [] String Delimiters.
Please note {String} definition needed to be removed. Seem to only be used in <DEFINE> will probably be resolved by the Pre Processor any way.

Also found and corrected tranctuation of string literals.
In the last 3 weeks someone changed the following to have yytext + 1 and yyleng - 2.
I reverted it back to yytext and yyleng - 1 respectivly.

<STRING1>[^']*'   { BEGIN 0; yylval.string = strdup( yytext );
                    yylval.string[ yyleng - 1 ] = 0; return LITERAL; }
<STRING2>[^\"]*\" { BEGIN 0; yylval.string = strdup( yytext );
                    yylval.string[ yyleng - 1 ] = 0; return LITERAL; }
<STRING3>[^\]]*\] { BEGIN 0; yylval.string = strdup( yytext );
                    yylval.string[ yyleng - 1 ] = 0; return LITERAL; }

Removed from bld32exe.bat refrences to -mh and -F (invalid options).
Also removed refrences to HBTOOLS.LIB (non existed).
1999-05-18 08:57:39 +00:00
..
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-14 16:28:12 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-11 13:08:15 +00:00
1999-05-15 09:24:39 +00:00
1999-05-15 09:24:39 +00:00
1999-05-05 05:45:23 +00:00
1999-05-09 17:28:11 +00:00
1999-05-17 15:11:50 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-13 21:40:13 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-14 15:00:07 +00:00
1999-05-15 09:24:39 +00:00
1999-05-15 09:24:39 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-09 17:28:11 +00:00
1999-05-16 06:31:14 +00:00
1999-05-05 05:45:23 +00:00
1999-05-16 06:31:14 +00:00
1999-05-15 09:24:39 +00:00
1999-05-16 06:31:14 +00:00
1999-05-09 22:28:31 +00:00
1999-05-05 05:45:23 +00:00
1999-05-06 02:05:37 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-11 07:02:46 +00:00
1999-05-15 11:55:01 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-09 17:28:11 +00:00
1999-05-08 02:01:38 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00
1999-05-05 05:45:23 +00:00