PyukiWiki CVS Commit
pyuki****@lists*****
2012年 1月 11日 (水) 14:22:34 JST
Index: PyukiWiki-Devel-UTF8/build/Jcode-convert.pl diff -u PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.213 PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.214 --- PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/Jcode-convert.pl Wed Jan 11 14:22:34 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: Jcode-convert.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: Jcode-convert.pl,v 1.214 2012/01/11 05:22:34 papu Exp $ use Jcode; Index: PyukiWiki-Devel-UTF8/build/build.mk diff -u PyukiWiki-Devel-UTF8/build/build.mk:1.213 PyukiWiki-Devel-UTF8/build/build.mk:1.214 --- PyukiWiki-Devel-UTF8/build/build.mk:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/build.mk Wed Jan 11 14:22:34 2012 @@ -1,5 +1,5 @@ # release file makefile for pyukiwiki -# $Id: build.mk,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: build.mk,v 1.214 2012/01/11 05:22:34 papu Exp $ all: @echo "PyukiWIki ${VERSION} Release Builder" Index: PyukiWiki-Devel-UTF8/build/build.pl diff -u PyukiWiki-Devel-UTF8/build/build.pl:1.213 PyukiWiki-Devel-UTF8/build/build.pl:1.214 --- PyukiWiki-Devel-UTF8/build/build.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/build.pl Wed Jan 11 14:22:34 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: build.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: build.pl,v 1.214 2012/01/11 05:22:34 papu Exp $ $DIR=$ARGV[0]; $TYPE=$ARGV[1]; Index: PyukiWiki-Devel-UTF8/build/compactmagic.pl diff -u PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.213 PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.214 --- PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/compactmagic.pl Wed Jan 11 14:22:34 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: compactmagic.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: compactmagic.pl,v 1.214 2012/01/11 05:22:34 papu Exp $ $header="#----------------------------------------------------------------------\n"; print $header; Index: PyukiWiki-Devel-UTF8/build/compressfile.pl diff -u PyukiWiki-Devel-UTF8/build/compressfile.pl:1.213 PyukiWiki-Devel-UTF8/build/compressfile.pl:1.214 --- PyukiWiki-Devel-UTF8/build/compressfile.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/compressfile.pl Wed Jan 11 14:22:34 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # yuicompressor script -# $Id: compressfile.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: compressfile.pl,v 1.214 2012/01/11 05:22:34 papu Exp $ $mode=$ARGV[0]; $output=$ARGV[1]; Index: PyukiWiki-Devel-UTF8/build/getversion.pl diff -u PyukiWiki-Devel-UTF8/build/getversion.pl:1.213 PyukiWiki-Devel-UTF8/build/getversion.pl:1.214 --- PyukiWiki-Devel-UTF8/build/getversion.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/getversion.pl Wed Jan 11 14:22:34 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: getversion.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: getversion.pl,v 1.214 2012/01/11 05:22:34 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.213 PyukiWiki-Devel-UTF8/build/lang.pl:1.214 --- PyukiWiki-Devel-UTF8/build/lang.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/lang.pl Wed Jan 11 14:22:34 2012 @@ -1,5 +1,5 @@ # release file perl script for pyukiwiki -# $Id: lang.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: lang.pl,v 1.214 2012/01/11 05:22:34 papu Exp $ $lang=$ARGV[0]; $src=$ARGV[1]; Index: PyukiWiki-Devel-UTF8/build/makesampleini.pl diff -u PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.213 PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.214 --- PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/makesampleini.pl Wed Jan 11 14:22:34 2012 @@ -1,6 +1,6 @@ #!/usr/bin/perl # release file perl script for pyukiwiki -# $Id: makesampleini.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: makesampleini.pl,v 1.214 2012/01/11 05:22:34 papu Exp $ @CHANGES=( '\$::useExPlugin = 1; $::useExPlugin = 0;', Index: PyukiWiki-Devel-UTF8/build/text.pl diff -u PyukiWiki-Devel-UTF8/build/text.pl:1.213 PyukiWiki-Devel-UTF8/build/text.pl:1.214 --- PyukiWiki-Devel-UTF8/build/text.pl:1.213 Wed Jan 11 14:03:14 2012 +++ PyukiWiki-Devel-UTF8/build/text.pl Wed Jan 11 14:22:34 2012 @@ -1,5 +1,5 @@ # release file perl script for pyukiwiki -# $Id: text.pl,v 1.213 2012/01/11 05:03:14 papu Exp $ +# $Id: text.pl,v 1.214 2012/01/11 05:22:34 papu Exp $ use Jcode;