equal
deleted
inserted
replaced
8 * strdup must be freed: DONE |
8 * strdup must be freed: DONE |
9 |
9 |
10 Todo: |
10 Todo: |
11 * UTF-8 aware Character-Encoding |
11 * UTF-8 aware Character-Encoding |
12 * Dynamic Loading of plugins with dlopen |
12 * Dynamic Loading of plugins with dlopen |
13 * implementation of some fun stuff |
13 * implementation of some fun stuff |
|
14 * AUTO-RECONNECT must be implemented |
14 |
15 |
15 Author: |
16 Author: |
16 * Markus Broeker mbroeker@largo.homelinux.org |
17 * Markus Broeker mbroeker@largo.homelinux.org |
17 |
18 |
18 Comments: |
19 Comments: |
19 * scanner/parser rewritten |
20 * scanner/parser rewritten |
|
21 * a flex / bison parser will be better and safer than pointer arithmetics |