From 4b838fced8cd5fd2c24300e3f9132a1474051a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 19 Sep 2021 01:20:30 +0200 Subject: Implement URL decode and HTML escape functions --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') 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 -- cgit v1.2.3