From b18ffb4f5ef9c5d83d7a3e28c37fabbb7df44be2 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 10 Dec 2007 11:12:49 +0100 Subject: [PATCH] Renamed lib/ff-utf8.* to lib/ff-unicode.* --- lib/Makefile | 4 ++-- lib/{ff-utf8.c => ff-unicode.c} | 2 +- lib/{ff-utf8.h => ff-unicode.h} | 0 sherlock/xml/xml.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename lib/{ff-utf8.c => ff-unicode.c} (99%) rename lib/{ff-utf8.h => ff-unicode.h} (100%) diff --git a/lib/Makefile b/lib/Makefile index 52751e11..ed6a3a79 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,7 +17,7 @@ LIBUCW_MODS= \ conf-alloc conf-dump conf-input conf-intr conf-journal conf-parse conf-section \ ipaccess \ profile \ - fastbuf ff-binary ff-string ff-printf ff-utf8 \ + fastbuf ff-binary ff-string ff-printf ff-unicode \ fb-file carefulio fb-mem fb-temp fb-mmap fb-limfd fb-buffer fb-grow fb-pool fb-atomic fb-param \ str_ctype str_upper str_lower unicode-utf8 stkstring \ wildmatch wordsplit ctmatch patimatch patmatch regex \ @@ -49,7 +49,7 @@ LIBUCW_INCLUDES= \ bitops.h \ conf.h getopt.h ipaccess.h \ profile.h \ - fastbuf.h lfs.h ff-utf8.h ff-binary.h \ + fastbuf.h lfs.h ff-unicode.h ff-binary.h \ chartype.h unicode.h stkstring.h \ wildmatch.h patmatch.h \ db.h \ diff --git a/lib/ff-utf8.c b/lib/ff-unicode.c similarity index 99% rename from lib/ff-utf8.c rename to lib/ff-unicode.c index a7e40d3c..7f46aaab 100644 --- a/lib/ff-utf8.c +++ b/lib/ff-unicode.c @@ -11,7 +11,7 @@ #include "lib/lib.h" #include "lib/fastbuf.h" #include "lib/unicode.h" -#include "lib/ff-utf8.h" +#include "lib/ff-unicode.h" int bget_utf8_slow(struct fastbuf *b) diff --git a/lib/ff-utf8.h b/lib/ff-unicode.h similarity index 100% rename from lib/ff-utf8.h rename to lib/ff-unicode.h diff --git a/sherlock/xml/xml.c b/sherlock/xml/xml.c index 27ff8249..c5d5c5af 100644 --- a/sherlock/xml/xml.c +++ b/sherlock/xml/xml.c @@ -17,7 +17,7 @@ #include "lib/lib.h" #include "lib/mempool.h" #include "lib/fastbuf.h" -#include "lib/ff-utf8.h" +#include "lib/ff-unicode.h" #include "lib/ff-binary.h" #include "lib/chartype.h" #include "lib/unicode.h" -- 2.39.2