PyukiWiki CVS Commit
pyuki****@lists*****
2012年 1月 1日 (日) 00:27:14 JST
Index: PyukiWiki-Devel-UTF8/build/Jcode-convert.pl diff -u PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.169 PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.170 --- PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/Jcode-convert.pl Sun Jan 1 00:27:14 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: Jcode-convert.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: Jcode-convert.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ use Jcode; Index: PyukiWiki-Devel-UTF8/build/build.mk diff -u PyukiWiki-Devel-UTF8/build/build.mk:1.169 PyukiWiki-Devel-UTF8/build/build.mk:1.170 --- PyukiWiki-Devel-UTF8/build/build.mk:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/build.mk Sun Jan 1 00:27:14 2012 @@ -1,5 +1,5 @@ # release file makefile for pyukiwiki -# $Id: build.mk,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: build.mk,v 1.170 2011/12/31 15:27:14 papu Exp $ all: @echo "PyukiWIki ${VERSION} Release Builder" Index: PyukiWiki-Devel-UTF8/build/build.pl diff -u PyukiWiki-Devel-UTF8/build/build.pl:1.169 PyukiWiki-Devel-UTF8/build/build.pl:1.170 --- PyukiWiki-Devel-UTF8/build/build.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/build.pl Sun Jan 1 00:27:14 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: build.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: build.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ $DIR=$ARGV[0]; $TYPE=$ARGV[1]; Index: PyukiWiki-Devel-UTF8/build/compactmagic.pl diff -u PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.169 PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.170 --- PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/compactmagic.pl Sun Jan 1 00:27:14 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: compactmagic.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: compactmagic.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ $header="#----------------------------------------------------------------------\n"; print $header; Index: PyukiWiki-Devel-UTF8/build/compressfile.pl diff -u PyukiWiki-Devel-UTF8/build/compressfile.pl:1.169 PyukiWiki-Devel-UTF8/build/compressfile.pl:1.170 --- PyukiWiki-Devel-UTF8/build/compressfile.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/compressfile.pl Sun Jan 1 00:27:14 2012 @@ -1,5 +1,5 @@ # yuicompressor scriopt -# $Id: compressfile.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: compressfile.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ #!/usr/bin/perl Index: PyukiWiki-Devel-UTF8/build/getversion.pl diff -u PyukiWiki-Devel-UTF8/build/getversion.pl:1.169 PyukiWiki-Devel-UTF8/build/getversion.pl:1.170 --- PyukiWiki-Devel-UTF8/build/getversion.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/getversion.pl Sun Jan 1 00:27:14 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: getversion.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: getversion.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ open(R,"lib/wiki.cgi"); foreach(<R>) { Index: PyukiWiki-Devel-UTF8/build/lang.pl diff -u PyukiWiki-Devel-UTF8/build/lang.pl:1.169 PyukiWiki-Devel-UTF8/build/lang.pl:1.170 --- PyukiWiki-Devel-UTF8/build/lang.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/lang.pl Sun Jan 1 00:27:14 2012 @@ -1,5 +1,5 @@ # release file perl script for pyukiwiki -# $Id: lang.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: lang.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ $lang=$ARGV[0]; $src=$ARGV[1]; Index: PyukiWiki-Devel-UTF8/build/makesampleini.pl diff -u PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.169 PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.170 --- PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/makesampleini.pl Sun Jan 1 00:27:14 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: makesampleini.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: makesampleini.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ @CHANGES=( '\$::useExPlugin = 1; $::useExPlugin = 0;', Index: PyukiWiki-Devel-UTF8/build/text.pl diff -u PyukiWiki-Devel-UTF8/build/text.pl:1.169 PyukiWiki-Devel-UTF8/build/text.pl:1.170 --- PyukiWiki-Devel-UTF8/build/text.pl:1.169 Sat Dec 31 22:06:13 2011 +++ PyukiWiki-Devel-UTF8/build/text.pl Sun Jan 1 00:27:14 2012 @@ -1,5 +1,5 @@ # release file perl script for pyukiwiki -# $Id: text.pl,v 1.169 2011/12/31 13:06:13 papu Exp $ +# $Id: text.pl,v 1.170 2011/12/31 15:27:14 papu Exp $ use Jcode;