diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -8,21 +8,22 @@ C89, it can be run on practically any UNIX system. It is also rather small: wc -l *.c *.h */*.t */*.lex - 100 cforum.c - 143 ctl.c - 230 db.c + 101 cforum.c + 223 ctl.c + 268 db.c 10 err.c - 106 query.c + 113 query.c 6 ctl.h 40 db.h 0 err.h 14 query.h - 2 site.h + 21 site.h 3 t/err.t 1 t/foot.t - 26 t/front.t - 6 t/head.t + 29 t/front.t + 14 t/head.t + 34 t/newuser.t 28 t/post.t 12 t/user.t - 87 mktpl/mktpl.lex - 814 total + 95 mktpl/mktpl.lex + 1012 total |