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