2006-Aug-10 21:35 |
1.26
|
Check-in
[5645]:
cleanup source tree for status as of 2006 By rse.
(diff)
|
2004-Dec-31 20:16 |
1.25
|
Check-in
[4942]:
Adjust copyright messages for new year 2005. By rse.
(diff)
|
2004-Nov-29 08:09 |
1.24
|
Check-in
[4882]:
Fix optional DMalloc build support. By rse.
(diff)
|
2004-Nov-28 18:23 |
1.23
|
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.
(diff)
|
2004-Nov-28 15:17 |
1.22
|
Check-in
[4877]:
Fix annotational error reporting in scanner/parser. By rse.
(diff)
|
2004-Nov-28 14:49 |
1.21
|
Check-in
[4875]:
Escape non-printable characters of input extracts in error messages. By rse.
|
2004-Nov-20 15:52 |
1.20
|
Check-in
[4864]:
Change cfg_node_root() API function to be able to both
set and/or get the root node. By rse.
(diff)
|
2004-Nov-20 13:54 |
1.19
|
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 13:02 |
1.18
|
Check-in
[4862]:
annotate code with more comments By rse.
(diff)
|
2004-Jul-17 09:37 |
1.17
|
Check-in
[4649]:
Adjust copyright messages for new year 2004. By rse.
(diff)
|
2003-Jan-06 12:17 |
1.16
|
Check-in
[3063]:
update copyright messages for new year By rse.
(diff)
|
2002-Nov-18 10:51 |
1.15
|
Check-in
[2834]:
add Dmalloc support By rse.
(diff)
|
2002-Nov-10 13:12 |
1.14
|
Check-in
[2808]:
remove trailing whitespaces By rse.
(diff)
|
2002-Jul-18 17:34 |
1.13
|
Check-in
[2317]:
flush work of today: first cut for real cfg_node_select() By rse.
(diff)
|
2002-Jul-10 16:46 |
1.12
|
Check-in
[2270]:
Step 2 in API overhauling and implementation filling. By rse.
(diff)
|
2002-Jul-10 14:00 |
1.11
|
Check-in
[2267]:
Mega-change: full API overhauling. By rse.
(diff)
|
2002-Jul-08 15:45 |
1.10
|
Check-in
[2255]:
add more error checking By rse.
(diff)
|
2002-Jul-05 22:49 |
1.9
|
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.8
|
Check-in
[2248]:
Add line-continuation support and make export output correctly
quote the tokens. By rse.
(diff)
|
2002-Jul-05 19:21 |
1.7
|
Check-in
[2246]:
remove top-level implicit indentation and sequence braces By rse.
(diff)
|
2002-Jul-05 19:15 |
1.6
|
Check-in
[2245]:
fix indentation in export output By rse.
(diff)
|
2002-Jul-05 17:32 |
1.5
|
Check-in
[2244]:
thanks to Dmalloc we can fix the memory holes By rse.
(diff)
|
2002-Jul-05 17:21 |
1.4
|
Check-in
[2243]:
fix memory free By rse.
(diff)
|
2002-Jul-05 16:33 |
1.3
|
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-04 16:51 |
1.2
|
Check-in
[2225]:
Flush today's work: the library is now able to parse a .cfg file into
an internal node tree and export this again in textual .cfg file format
(including indented blocks). 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.
|