From: Martin Mares Date: Thu, 12 Feb 2015 18:05:40 +0000 (+0100) Subject: Remove obsolete references to Sherlock X-Git-Tag: v6.3~5^2~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=852fa2b91ae6262c164913af849fe20b55a055e8;p=libucw.git Remove obsolete references to Sherlock --- diff --git a/build/Makefile b/build/Makefile index 54698d2f..8c709618 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,4 +1,4 @@ -# Makefile for Sherlock Build Tools +# Makefile for LibUCW Build Tools DIRS+=build diff --git a/charset/fb-charconv.c b/charset/fb-charconv.c index c1701e55..c4c6b257 100644 --- a/charset/fb-charconv.c +++ b/charset/fb-charconv.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Charset Conversion Wrapper for Fast Buffered I/O + * UCW Library -- Charset Conversion Wrapper for Fast Buffered I/O * * (c) 2003--2005 Martin Mares * diff --git a/charset/fb-charconv.h b/charset/fb-charconv.h index 01348471..412c6929 100644 --- a/charset/fb-charconv.h +++ b/charset/fb-charconv.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Charset Conversion Wrapper for Fast Buffered I/O + * UCW Library -- Charset Conversion Wrapper for Fast Buffered I/O * * (c) 2003--2005 Martin Mares * diff --git a/charset/mp-charconv.c b/charset/mp-charconv.c index 642ff81e..48b08ad6 100644 --- a/charset/mp-charconv.c +++ b/charset/mp-charconv.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Character Conversion with Allocation on a Memory Pool + * UCW Library -- Character Conversion with Allocation on a Memory Pool * * (c) 2006 Pavel Charvat * diff --git a/charset/mp-charconv.h b/charset/mp-charconv.h index 5401d4f3..d31f271e 100644 --- a/charset/mp-charconv.h +++ b/charset/mp-charconv.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Character Conversion with Allocation on a Memory Pool + * UCW Library -- Character Conversion with Allocation on a Memory Pool * * (c) 2006 Pavel Charvat * diff --git a/charset/stk-charconv.c b/charset/stk-charconv.c index e296c73b..b6359d4c 100644 --- a/charset/stk-charconv.c +++ b/charset/stk-charconv.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Character Conversion with Allocation on the Stack + * UCW Library -- Character Conversion with Allocation on the Stack * * (c) 2006 Pavel Charvat * diff --git a/charset/stk-charconv.h b/charset/stk-charconv.h index e6852c77..a1d40dde 100644 --- a/charset/stk-charconv.h +++ b/charset/stk-charconv.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Character Conversion with Allocation on the Stack + * UCW Library -- Character Conversion with Allocation on the Stack * * (c) 2006 Pavel Charvat * diff --git a/ucw/getopt/README b/ucw/getopt/README index fe24015a..98692be2 100644 --- a/ucw/getopt/README +++ b/ucw/getopt/README @@ -5,7 +5,7 @@ no standardized interface for such instruction. They are distributed under the GNU LGPL. All files are exact copies of the original distribution with very -few exceptions commented with `// SHERLOCK' prefix. +few exceptions commented with `// UCW' prefix. I only provided my own getopt-sh.c, getopt-sh.h and Makefile. Pavel Charvat, 2007 diff --git a/ucw/getopt/getopt.c b/ucw/getopt/getopt.c index 1e13775a..13c31701 100644 --- a/ucw/getopt/getopt.c +++ b/ucw/getopt/getopt.c @@ -45,7 +45,7 @@ #if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2 # include # if _GNU_GETOPT_INTERFACE_VERSION == GETOPT_INTERFACE_VERSION -//# define ELIDE_CODE // SHERLOCK: disabled +//# define ELIDE_CODE // UCW: disabled # endif #endif @@ -70,7 +70,7 @@ #ifdef _LIBC # include #else -//# include "gettext.h" // SHERLOCK: replaced by +//# include "gettext.h" // UCW: replaced by # include # define _(msgid) gettext (msgid) #endif diff --git a/ucw/getopt/getopt1.c b/ucw/getopt/getopt1.c index 0ea95369..ee0d6fae 100644 --- a/ucw/getopt/getopt1.c +++ b/ucw/getopt/getopt1.c @@ -43,7 +43,7 @@ #if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2 #include #if _GNU_GETOPT_INTERFACE_VERSION == GETOPT_INTERFACE_VERSION -//#define ELIDE_CODE // SHERLOCK: disabled +//#define ELIDE_CODE // UCW: disabled #endif #endif diff --git a/ucw/perl/Filelock/MANIFEST b/ucw/perl/Filelock/MANIFEST index c70159f8..f921f064 100644 --- a/ucw/perl/Filelock/MANIFEST +++ b/ucw/perl/Filelock/MANIFEST @@ -3,4 +3,4 @@ Makefile.PL MANIFEST Fcntllock.pm Fcntllock.xs -lib/Sherlock/.exists +lib/UCW/.exists diff --git a/ucw/perl/UCW/Config.pm b/ucw/perl/UCW/Config.pm index 552690ca..6e79fc13 100644 --- a/ucw/perl/UCW/Config.pm +++ b/ucw/perl/UCW/Config.pm @@ -1,4 +1,4 @@ -# Perl module for parsing Sherlock configuration files (using the config utility) +# Perl module for parsing LibUCW configuration files (using the ucw-config utility) # # (c) 2002--2005 Martin Mares # diff --git a/ucw/perl/Ulimit/MANIFEST b/ucw/perl/Ulimit/MANIFEST index cfc357e7..b015b4a0 100644 --- a/ucw/perl/Ulimit/MANIFEST +++ b/ucw/perl/Ulimit/MANIFEST @@ -3,4 +3,4 @@ Makefile.PL MANIFEST Ulimit.pm Ulimit.xs -lib/Sherlock/.exists +lib/UCW/.exists diff --git a/ucw/sorter/debug/radix-tune-bits.sh b/ucw/sorter/debug/radix-tune-bits.sh index dbaa49c1..53cf6f06 100644 --- a/ucw/sorter/debug/radix-tune-bits.sh +++ b/ucw/sorter/debug/radix-tune-bits.sh @@ -1,13 +1,13 @@ #!/bin/bash -# An utility for tuning the Sherlock's radix sorter +# An utility for tuning the LibUCW radix sorter # (c) 2007 Martin Mares set -e UCW_PROGNAME="$0" . lib/libucw.sh -# Path to Sherlock build directory +# Path to LibUCW build directory [ -n "$BUILD" ] || BUILD=.. -[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to Sherlock build directory" +[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to LibUCW build directory" # Find out sort buffer size parse-config 'Sorter{##SortBuffer}' diff --git a/ucw/sorter/debug/radix-tune-thresh.sh b/ucw/sorter/debug/radix-tune-thresh.sh index 71d929b3..387d2218 100644 --- a/ucw/sorter/debug/radix-tune-thresh.sh +++ b/ucw/sorter/debug/radix-tune-thresh.sh @@ -1,13 +1,13 @@ #!/bin/bash -# An utility for tuning the Sherlock's radix sorter threshold +# An utility for tuning the LibUCW radix sorter threshold # (c) 2007 Martin Mares set -e UCW_PROGNAME="$0" . lib/libucw.sh -# Path to Sherlock build directory +# Path to LibUCW build directory [ -n "$BUILD" ] || BUILD=.. -[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to Sherlock build directory" +[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to LibUCW build directory" # Find out sort buffer size parse-config 'Sorter{##SortBuffer}' @@ -16,7 +16,7 @@ SORTBUF=$CF_Sorter_SortBuffer log "Detected sort buffer size $SORTBUF" # Find out radix-sorter width -[ -f "$BUILD/obj/config.mk" ] || die "Sherlock source not configured" +[ -f "$BUILD/obj/config.mk" ] || die "LibUCW source not configured" WIDTH=`sed <$BUILD/obj/config.mk 's/^CONFIG_UCW_RADIX_SORTER_BITS=\(.*\)/\1/;t;d'` [ -n "$WIDTH" ] || die "CONFIG_UCW_RADIX_SORTER_BITS not set (!?)" log "Detected radix-sorter width $WIDTH" diff --git a/ucw/utils/ucw-rotate-log.pl b/ucw/utils/ucw-rotate-log.pl index 6d5ae0b8..4d4be667 100644 --- a/ucw/utils/ucw-rotate-log.pl +++ b/ucw/utils/ucw-rotate-log.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Rotate Sherlock logs +# LibUCW Utilities -- Rotate logs # (c) 2001--2002 Martin Mares use File::stat; diff --git a/ucw/utils/ucw-urltool.c b/ucw/utils/ucw-urltool.c index f25b70c5..057b4035 100644 --- a/ucw/utils/ucw-urltool.c +++ b/ucw/utils/ucw-urltool.c @@ -1,5 +1,5 @@ /* - * Sherlock Utilities -- URL Handling Tool + * LibUCW Utilities -- URL Handling Tool * * (c) 2004 Martin Mares */ diff --git a/xml/common.c b/xml/common.c index 89b848cf..7f120d85 100644 --- a/xml/common.c +++ b/xml/common.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007 Pavel Charvat * diff --git a/xml/dtd.c b/xml/dtd.c index 84bbff7c..407511f7 100644 --- a/xml/dtd.c +++ b/xml/dtd.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007--2008 Pavel Charvat * diff --git a/xml/dtd.h b/xml/dtd.h index 76402094..5249853f 100644 --- a/xml/dtd.h +++ b/xml/dtd.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007--2008 Pavel Charvat * @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_XML_DTD_H -#define _SHERLOCK_XML_DTD_H +#ifndef _UCW_XML_DTD_H +#define _UCW_XML_DTD_H #include diff --git a/xml/internals.h b/xml/internals.h index 64a37153..2a27126c 100644 --- a/xml/internals.h +++ b/xml/internals.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007--2008 Pavel Charvat * @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_XML_INTERNALS_H -#define _SHERLOCK_XML_INTERNALS_H +#ifndef _UCW_XML_INTERNALS_H +#define _UCW_XML_INTERNALS_H #include #include diff --git a/xml/parse.c b/xml/parse.c index a879effb..1187d8be 100644 --- a/xml/parse.c +++ b/xml/parse.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007--2008 Pavel Charvat * diff --git a/xml/source.c b/xml/source.c index c3b30e6b..8df409ff 100644 --- a/xml/source.c +++ b/xml/source.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007--2008 Pavel Charvat * diff --git a/xml/xml-test.c b/xml/xml-test.c index eb1577ff..6821c17f 100644 --- a/xml/xml-test.c +++ b/xml/xml-test.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007--2008 Pavel Charvat * diff --git a/xml/xml.h b/xml/xml.h index 4340fb70..d8c79783 100644 --- a/xml/xml.h +++ b/xml/xml.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- A simple XML parser + * UCW Library -- A simple XML parser * * (c) 2007--2008 Pavel Charvat * @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_XML_XML_H -#define _SHERLOCK_XML_XML_H +#ifndef _UCW_XML_XML_H +#define _UCW_XML_XML_H #include #include