2006-Aug-10 21:35 |
1.26
|
Check-in
[5645]:
cleanup source tree for status as of 2006 By rse.
(diff)
|
2006-Aug-01 22:13 |
1.25
|
Check-in
[5626]:
Replace "return 0" with the official "yyterminate()"
in cfg_syn_scan.l and fix quotation parsing by replacing
two "yytext[1]" with the intended "yytext[0]". By rse.
(diff)
|
2004-Dec-31 20:16 |
1.24
|
Check-in
[4942]:
Adjust copyright messages for new year 2005. By rse.
(diff)
|
2004-Nov-29 08:09 |
1.23
|
Check-in
[4882]:
Fix optional DMalloc build support. By rse.
(diff)
|
2004-Nov-28 18:28 |
1.22
|
Check-in
[4880]:
improve performance by using yyleng instead of calculating the string length on-the-fly By rse.
(diff)
|
2004-Nov-28 18:23 |
1.21
|
Check-in
[4879]:
Replace fixed-size token buffer in scanner by a dynamic
buffer (cfg_buf_t). This eliminates the old 1024 size limit
on tokens and makes the scanner more robust. By rse.
|
2004-Nov-20 13:54 |
1.20
|
Check-in
[4863]:
- Fixed cfg_test program by correctly passing the used number of
bytes in the buffer instead of the size of the buffer.
- Accept zero-length strings for parsing.
- Correctly handle end-of-file during plain text token scanning. By rse.
(diff)
|
2004-Nov-20 12:42 |
1.19
|
Check-in
[4858]:
Do not let Flex generate the unused yyunput() and yy_top_state()
functions in order to shut up compilation warnings. By rse.
(diff)
|
2004-Jul-17 09:37 |
1.18
|
Check-in
[4649]:
Adjust copyright messages for new year 2004. By rse.
(diff)
|
2003-Nov-06 16:25 |
1.17
|
Check-in
[3665]:
Add and document bison-locations to conditionally include new M4 yylloc macro into analyzer skeleton code. Keep now redundant bison-bridge option around (this doesn't hurt), just incase the new conditional reentrant yylloc reverts. By thl.
(diff)
|
2003-Jan-06 12:17 |
1.16
|
Check-in
[3063]:
update copyright messages for new year By rse.
(diff)
|
2003-Jan-06 12:08 |
1.15
|
Check-in
[3062]:
upgrade to the latest Flex & Bison combo By rse.
(diff)
|
2002-Nov-18 10:51 |
1.14
|
Check-in
[2834]:
add Dmalloc support By rse.
(diff)
|
2002-Nov-10 13:12 |
1.13
|
Check-in
[2808]:
remove trailing whitespaces By rse.
(diff)
|
2002-Nov-09 15:34 |
1.12
|
Check-in
[2794]:
ok, with the latest and greatest plus a little tweaking it works again By rse.
(diff)
|
2002-Jul-25 09:49 |
1.11
|
Check-in
[2344]:
upgrade to flex-beta 2.5.10 (incompatible changes, so require it) By rse.
(diff)
|
2002-Jul-17 20:47 |
1.10
|
Check-in
[2307]:
use definitions to remove redundancy By rse.
(diff)
|
2002-Jul-17 16:48 |
1.9
|
Check-in
[2303]:
allow C-style block comments to nest By rse.
(diff)
|
2002-Jul-10 14:00 |
1.8
|
Check-in
[2267]:
Mega-change: full API overhauling. By rse.
(diff)
|
2002-Jul-08 15:45 |
1.7
|
Check-in
[2255]:
add more error checking By rse.
(diff)
|
2002-Jul-06 20:44 |
1.6
|
Check-in
[2252]:
Make sure 'a\b\\\'c' is parsed as "a\\b\\'c" and not "ab\\'c", i.e.
follow the rules of the Perl '...' quoting and process only \\ and \'
and keep all other escape sequences as is. By rse.
(diff)
|
2002-Jul-05 22:49 |
1.5
|
Check-in
[2250]:
More scanner enhancement for supporting Perl-style \x{HHHHHH} sequences
and for better escaping in export output. By rse.
(diff)
|
2002-Jul-05 20:32 |
1.4
|
Check-in
[2248]:
Add line-continuation support and make export output correctly
quote the tokens. By rse.
(diff)
|
2002-Jul-05 17:11 |
1.3
|
Check-in
[2242]:
fix q(..) construct for q|..| situation, i.e., open and close chars the same By rse.
(diff)
|
2002-Jul-05 16:33 |
1.2
|
Check-in
[2241]:
Add support for Perl-like q(.)[^\1]\1 style quotations which allow one
to place arbitrary stuff into a single syntax token. This is especially
useful if you think about complex OSSP l2 or OSSP pcbe expressions which
else had to be escaped into double- or single-quoted strings in order to
be placed into a OSSP cfg syntax. By rse.
(diff)
|
2002-Jul-03 15:25 |
1.1
|
Check-in
[2216]:
Add this first cut for the forthcoming OSSP cfg library to CVS.
This is work in progress and still not ready for use anywhere. By rse.
|