diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-22 02:11:50 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-22 02:11:50 +0200 |
commit | 1e0433c9df062ead21d0f46b15d088622b7d5c4f (patch) | |
tree | cc894172ca7deae5d835aea8f313da3aab1e2915 /README | |
parent | 3ea978c60ee03dba2cb883ba18d3b334cfbf6cd0 (diff) | |
download | cforum-1e0433c9df062ead21d0f46b15d088622b7d5c4f.tar.gz |
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -8,12 +8,12 @@ C89, it can be run on practically any UNIX system. It is also rather small: wc -l *.c *.h crypt/*.c crypt/*.h */*.t */*.lex - 97 cforum.c - 381 ctl.c - 306 db.c + 138 cforum.c + 404 ctl.c + 403 db.c 11 err.c - 144 query.c - 101 cforum.h + 171 query.c + 120 cforum.h 907 crypt/crypt_blowfish.c 124 crypt/crypt_gensalt.c 551 crypt/wrapper.c @@ -23,11 +23,11 @@ It is also rather small: 43 crypt/ow-crypt.h 3 t/err.t 1 t/foot.t - 30 t/front.t + 37 t/front.t 15 t/head.t 18 t/login.t 38 t/newuser.t 28 t/post.t 12 t/user.t 95 mktpl/mktpl.lex - 2986 total + 3200 total |