Check-in Number:
|
2247 | |
Date: |
2002-Jul-05 19:30:23 (local)
2002-Jul-05 17:30:23 (UTC) |
User: | rse |
Branch: | |
Comment: |
update |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/cfg/00TODO 1.2 -> 1.3
--- 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: <line 7, column 1: `1b;
<}> quu'>
-
-cfg_test in free(): warning: modified (chunk-) pointer
-
- cfg_t
-- cfg_node_destroy() for whole tree
rewrite-uri <regex> <subst> { <rewrite-cond> }
-
rewrite-uri ^/(.*) /path/$1 --redirect=permanent "{
%{SOURCE} != "x"
}";
|
|
ossp-pkg/cfg/Makefile 1.5 -> 1.6
--- 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
|
|