From fd6518b811bbe6986a933f9cfc73d14834153dcd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 21 Mar 2006 10:24:36 +0100 Subject: [PATCH] Renamed fb-gbuf to fb-grow as Robert suggested. --- lib/Makefile | 4 ++-- lib/{fb-gbuf.c => fb-grow.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename lib/{fb-gbuf.c => fb-grow.c} (100%) diff --git a/lib/Makefile b/lib/Makefile index 451a11d8..8535b687 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# Makefile for the UCW Library (c) 1997--2005 Martin Mares +# Makefile for the UCW Library (c) 1997--2006 Martin Mares DIRS+=lib @@ -14,7 +14,7 @@ LIBUCW_MODS= \ conf ipaccess \ profile \ fastbuf ff-printf ff-utf8 \ - fb-file carefulio fb-mem fb-temp fb-mmap fb-limfd fb-buffer fb-gbuf \ + fb-file carefulio fb-mem fb-temp fb-mmap fb-limfd fb-buffer fb-grow \ str_ctype str_upper str_lower unicode-utf8 stkstring \ wildmatch wordsplit ctmatch patimatch patmatch regex \ prime primetable random timer randomkey \ diff --git a/lib/fb-gbuf.c b/lib/fb-grow.c similarity index 100% rename from lib/fb-gbuf.c rename to lib/fb-grow.c -- 2.39.2