diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -8,16 +8,12 @@ C89, it can be run on practically any UNIX system. It is also rather small: wc -l *.c *.h */*.t */*.lex - 101 cforum.c - 299 ctl.c + 96 cforum.c + 296 ctl.c 268 db.c - 10 err.c + 11 err.c 144 query.c - 6 ctl.h - 40 db.h - 0 err.h - 16 query.h - 12 site.h + 96 cforum.h 3 t/err.t 1 t/foot.t 29 t/front.t @@ -26,4 +22,4 @@ It is also rather small: 28 t/post.t 12 t/user.t 95 mktpl/mktpl.lex - 1117 total + 1132 total |