]> mj.ucw.cz Git - libucw.git/commit
Introduced new header "lib/string.h".
authorMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 17:36:50 +0000 (19:36 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 17:36:50 +0000 (19:36 +0200)
commit9b41669f0b121c854aa3ad65d2ab99b87ed1cf62
treeda65438a8f60733c116f47ad4c3572c9b0d8ef27
parentfa4c8a3f9d2b3504c8843f094cb6f4fa5ef17cbc
Introduced new header "lib/string.h".

Started moving string functions from lib.h there. The first ones
are those from string.c.

Also split off the unescaping functions to str-esc.c.
lib/Makefile
lib/conf-input.c
lib/lib.h
lib/shell/config.c
lib/str-esc.c [new file with mode: 0644]
lib/string.c
lib/string.h [new file with mode: 0644]