aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-19 01:20:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-19 01:20:30 +0200
commit4b838fced8cd5fd2c24300e3f9132a1474051a76 (patch)
tree62be70f1da57b87c863f03eb9054056f9b841aa2 /README
parent7708b5f493bf3057af331624d29664ad17a87dbc (diff)
downloadcforum-4b838fced8cd5fd2c24300e3f9132a1474051a76.tar.gz
Implement URL decode and HTML escape functions
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 9472b04..01cf301 100644
--- a/README
+++ b/README
@@ -9,15 +9,15 @@ It is also rather small:
wc -l *.c *.h */*.t */*.lex
101 cforum.c
- 222 ctl.c
+ 267 ctl.c
268 db.c
10 err.c
- 121 query.c
+ 144 query.c
6 ctl.h
40 db.h
0 err.h
- 15 query.h
- 21 site.h
+ 16 query.h
+ 12 site.h
3 t/err.t
1 t/foot.t
29 t/front.t
@@ -26,4 +26,4 @@ It is also rather small:
28 t/post.t
12 t/user.t
95 mktpl/mktpl.lex
- 1020 total
+ 1080 total