Index: ossp-pkg/cfg/00TODO RCS File: /v/ossp/cvs/ossp-pkg/cfg/Attic/00TODO,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/cfg/Attic/00TODO,v' 2>/dev/null --- 00TODO 2002/07/05 14:33:10 1.2 +++ 00TODO 2002/07/05 17:30:23 1.3 @@ -1,16 +1,16 @@ + +- autoconf environment +- syntax verification +- command line query tool + - newline in error message $ ./cfg_test sample2.cfg ERROR: quu'> - -cfg_test in free(): warning: modified (chunk-) pointer - - cfg_t -- cfg_node_destroy() for whole tree rewrite-uri { } - rewrite-uri ^/(.*) /path/$1 --redirect=permanent "{ %{SOURCE} != "x" }"; Index: ossp-pkg/cfg/Makefile RCS File: /v/ossp/cvs/ossp-pkg/cfg/Attic/Makefile,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/cfg/Attic/Makefile,v' 2>/dev/null --- Makefile 2002/07/05 15:32:42 1.5 +++ Makefile 2002/07/05 17:30:23 1.6 @@ -51,4 +51,5 @@ check: test test: $(TST) ./$(TST) sample.cfg + ./$(TST) sample2.cfg