chiark / gitweb /
Split up increasingly unwieldy lib/test.c into multiple files.
authorRichard Kettlewell <rjk@greenend.org.uk>
Thu, 10 Jan 2008 20:14:23 +0000 (20:14 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Thu, 10 Jan 2008 20:14:23 +0000 (20:14 +0000)
commitb90f122bd10bd896f2f9b0cf5676bcd436a7d42e
tree67d6c08005c10e18c8ef2ee2943e44b59615fe54
parent6fccd0398a676ee3d49a57a80bdd2e38f7a722b9
Split up increasingly unwieldy lib/test.c into multiple files.
25 files changed:
lib/Makefile.am
lib/t-addr.c [new file with mode: 0644]
lib/t-basen.c [new file with mode: 0644]
lib/t-cache.c [new file with mode: 0644]
lib/t-casefold.c [new file with mode: 0644]
lib/t-cookies.c [new file with mode: 0644]
lib/t-filepart.c [new file with mode: 0644]
lib/t-hash.c [new file with mode: 0644]
lib/t-heap.c [new file with mode: 0644]
lib/t-hex.c [new file with mode: 0644]
lib/t-kvp.c [new file with mode: 0644]
lib/t-mime.c [new file with mode: 0644]
lib/t-printf.c [new file with mode: 0644]
lib/t-regsub.c [new file with mode: 0644]
lib/t-selection.c [new file with mode: 0644]
lib/t-signame.c [new file with mode: 0644]
lib/t-sink.c [new file with mode: 0644]
lib/t-split.c [new file with mode: 0644]
lib/t-unicode.c [new file with mode: 0644]
lib/t-url.c [new file with mode: 0644]
lib/t-utf8.c [new file with mode: 0644]
lib/t-words.c [new file with mode: 0644]
lib/t-wstat.c [new file with mode: 0644]
lib/test.c
lib/test.h [new file with mode: 0644]