]> mj.ucw.cz Git - libucw.git/commitdiff
Changed all references to Sherlock Library by UCW Library.
authorMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 12:07:00 +0000 (12:07 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 12:07:00 +0000 (12:07 +0000)
84 files changed:
lib/alloc.c
lib/alloc_str.c
lib/arraysort.h
lib/asort-test.c
lib/bbuf.h
lib/binheap-node.h
lib/binheap-test.c
lib/binheap.h
lib/carefulio.c
lib/charmap.h
lib/chartype.h
lib/clists.h
lib/conf.c
lib/conf.h
lib/ctmatch.c
lib/db-emul.c
lib/db-test.c
lib/db.c
lib/db.h
lib/db_internal.h
lib/exitstatus.c
lib/fastbuf.c
lib/fastbuf.h
lib/fb-buffer.c
lib/fb-file.c
lib/fb-limfd.c
lib/fb-mem.c
lib/fb-mmap.c
lib/fb-temp.c
lib/ff-printf.c
lib/ff-utf8.c
lib/ff-utf8.h
lib/hashfunc.h
lib/hashtable.h
lib/heap.h
lib/ipaccess.c
lib/ipaccess.h
lib/lfs.h
lib/lists.c
lib/lists.h
lib/lizard.h
lib/log-file.c
lib/log.c
lib/log2.c
lib/mainloop.c
lib/mainloop.h
lib/math.h
lib/md5hex.c
lib/mempool-str.c
lib/mempool.c
lib/mempool.h
lib/mmap.c
lib/pagecache.h
lib/partmap.c
lib/patimatch.c
lib/patmatch.c
lib/patmatch.h
lib/prefetch.h
lib/prime.c
lib/proctitle.c
lib/profile.c
lib/profile.h
lib/random.c
lib/randomkey.c
lib/realloc.c
lib/regex.c
lib/regex/Makefile
lib/regex/regex-sh.h
lib/runcmd.c
lib/shell/config.c
lib/shell/logger.c
lib/sorter.c
lib/sorter.h
lib/str_ctype.c
lib/str_lower.c
lib/str_upper.c
lib/sync.c
lib/timer.c
lib/unaligned.h
lib/unicode-utf8.c
lib/unicode.h
lib/url.c
lib/url.h
lib/wordsplit.c

index 21d9635778daf3974132f1fc6f13df82523f78a4..599913161b2e496d3f946922c7919ccbc4d83666 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Memory Allocation
+ *     UCW Library -- Memory Allocation
  *
  *     (c) 2000 Martin Mares <mj@ucw.cz>
  *
index 45ea49125d9eb85ed5d4f16276e5ba644a9bcdbe..ab7b467213b4c0303abfca4046e846648e94078b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- String Allocation
+ *     UCW Library -- String Allocation
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index b47fa8c38ac5287142608e50b7ea713f43da8994..d5a9c787d3279643f7df1c5edfb3a52f95fee29a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Array Sorter
+ *     UCW Library -- Universal Array Sorter
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
index e20854237949f5d7c0d65074c8f301d57662b14a..b84bb53a61de4418c6e1a1c57d884780dad30d9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Array Sorter Test and Benchmark
+ *     UCW Library -- Universal Array Sorter Test and Benchmark
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
index 5ee6c1a5f5c99101c4a8fd41200afdd8e1c6b919..c62511c4f85b9e33f13a98a662b90a663d118a22 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_BBUF_H
-#define _SHERLOCK_BBUF_H
+#ifndef _UCW_BBUF_H
+#define _UCW_BBUF_H
 
 #define        GBUF_TYPE       byte
 #define        GBUF_PREFIX(x)  bb_##x
index 61ed5e97adc04eb4de4b457cd86c7194383af89b..44be9f4e656ab297cf4f8de8b3a9838cdff5f37b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Binomial Heaps: Declarations
+ *     UCW Library -- Binomial Heaps: Declarations
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
index 2a0f026f4447023ba3a54e554b816dda34dd7a70..bfd28a012793fef72fcee86fc391e0961ff6c940 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Binomial Heaps: Testing
+ *     UCW Library -- Binomial Heaps: Testing
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
index 74820c00107285c7c92e4fc6c73f03ea83be85b1..0c6ee5a566a54680e7ca24c211a4791bc5bc01fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Binomial Heaps
+ *     UCW Library -- Binomial Heaps
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
index 7bfeee9b80e8c47aa4d49c983e8f15517df6b9f6..435bd1692f2daf83c5f61a3966c53bbd94915c1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Careful Read/Write
+ *     UCW Library -- Careful Read/Write
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
index c4ba3cbe7c43f874b96c351c24b0bd281a93a678..3e348fcf9eef990e23e49e76063a1a762b582482 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Character Code Map (UTF-8 Version)
+ *     UCW Library -- Character Code Map (UTF-8 Version)
  *
  *     (c) 1998--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
index 4eea477dcada8f1c5ed9edf53d08f0f627e4f26c..09dc1ec4c69c92f309d19e19675e2d27fb0d302e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Character Types
+ *     UCW Library -- Character Types
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_CHARTYPE_H
-#define _SHERLOCK_CHARTYPE_H
+#ifndef _UCW_CHARTYPE_H
+#define _UCW_CHARTYPE_H
 
 #define _C_UPPER 1                     /* Upper-case letters */
 #define _C_LOWER 2                     /* Lower-case letters */
index aed8028a53f9603e851a8cf8b074f80963de6fbb..4fa09546036fc6c965a8377c4a9debcf4be9d9cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Circular Linked Lists
+ *     UCW Library -- Circular Linked Lists
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_CLISTS_H
-#define _SHERLOCK_CLISTS_H
+#ifndef _UCW_CLISTS_H
+#define _UCW_CLISTS_H
 
 typedef struct cnode {
   struct cnode *next, *prev;
index 8168eb0cb34463149a28d00e3d8418d5b3456b85..de6598105cfe08e540eeda36a4725a37b3b37d6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Reading of configuration files
+ *     UCW Library -- Reading of configuration files
  *
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
  *     (c) 2003 Martin Mares <mj@ucw.cz>
index 18486823bd3426433ce8451fbe77343d7a016edc..608904b172a588f4e536d33af2e3db2d0074b87d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Reading of configuration files
+ *     UCW Library -- Reading of configuration files
  *
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
  *     (c) 2003 Martin Mares <mj@ucw.cz>
index aa9ab16c81798bf0d49e0ca36b4a9087dded25a4..597990703f09bafbd065695c24f37af97ff6e5d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Content-Type Pattern Matching
+ *     UCW Library -- Content-Type Pattern Matching
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index f16ada4e1f0d4caaabe8955fd943945917a23602..62540de84592e70b70245ac13891fd77bdbefbf3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- SDBM emulator at top of GDBM
+ *     UCW Library -- SDBM emulator at top of GDBM
  *
  *     (c) 1999 Martin Mares <mj@ucw.cz>
  *
index b00bead72f416da1628597117bfd1b3258360a93..23d3f21c36498eee122232e1dedec8f14026d654 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Database Manager -- Tests and Benchmarks
+ *     UCW Library -- Database Manager -- Tests and Benchmarks
  *
  *     (c) 1999 Martin Mares <mj@ucw.cz>
  *
index 1d90e2a60759eb465204fe119cd19f2d53b8b9f4..13878de799ea829c0a1432c8093cc90288fb412a 100644 (file)
--- a/lib/db.c
+++ b/lib/db.c
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Database Management Routines
+ *     UCW Library -- Fast Database Management Routines
  *
  *     (c) 1999--2001 Martin Mares <mj@ucw.cz>
  *
index b2a13a234a9610c92f84e398d6d273a1fc774d69..41b81aa1308fb2a533d809fb80e7c2441e0dd68d 100644 (file)
--- a/lib/db.h
+++ b/lib/db.h
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Database Management Routines
+ *     UCW Library -- Fast Database Management Routines
  *
  *     (c) 1999--2001 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_DB_H
-#define _SHERLOCK_DB_H
+#ifndef _UCW_DB_H
+#define _UCW_DB_H
 
 struct sdbm;
 
index 72c1ee0851a175b22bd9c88945d1b7446323a7a2..b480a794aba6eacb2253b1507c698430f4e40a87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Database Management Routines -- Internal Declarations
+ *     UCW Library -- Fast Database Management Routines -- Internal Declarations
  *
  *     (c) 1999--2001 Martin Mares <mj@ucw.cz>
  *
index ed649f6d725137de8b0c8e11989f64e0eb625d7a..4dce53d003bf0d46399771fd8f64bac8662f4fb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Formatting of Process Exit Status
+ *     UCW Library -- Formatting of Process Exit Status
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
index 529bcfc3ce68558d52b31731a160a3796de6f341..6fbb2184ca2d0a90a0135ab012e248db3e09fec1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O
+ *     UCW Library -- Fast Buffered I/O
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
index 12047038486e8f580372b6c8736503598ea712c4..800794c7ae5669790d5d98eb94468196a38c3892 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O
+ *     UCW Library -- Fast Buffered I/O
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
@@ -8,8 +8,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_FASTBUF_H
-#define _SHERLOCK_FASTBUF_H
+#ifndef _UCW_FASTBUF_H
+#define _UCW_FASTBUF_H
 
 #ifndef EOF
 #include <stdio.h>
index 574874f0a11aa2545f29ad5716394324b688f3cd..b06088e0c3a028e6167a4f78a23887ecfd42cb31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O on Static Buffers
+ *     UCW Library -- Fast Buffered I/O on Static Buffers
  *
  *     (c) 2003--2004 Martin Mares <mj@ucw.cz>
  *
index 9fa3f8f545a6a98fece1b1a4eab9e55f23739ad6..cbfe1b0ca31fc2771a92a4a5a5670d8f27a6d4b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O on Files
+ *     UCW Library -- Fast Buffered I/O on Files
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
index 351f0032daa15f710b0d0a45a02ab3ce4a15dbab..8370b5eb3ea3f44e3b3f7fc72278915def2727e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered Input on Limited File Descriptors
+ *     UCW Library -- Fast Buffered Input on Limited File Descriptors
  *
  *     (c) 2003--2004 Martin Mares <mj@ucw.cz>
  *
index 957de0d838a693a2560939b482846757becc0a6f..64a1930e131141eec1542c6a9844982b01ab0604 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O on Memory Streams
+ *     UCW Library -- Fast Buffered I/O on Memory Streams
  *
  *     (c) 1997--2002 Martin Mares <mj@ucw.cz>
  *
index b6f827751fcf7f8b5152f8694806437c7074c5fb..7a0c53df2a9d1839c8223657d5a34b593c0e2ce7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Buffered I/O on Memory-Mapped Files
+ *     UCW Library -- Fast Buffered I/O on Memory-Mapped Files
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index f7b14483e172bca0b172e5c1b5373093a50e45e6..aff501e8d46966476b4e0a72f603153e0fac25d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Temporary Fastbufs
+ *     UCW Library -- Temporary Fastbufs
  *
  *     (c) 2002--2004 Martin Mares <mj@ucw.cz>
  *
index d22d421d1d09a7f9be2632ff6573bb3fb43c1f65..cac06b55d907de387df3e6090451a136e9c98d72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Printf on Fastbuf Streams
+ *     UCW Library -- Printf on Fastbuf Streams
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index b30cb581790048bc07ccefbb1d3206bdb6d7983f..a7e40d3c0cf35bd177a0e33d68a5bf29845d37f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library: Reading and writing of UTF-8 on Fastbuf Streams
+ *     UCW Library: Reading and writing of UTF-8 on Fastbuf Streams
  *
  *     (c) 2001--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
index dd86ba6504227aabc432c908ff8e9d30615597da..83b6b7613f6a384fb294ef2c3569fe72db647466 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library: Reading and writing of UTF-8 on Fastbuf Streams
+ *     UCW Library: Reading and writing of UTF-8 on Fastbuf Streams
  *
  *     (c) 2001--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
index cc799476a87938e6349e786c6b6f4d72de9c2df1..ed896e8ebfab7cd968ed085efa6919780dc1cc4c 100644 (file)
@@ -8,8 +8,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_HASHFUNC_H
-#define _SHERLOCK_HASHFUNC_H
+#ifndef _UCW_HASHFUNC_H
+#define _UCW_HASHFUNC_H
 
 #include "lib/lib.h"
 
index 75276fcef562d07ae2fd6ab4aeed805d88bda888..33a7cc3ef1c68e58302c3108a6f3bfc1fada2ea7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Hash Table
+ *     UCW Library -- Universal Hash Table
  *
  *     (c) 2002--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2002 Robert Spalek <robert@ucw.cz>
  *  undef'd.
  */
 
-#ifndef _SHERLOCK_HASHFUNC_H
+#ifndef _UCW_HASHFUNC_H
 #include "lib/hashfunc.h"
 #endif
 
index 8404858e6a516d9f318e340c7b324012d7003545..26c94bee10da63bca18588f69302f59f2ab20ce3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Heap Macros
+ *     UCW Library -- Universal Heap Macros
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
  *
index d00ac54ab4501e0079f03defc3288a2f536f877c..51d9eb586fe8e1859394b19ea02f78ec2d4b7193 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- IP address access lists
+ *     UCW Library -- IP address access lists
  *
  *     (c) 1997--2001 Martin Mares <mj@ucw.cz>
  *
index 291ffe8e77ead4110b69c3f9f11f3688bbb5b1ce..aedb15877db744578b698ef0e55e8276ee4fc62d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- IP address access lists
+ *     UCW Library -- IP address access lists
  *
  *     (c) 1997--2001 Martin Mares <mj@ucw.cz>
  *
index 5a103a669e5d80df7a2058539eea4f30095f79d7..fcd64d76deb4598958da4748c1a63b0f8923b4b4 100644 (file)
--- a/lib/lfs.h
+++ b/lib/lfs.h
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_LFS_H
-#define _SHERLOCK_LFS_H
+#ifndef _UCW_LFS_H
+#define _UCW_LFS_H
 
 #include <fcntl.h>
 #include <unistd.h>
@@ -48,4 +48,4 @@ sh_file_size(byte *name)
   return len;
 }
 
-#endif /* !_SHERLOCK_LFS_H */
+#endif /* !_UCW_LFS_H */
index fa1613be21af41ce7e0bdaf07f3ba587241056d6..043c36495a098980102341764d060c9180a758bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Linked Lists
+ *     UCW Library -- Linked Lists
  *
  *     (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
@@ -9,7 +9,7 @@
 
 #include "lib/lib.h"
 
-#define _SHERLOCK_LISTS_C
+#define _UCW_LISTS_C
 #include "lib/lists.h"
 
 LIST_INLINE void
index 68c7497f1cde8dcae6415050f839c8df406d84ca..756085f7a070af7086d10bf60af59e9f9becba7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Linked Lists
+ *     UCW Library -- Linked Lists
  *
  *     (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_LISTS_H
-#define _SHERLOCK_LISTS_H
+#ifndef _UCW_LISTS_H
+#define _UCW_LISTS_H
 
 /*
  * I admit the list structure is very tricky and also somewhat awkward,
@@ -53,7 +53,7 @@ void add_tail_list(list *, list *);
 void init_list(list *);
 void insert_node(node *, node *);
 
-#if !defined(_SHERLOCK_LISTS_C) && defined(__GNUC__)
+#if !defined(_UCW_LISTS_C) && defined(__GNUC__)
 #define LIST_INLINE extern inline
 #include "lib/lists.c"
 #undef LIST_INLINE
index bc7f317ea15f86aac9672b1bfa6714f1dd470404..aa616515b21ad0d418a1d66de3015b5b104d346e 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_LIZARD_H
-#define _SHERLOCK_LIZARD_H
+#ifndef _UCW_LIZARD_H
+#define _UCW_LIZARD_H
 
 #define        LIZARD_NEEDS_CHARS      8
   /* The compression routine needs input buffer 8 characters longer, because it
index 5916acb5bf648d50575359b209a7a40c31fd5b20..ca144d6eda50cda4f33b1ad573f8be17932104b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Keeping of Log Files
+ *     UCW Library -- Keeping of Log Files
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
index 498dba66075c34add409cff54bd92b25eea09cc6..92066d3e3100f30b52d18d99509d56618123f4ec 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Logging
+ *     UCW Library -- Logging
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
index 08b27bcf8dc95aedfe70f17a1bdc45c3c8b045dc..8fedaf6be67880d666305017a3941b79262f758e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Binary Logarithm
+ *     UCW Library -- Binary Logarithm
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index 4f3766d063675a8f464180bbe1b0809da7987527..9ab717ec5a4b02a31f4e032c5692d9af36ab3b85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Main Loop
+ *     UCW Library -- Main Loop
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
index ffbf4e4d299096fa04889bf05ec1dcc21276cdfd..24e2377e8f37205697508bda74c4568f2ed2d72c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Main Loop
+ *     UCW Library -- Main Loop
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
index 3c55e987be13dde14701b32fa85b24c8695672de..d79c7bec96ea00765c393340e528e4848547ae65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Stub for including math.h, avoiding name collisions
+ *     UCW Library -- Stub for including math.h, avoiding name collisions
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
index af284fa1d02926b7f5d24855ba7041d0a7cc58a4..b9eda391f53833527baa7332e060e1f5ad7ad991 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- MD5 Binary <-> Hex Conversions
+ *     UCW Library -- MD5 Binary <-> Hex Conversions
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index 065597d63e0596a837eb1d30c5f841eab2c95d98..acee64a87452deae47952d9ce7a56b601ac6460f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Memory Pools (String Operations)
+ *     UCW Library -- Memory Pools (String Operations)
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
index e28512f6895e7a95c78f69a9890743efe7c3b8e7..b0c03eed50ab5a628462f8ce35783d52fc3cb81d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Memory Pools (One-Time Allocation)
+ *     UCW Library -- Memory Pools (One-Time Allocation)
  *
  *     (c) 1997--2001 Martin Mares <mj@ucw.cz>
  *
index 6058c5eefc9549de214660e3df2c7eea22805fb6..8d964e4d30f174e60b94ab538fa40c12f3d0560e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Memory Pools
+ *     UCW Library -- Memory Pools
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_POOLS_H
-#define _SHERLOCK_POOLS_H
+#ifndef _UCW_POOLS_H
+#define _UCW_POOLS_H
 
 #ifndef POOL_ALIGN
 #define POOL_ALIGN CPU_STRUCT_ALIGN
index 1393a6b1cdf380ab4ee463e05ddee4650147e11c..aa63622259d50034fce4b774dc600c92dcf1828b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Mapping of Files
+ *     UCW Library -- Mapping of Files
  *
  *     (c) 1999--2002 Martin Mares <mj@ucw.cz>
  *
index a9368df9e4172913dac58745b8cbabeb0aae1fb8..ef4bf5af5740c5d710e6ac58da5cc82a07dcec70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- File Page Cache
+ *     UCW Library -- File Page Cache
  *
  *     (c) 1999--2002 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_PAGECACHE_H
-#define _SHERLOCK_PAGECACHE_H
+#ifndef _UCW_PAGECACHE_H
+#define _UCW_PAGECACHE_H
 
 #include "lib/lists.h"
 
index d3892ff58ffd56816fd4a1ca40d17060e939306d..c0c2a960174b93c079e6f6b9b900f424925f9f87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Mapping of File Parts
+ *     UCW Library -- Mapping of File Parts
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *     (c) 2003 Robert Spalek <robert@ucw.cz>
index b848f54b2d97cf608ffbf724c1cb92586cd1fa62..a0e29af90aed6761c305c291c41dc020b4057218 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Shell-Like Case-Insensitive Pattern Matching (currently only '?' and '*')
+ *     UCW Library -- Shell-Like Case-Insensitive Pattern Matching (currently only '?' and '*')
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index f03a2deb5d357e3752121221dbe2c4756d084665..bfd8aa50e7dc3e1ab712ab3efa7c4cc00bd08715 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*')
+ *     UCW Library -- Shell-Like Pattern Matching (currently only '?' and '*')
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index 177126199515d69a8f960c2dc5e72776ab0a8c5f..817c92daccd56b061fb3f894eb14e4f4c6bdafab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Generic Shell-Like Pattern Matching (currently only '?' and '*')
+ *     UCW Library -- Generic Shell-Like Pattern Matching (currently only '?' and '*')
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index 5c675d172229551826cdb0c8399f7dcfd28848a9..46d10ca328cf0f101867c9cf64fa0191b7431431 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Prefetch
+ *     UCW Library -- Prefetch
  *
  *     (c) 1997--2003 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_PREFETCH_H
-#define _SHERLOCK_PREFETCH_H
+#ifndef _UCW_PREFETCH_H
+#define _UCW_PREFETCH_H
 
 #if defined(__athlon) || defined(__i686)
 
index 9be4c411c05ece16c9c1c550d89812498c4e371c..eec6f5d3db0dd34881ce772a1560635c8f7619cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Prime Number Tests
+ *     UCW Library -- Prime Number Tests
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index 111ab4b985400c79ae4fb62d07d5643c8431af63..ec65012fbeebb36706cbc385d7d6e491f5493d38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Setting of Process Title
+ *     UCW Library -- Setting of Process Title
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
  *
index af84b3ea303f94647fd62a66e31cb8fa97227d47..feed51f5567a728636ae51ac013e2b584df75c6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Poor Man's Profiler
+ *     UCW Library -- Poor Man's Profiler
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
  *
index 3fe2b975253cdb616a774ffd40849c1dfb97e56c..c3c29df1faf6a7e2377813fd93b43a62c86b5da1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Poor Man's Profiler
+ *     UCW Library -- Poor Man's Profiler
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
  *
index e4ffecdca90d87b8693142a6e8dab9c0b4002406..7f88489d7cd00cf1c0d1721c6cfa38d2ce601244 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Unbiased Range Correction for random()
+ *     UCW Library -- Unbiased Range Correction for random()
  *
  *     (c) 1998 Martin Mares <mj@ucw.cz>
  *
index c98b13ab841cd51c08be9482066ce4004204e62f..a799a1b0dbe7009659f229fe43a6c7084d263c9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Cryptographically Safe Random Key Generator
+ *     UCW Library -- Cryptographically Safe Random Key Generator
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index c432887015be839f2a8513f09c27a32fc92527e3..6d6b0baf2304b933602f33db7e24cd2ff7a6b033 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Memory Re-allocation
+ *     UCW Library -- Memory Re-allocation
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index f952333e7e061aabd30dd5013394d32b86017cd1..e1054fb35ef5321eea24cefde14566be60d3fb39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Interface to Regular Expression Libraries
+ *     UCW Library -- Interface to Regular Expression Libraries
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
index d688a7759d1cfdf3cbe57d9f57c919b5f063b7f6..8d73e1223c62741b9bba14d4fa866f43369bfae1 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for the Sherlock Regex Library (c) 2004 Martin Mares <mj@ucw.cz>
+# Makefile for the UCW Regex Library (c) 2004 Martin Mares <mj@ucw.cz>
 
 DIRS+=lib/regex
 
index eb0a45dd9f0cef8013784b1cfd849fb410e76de4..723d2d8f39cc87016d8ea01c13f46246cdf2c359 100644 (file)
@@ -3,8 +3,8 @@
  *  (renamed to sh_* to avoid clashes with the system libraries)
  */
 
-#ifndef _SHERLOCK_REGEX_H
-#define _SHERLOCK_REGEX_H
+#ifndef _UCW_REGEX_H
+#define _UCW_REGEX_H
 
 #define regfree sh_regfree
 #define regexec sh_regexec
index 4035c501768d822e3f6e2ea1ff5b56b5849709dc..c7fe85c47502e57404469c1b728c8ee12c78123e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Running of Commands
+ *     UCW Library -- Running of Commands
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
index e00ca8f4f595f8ad944ccbdd8150a88580cb7354..6257fd514d6a61d62e6e83c987cf1811b0f9e197 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Shell Interface to Configuration Files
+ *     UCW Library -- Shell Interface to Configuration Files
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index 6ecb8766720b15770fdd29cb4d3c6406d0c566ec..def241f37a564c90e42149d4d8c93dd8e3565ade 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Utilities -- A Simple Logger for use in shell scripts
+ *     UCW Library Utilities -- A Simple Logger for use in shell scripts
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
  *
index bda973e5d7887e8013b8885ea105ac33ba330295..f53f205735c930384e35bc3a651f4bf46cca0a52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Sorter
+ *     UCW Library -- Universal Sorter
  *
  *     (c) 2001--2002 Martin Mares <mj@ucw.cz>
  *
index d8d9dc6d87b1353ebdceed76ee8bb7ddb31756c1..c33103dda48a4696807a76318968d8489f5aa2ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Sorter
+ *     UCW Library -- Universal Sorter
  *
  *     (c) 2001--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
index 9987f09fd6fd222015e2f326a1f1f137ce83ba6a..2857d8e4e094be4ea46503979e1361a99cb2f6ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Character Classes
+ *     UCW Library -- Character Classes
  *
  *     (c) 1998--2004 Martin Mares <mj@ucw.cz>
  *
index 6d2321b6cf49ae1d1e5f832e6933213d3c44293e..f548a1167e84fe86f11fed26bb57429b77ec7fe3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Lowercase Map
+ *     UCW Library -- Lowercase Map
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
index 062b60d161f7a7cecda99d267ed734493ebae9b2..e527956e41b36bcbae26bc5fb6059d2189e2a1b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Uppercase Map
+ *     UCW Library -- Uppercase Map
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *
index 76bd590129bf50d07618d583291d8b99a727316b..8877e31072dc4582840703349a961bf0e6707ff0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Syncing Directories
+ *     UCW Library -- Syncing Directories
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  */
index 42cc9ebc366ff59b00c6fd1ad67b172e0710a95a..c8a0d4745d04a44c216905c0ca737b239a73e4ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Execution Timing
+ *     UCW Library -- Execution Timing
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
index 029452d32a0ed0a276f134565b4e58b940229fd8..6da60d4ddad3112200274b36d271403c2486caf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Fast Access to Unaligned Data
+ *     UCW Library -- Fast Access to Unaligned Data
  *
  *     (c) 1997--2003 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_UNALIGNED_H
-#define _SHERLOCK_UNALIGNED_H
+#ifndef _UCW_UNALIGNED_H
+#define _UCW_UNALIGNED_H
 
 #ifdef CPU_ALLOW_UNALIGNED
 #define GET_U16(p) (*((u16 *)(p)))
index 3a758589455c16918d8ed5e475fdd0a0862f43d3..5f7b8186e55c62d19f88bb2179599ae497fa9e98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- UTF-8 Functions
+ *     UCW Library -- UTF-8 Functions
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2003 Robert Spalek <robert@ucw.cz>
index 40e8ae09a032942c5b6f04a4fb1f10b0bbf5fa65..4fd9575ffde70db8350a6de93d1876428f676f06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Unicode Characters
+ *     UCW Library -- Unicode Characters
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
index 0f574d1b7e2895d8512a3a1e1f339d8d6342885d..f805e32ff23f0f994dda2f7710a0e4b27807e824 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- URL Functions
+ *     UCW Library -- URL Functions
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
index 45bc867e61d5e9ef494f62d0c2b002aa4a178730..30fc8fd7fa906464f5ac8ba064b9aa181e915adc 100644 (file)
--- a/lib/url.h
+++ b/lib/url.h
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- URL Functions
+ *     UCW Library -- URL Functions
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
@@ -8,8 +8,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_URL_H
-#define _SHERLOCK_URL_H
+#ifndef _UCW_URL_H
+#define _UCW_URL_H
 
 #define MAX_URL_SIZE 1024
 
index 1a488f2e68d305e88424626eba549c753788ab61..d13f21087792fe8774a56be483dafdc678635924 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Word Splitting
+ *     UCW Library -- Word Splitting
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>