OSDN Git Service

* updated to branch_0.12.0 (new trunk)
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Mon, 12 May 2008 10:34:22 +0000 (10:34 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Mon, 12 May 2008 10:34:22 +0000 (10:34 +0000)
commit3f2a080fb192bebb20e6febbf2d1435bb9026b5c
tree973a8857a52d29b0318b04916573e75e03098c87
parentc86a609f5cf93f41f30938762e6a2b5cfd92def5
  * updated to branch_0.12.0 (new trunk)

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@2642 1a406e8e-add9-4483-a2c8-d8cac5b7c224
67 files changed:
ChangeLog
buildconf.sh
configure
configure.ac
debian/changelog
debian/rules
doc/modchxj.sdoc
etc/device_data.xml
include/chxj_apache.h
include/chxj_chtml40.h [new file with mode: 0644]
include/chxj_chtml50.h [new file with mode: 0644]
include/chxj_cookie.h
include/chxj_hdml.h
include/chxj_img_conv_format.h
include/chxj_jhtml.h
include/chxj_jxhtml.h [new file with mode: 0644]
include/qs_parse_string.h
install-sh
src/Makefile.am
src/Makefile.in
src/chxj_apply_convrule.c
src/chxj_chtml10.c
src/chxj_chtml20.c
src/chxj_chtml30.c
src/chxj_chtml40.c [new file with mode: 0644]
src/chxj_chtml50.c [new file with mode: 0644]
src/chxj_cookie.c
src/chxj_encoding.c
src/chxj_hdml.c
src/chxj_img_conv_format.c
src/chxj_jhtml.c
src/chxj_jxhtml.c [new file with mode: 0644]
src/chxj_node_convert.c
src/chxj_specified_device.c
src/chxj_str_util.c
src/chxj_tag_util.c
src/chxj_xhtml_mobile_1_0.c
src/mod_chxj.c
src/qs_log.c
src/qs_parse_string.c
src/qs_parse_tag.c
test/chxj_chtml10/test_chxj_chtml10.c
test/chxj_chtml20/test_chxj_chtml20.c
test/chxj_chtml30/test_chxj_chtml30.c
test/chxj_chtml40/Makefile [new file with mode: 0644]
test/chxj_chtml40/test_chxj_chtml40.c [new file with mode: 0644]
test/chxj_chtml50/Makefile [new file with mode: 0644]
test/chxj_chtml50/test_chxj_chtml50.c [new file with mode: 0644]
test/chxj_encoding/Makefile [new file with mode: 0644]
test/chxj_encoding/test_chxj_encoding.c [new file with mode: 0644]
test/chxj_hdml/test_chxj_hdml.c
test/chxj_jhtml/test_chxj_jhtml.c
test/chxj_jxhtml/Makefile [new file with mode: 0644]
test/chxj_jxhtml/test_chxj_jxhtml.c [new file with mode: 0644]
test/chxj_str_util/Makefile [new file with mode: 0644]
test/chxj_str_util/test_chxj_str_util.c [new file with mode: 0644]
test/chxj_tag_util/Makefile [new file with mode: 0644]
test/chxj_tag_util/test_chxj_tag_util.c [new file with mode: 0644]
test/chxj_url_encode/Makefile [new file with mode: 0644]
test/chxj_url_encode/test_chxj_url_encode.c [new file with mode: 0644]
test/chxj_xhtml_mobile_1_0/test_chxj_xhtml_mobile_1_0.c
test/qs_ignore_sp/Makefile [new file with mode: 0644]
test/qs_ignore_sp/test_qs_ignore_sp.c [new file with mode: 0644]
test/qs_parse_attr/Makefile [new file with mode: 0644]
test/qs_parse_attr/test_qs_parse_attr.c [new file with mode: 0644]
test/qs_parse_tag/Makefile [new file with mode: 0644]
test/qs_parse_tag/test_qs_parse_tag.c [new file with mode: 0644]