]> mj.ucw.cz Git - libucw.git/commit
More moves of string functions out of lib/lib.h.
authorMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 18:35:24 +0000 (20:35 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 18:35:24 +0000 (20:35 +0200)
commit0269e03b981fd0c3c29b5c78e0a2450ef66d2abe
treed17ffc9290cc121712d8a2cf16344bdbc2853ed2
parentf61e8dff4e912067f688104581810b9a3c1b0006
More moves of string functions out of lib/lib.h.

match_pattern* has been renamed to str_match_pattern*,
(word|sep)split has been renamed to str_(word|sep)split,
all of them have been moved to lib/string.h.

md5_to_hex() and hex_to_md5() have been moved to lib/string.h,
but MD5_SIZE and MD5_HEX_SIZE to lib/md5.h. The conversion
functions will be replaced by a generic hexdumper soon.
lib/Makefile
lib/lib.h
lib/md5.h
lib/md5hex.c
lib/patimatch.c
lib/patmatch.c
lib/patmatch.h
lib/sorter/sort-test.c
lib/string.h
lib/wordsplit.c