YAMASHINA Hio
hio****@users*****
2006年 2月 5日 (日) 18:10:05 JST
Index: docs/perl/5.8.8/perl588delta.pod diff -u /dev/null docs/perl/5.8.8/perl588delta.pod:1.1 --- /dev/null Sun Feb 5 18:10:05 2006 +++ docs/perl/5.8.8/perl588delta.pod Sun Feb 5 18:10:05 2006 @@ -0,0 +1,2405 @@ +=head1 NAME +名前 + +perldelta - what is new for perl v5.8.8 + +perldelta - perl v5.8.8 の新機能 + +=head1 DESCRIPTION +説明 + +This document describes differences between the 5.8.7 release and +the 5.8.8 release. + +このドキュメントでは 5.8.7 リリースと 5.8.8 リリースとでの相異点を +説明します. + +=head1 Incompatible Changes +非互換となる修正 + +There are no changes intentionally incompatible with 5.8.7. If any exist, +they are bugs and reports are welcome. + +5.8.7 と意図的な非互換はありません. もしなにか非互換と思われる事項が +ありましたら, それらはバグでしょう. ぜひ報告をお願いします. + +=head1 Core Enhancements +コアの機能拡張 + +=over + +=item * + +C<chdir>, C<chmod> and C<chown> can now work on filehandles as well as +filenames, if the system supports respectively C<fchdir>, C<fchmod> and +C<fchown>, thanks to a patch provided by Gisle Aas. + +Gisle Aas の提供したパッチのおかげで, +C<chdir>, C<chmod> 及び C<chown> は, システムがそれぞれ C<fchdir>, +C<fchmod> 及び C<fchown> をサポートしていれば, ファイル名でと同じように +ファイルハンドルに対しても動作します. + +=back + +=head1 Modules and Pragmata +モジュールとプラグマ + +=over + +=item * + +C<Attribute::Handlers> upgraded to version 0.78_02 + +C<Attribute::Handlers> はバージョン 0.78_02 にアップグレードされました. + +=over + +=item * + +Documentation typo fix + +ドキュメントの誤字修正. + +=back + +=item * + +C<attrs> upgraded to version 1.02 + +C<attrs> はバージョン 1.02 にアップグレードされました. + +=over + +=item * + +Internal cleanup only + +内部的なクリーンアップだけです. + +=back + +=item * + +C<autouse> upgraded to version 1.05 + +C<autouse> はバージョン 1.05 にアップグレードされました. + +=over + +=item * + +Simplified implementation + +実装の単純化. + +=back + +=item * + +C<B> upgraded to version 1.09_01 + +C<B> はバージョン 1.09_01 にアップグレードされました. + +=over + +=item * + +The inheritance hierarchy of the C<B::> modules has been corrected; +C<B::NV> now inherits from C<B::SV> (instead of C<B::IV>). + +C<B::> モジュールの継承階層が訂正されました; C<B::NV> は C<B::SV> +から派生します(以前は C<B::IV> でした). + +=back + +=item * + +C<blib> upgraded to version 1.03 + +C<blib> はバージョン 1.03 にアップグレードされました. + +=over + +=item * + +Documentation typo fix + +ドキュメントの誤字修正. + +=back + +=item * + +C<ByteLoader> upgraded to version 0.06 + +C<ByteLoader> はバージョン 0.06 にアップグレードされました. + +=over + +=item * + +Internal cleanup + +内部的なクリーンアップ. + +=back + +=item * + +C<CGI> upgraded to version 3.15 + +C<CGI> はバージョン 3.15 にアップグレードされました. + +=over + +=item * + +Extraneous "?" from C<self_url()> removed + +C<self_url()> から外側の "?" が取り除かれました. + +=item * + +C<scrolling_list()> select attribute fixed + +C<scrolling_list()> の select の属性は修正されました. + +=item * + +C<virtual_port> now works properly with the https protocol + +https プロトコルでも C<virtual_port> が正しく機能する +ようになりました. + +=item * + +C<upload_hook()> and C<append()> now works in function-oriented mode + +関数指向モードでも C<upload_hook()> と C<append()> が機能する様に +なりました. + +=item * + +C<POST_MAX> doesn't cause the client to hang any more + +C<POST_MAX> がクライアントをそれ以上にハングさせない様になりました. + +=item * + +Automatic tab indexes are now disabled and new C<-tabindex> pragma has +been added to turn automatic indexes back on + +自動的なタブインデックスは無効になりました, そして新しい C<-tabindex> +プラグマが加えられ, これによって自動インデックスを再び有効にすることが +できます. + +=item * + +C<end_form()> は空の(そして有効でない) C<< <div> >> を発行しなくなりました. + +=item * + +C<CGI::Carp> works better in certain mod_perl configurations + +C<CGI::Carp> はいくつかの mod_perl 設定でもよりよく動作するように +なりました. + +=item * + +Setting C<$CGI::TMPDIRECTORY> is now effective + +C<$CGI::TMPDIRECTORY> の指定がより効果的になりました. + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<charnames> upgraded to version 1.05 + +C<charnames> はバージョン 1.05 にアップグレードされました. + +=over + +=item * + +C<viacode()> now accept hex strings and has been optimized. + +C<viacode()> は16進文字列を受け付けるようになり, より最適化 +されました. + +=back + +=item * + +C<CPAN> upgraded to version 1.76_02 + +C<CPAN> はバージョン 1.76_02 にアップグレードされました. + +=over + +=item * + +1 minor bug fix for Win32 +C<< ja; +Win32 での小さなバグを1つ修正. +>> + +=back + +=item * + +C<Cwd> upgraded to version 3.12 + +C<Cwd> はバージョン 3.12 にアップグレードされました. + +=over + +=item * + +C<canonpath()> on Win32 now collapses F<foo\..> sections correctly. + +Win32 において C<canonpath()> が F<foo\..> の部分をちゃんと +壊すようになりました. + +=item * + +Improved behaviour on Symbian OS. + +Symbian OS での振る舞いの改善. + +=item * + +Enhanced documentation and typo fixes + +ドキュメンテーションの強化と誤字修正. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Data::Dumper> upgraded to version 2.121_08 + +C<Dumper::Dumper> はバージョン 2.121_08 にアップグレードされました. + +=over + +=item * + +A problem where C<Data::Dumper> would sometimes update the iterator state +of hashes has been fixed + +C<Data::Dumper> がときどきハッシュのイテレーション状態を更新してしまう +問題は修正されました. + +=item * + +Numeric labels now work + +数値ラベルが動作する様になりました. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<DB> upgraded to version 1.01 + +C<DB> はバージョン 1.01 にアップグレードされました. + +=over + +=item * + +A problem where the state of the regexp engine would sometimes get clobbered when running +under the debugger has been fixed. + +デバッガで動かしたときに正規表現エンジンの状態がときどき破壊される問題が +修正されました. + +=back + +=item * + +C<DB_File> upgraded to version 1.814 + +C<DB_File> はバージョン 1.814 にアップグレードされました. + +=over + +=item * + +Adds support for Berkeley DB 4.4. + +Berkeley DB 4.4 のサポートが追加されました. + +=back + +=item * + +C<Devel::DProf> upgraded to version 20050603.00 + +C<Devel::DProf> はバージョン 20050603.00 にアップグレードされました. + +=over + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Devel::Peek> upgraded to version 1.03 + +C<Devel::Peek> はバージョン 1.03 にアップグレードされました. + +=over + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Devel::PPPort> upgraded to version 3.06_01 + +C<Devel::PPPort> はバージョン 3.06_01 にアップグレードされました. + +=over + +=item * + +C<--compat-version> argument checking has been improved + +C<--compat-version> 引数のチェックが改善されました. + +=item * + +Files passed on the command line are filtered by default + +コマンドラインから渡されたファイルはデフォルトでフィルタされるように +なりました. + +=item * + +C<--nofilter> option to override the filtering has been added + +フィルタリングを上書きする C<--nofilter> オプションが追加されました. + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<diagnostics> upgraded to version 1.15 + +C<diagnostics> はバージョン 1.15 にアップグレードされました. + +=over + +=item * + +Documentation typo fix + +ドキュメントの誤字修正. + +=back + +=item * + +C<Digest> upgraded to version 1.14 + +C<Digest> はバージョン 1.14 にアップグレードされました. + +=over + +=item * + +The constructor now knows which module implements SHA-224 + +コンストラクタが SHA-224 を実装しているモジュールを +知るようになりました. + +=item * + +Documentation tweaks and typo fixes + +ドキュメントの調整と誤字修正. + +=back + +=item * + +C<Digest::MD5> upgraded to version 2.36 + +C<Digest::MD5> はバージョン 2.36 にアップグレードされました. + +=over + +=item * + +C<XSLoader> is now used for faster loading + +ロードの高速化のために C<XSLoader> を使うようになりました. + +=item * + +Enhanced documentation including MD5 weaknesses discovered lately + +最近発見された MD5 の弱点をドキュメントに加筆. + +=back + +=item * + +C<Dumpvalue> upgraded to version 1.12 + +C<Dumpvalue> はバージョン 1.12 にアップグレードされました. + +=over + +=item * + +Documentation fix + +ドキュメントの修正. + +=back + +=item * + +C<DynaLoader> upgraded but unfortunately we're not able to increment its version number :-( + +C<DynaLoader> はアップグレードされましたが, 不幸なことにバージョン番号を +あげることができませんでした. + +=over + +=item * + +Implements C<dl_unload_file> on Win32 + +Win32 での C<dl_unload_file> の実装. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=item * + +C<XSLoader> 0.06 incorporated; small optimisation for calling +C<bootstrap_inherit()> and documentation enhancements. + +C<XSLoader> 0.06 は合併されました. C<bootstrap_inherit()> の +呼び出しの小さな最適化とドキュメンテーションの強化が行われました. + +=back + +=item * + +C<Encode> upgraded to version 2.12 + +C<Encode> はバージョン 2.12 にアップグレードされました. + +=over + +=item * + +A coderef is now acceptable for C<CHECK>! + +C<CHECK> にコードリファレンスを受け付けるようになりました! + +=item * + +3 new characters added to the ISO-8859-7 encoding + +ISO-8859-7 エンコーディングに新しく3文字が追加されました. + +=item * + +New encoding C<MIME-Header-ISO_2022_JP> added + +新しいエンコーディング C<MIME-Header-ISO_2022_JP> が +追加されました. + +=item * + +Problem with partial characters and C<< encoding(utf-8-strict) >> fixed. + +部分文字と C<encoding(utf-8-strict)> に関する問題が修正されました. + +=item * + +Documentation enhancements and typo fixes + +ドキュメンテーションの強化と誤字修正. + +=back + +=item * + +C<English> upgraded to version 1.02 + +C<English> はバージョン 1.02 にアップグレードされました. + +=over + +=item * + +the C<< $COMPILING >> variable has been added + +C<$COMPILING> 変数が追加されました. + +=back + +=item * + +C<ExtUtils::Constant> upgraded to version 0.17 + +C<ExtUtils::Constant> はバージョン 0.17 にアップグレードされました. + +=over + +=item * + +Improved compatibility with older versions of perl + +古いバージョンの perl との互換性が改善されました. + +=back + +=item * + +C<ExtUtils::MakeMaker> upgraded to version 6.30 (was 6.17) + +C<ExtUtils::MakeMaker> はバージョン 6.30 にアップグレードされました +(前は 6.17 でした). + +=over + +=item * + +Too much to list here; see L<http://search.cpan.org/src/MSCHWERN/ExtUtils-MakeMaker-6.30/Changes> + +ここに書くにはちょっとおおすぎ; +L<http://search.cpan.org/src/MSCHWERN/ExtUtils-MakeMaker-6.30/Changes> +を参照してください. + +=back + +=item * + +C<File::Basename> upgraded to version 2.74, with changes contributed by Michael Schwern. + +C<File::Basename> は Michael Schwern による寄稿を含むバージョン 2.74 に +アップグレードされました. + +=over + +=item * + +Documentation clarified and errors corrected. + +ドキュメントの明瞭化と間違いの修正. + +=item * + +C<basename> now strips trailing path separators before processing the name. + +C<basename> が名前を処理する前に末尾のパス区切り文字を取り除くように +なりました. + +=item * + +C<basename> now returns C</> for parameter C</>, to make C<basename> +consistent with the shell utility of the same name. + +C<basename> は同じ名前のシェルユーティリティと一致するように, +パラメータ C</> に対して C</> を返すようになりました. + +=item * + +The suffix is no longer stripped if it is identical to the remaining characters +in the name, again for consistency with the shell utility. + +サフィックスは残りの文字が同一であっても取り除かれなくなりました. +シェルユーティリティと一致させるためにはもう1処理行ってください. + +=item * + +Some internal code cleanup. + +いくつかの内部コードのクリーンアップ. + +=back + +=item * + +C<File::Copy> upgraded to version 2.09 + +C<File::Copy> はバージョン 2.09 にアップグレードされました. + +=over + +=item * + +Copying a file onto itself used to fail. + +自分自身へのコピーは失敗します. + +=item * + +Moving a file between file systems now preserves the access and +modification time stamps + +ファイルシステムをまたぐファイルの移動はアクセス及び更新時間を +維持するようになりました. + +=back + +=item * + +C<File::Find> upgraded to version 1.10 + +File::Find はバージョン 1.10 にアップグレードされました. + +=over + +=item * + +Win32 portability fixes + +Win32 での可搬性を修正しました. + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<File::Glob> upgraded to version 1.05 + +File::Glob はバージョン 1.05 にアップグレードされました. + +=over + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<File::Path> upgraded to version 1.08 + +C<File::Path> はバージョン 1.08 にアップグレードされました. + +=over + +=item * + +C<mkpath> now preserves C<errno> when C<mkdir> fails + +C<mkpath> が C<mkdir> の失敗時に C<errno> を残すようになりました. + +=back + +=item * + +C<File::Spec> upgraded to version 3.12 + +C<File::Spec> はバージョン 3.12 にアップグレードされました. + +=over + +=item * + +C<< File::Spec->rootdir() >> now returns C<\> on Win32, instead of C</> + +Win32 において C<< File::Spec->rootdir() >> が C</> ではなく C<\> を +返すようになりました. + +=item * + +C<$^O> could sometimes become tainted. This has been fixed. + +C<$^O> はときどき汚染されています. これは修正されました. + +=item * + +C<canonpath> on Win32 now collapses C<foo/..> (or C<foo\..>) sections +correctly, rather than doing the "misguided" work it was previously doing. +Note that C<canonpath> on Unix still does B<not> collapse these sections, as +doing so would be incorrect. + +Win32 において C<canonpath> が C<foo/..> (もしくは C<foo\..>) の部分を +これまで行っていた"誤った"動作を起こすのではなくちゃんと壊すように +なりました. Unix での C<canonpath> はこれが誤ったものとしても +引き続きこれらの部分を取り壊しB<ません>. + +=item * + +Some documentation improvements + +いくつかのドキュメンテーションの改善. + +=item * + +Some internal code cleanup + +いくつかの内部コードのクリーンアップ. + +=back + +=item * + +C<FileCache> upgraded to version 1.06 + +C<FileCache> はバージョン 1.06 にアップグレードされました. + +=over + +=item * + +POD formatting errors in the documentation fixed + +ドキュメントの POD フォーマットエラーの修正. + +=back + +=item * + +C<Filter::Simple> upgraded to version 0.82 + +C<Filter::Simple> はバージョン 0.82 にアップグレードされました. + +=item * + +C<FindBin> upgraded to version 1.47 + +C<FindBin> はバージョン 1.47 にアップグレードされました. + +=over + +=item * + +Now works better with directories where access rights are more +restrictive than usual. + +普通よりアクセス制限のかかっているディレクトリでも +よりよく動作するようになりました. + +=back + +=item * + +C<GDBM_File> upgraded to version 1.08 + +C<GDBM_File> はバージョン 1.08 にアップグレードされました. + +=over + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Getopt::Long> upgraded to version 2.35 + +C<Getopt::Long> はバージョン 2.35 にアップグレードされました. + +=over + +=item * + +C<prefix_pattern> has now been complemented by a new configuration +option C<long_prefix_pattern> that allows the user to specify what +prefix patterns should have long option style semantics applied. + +C<prefix_pattern> はユーザにどのプレフィックスパターンに +ロングオプションスタイルのセマンティクスを適用させるかを +指定させるための設定オプション C<long_prefix_pattern> によって +補完されるようになりました. + +=item * + +Options can now take multiple values at once (experimental) + +オプションは一度に複数の値をとれるようになりました(実験的; +experimental). + +=item * + +Various bug fixes + +様々なバグ修正. + +=back + +=item * + +C<if> upgraded to version 0.05 + +C<if> はバージョン 0.05 にアップグレードされました. + +=over + +=item * + +Give more meaningful error messages from C<if> when invoked with a +condition in list context. + +リストコンテキストで条件句と共に飛ばれたときに +より意味のあるエラーメッセージを C<if> から与えるようになりました. + +=item * + +Restore backwards compatibility with earlier versions of perl + +以前のバージョンの perl との後方互換を復元しました. + +=back + +=item * + +C<IO> upgraded to version 1.22 + +C<IO> はバージョン 1.22 にアップグレードされました. + +=over + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<IPC::Open2> upgraded to version 1.02 + +C<IPC::Open2> はバージョン 1.012 にアップグレードされました. + +=over + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<IPC::Open3> upgraded to version 1.02 + +C<IPC::Open3> はバージョン 1.02 にアップグレードされました. + +=over + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<List::Util> upgraded to version 1.18 (was 1.14) + +C<List::Util> はバージョン 1.18 にアップグレードされました +(前は 1.14 でした). + +=over + +=item * + +Fix pure-perl version of C<refaddr> to avoid blessing an un-blessed reference + +C<refaddr> のpure-perl 版で bless されていないリファレンスを bless +しないように修正. + +=item * + +Use C<XSLoader> for faster loading + +ロードの高速化に C<XSLoader> を使用. + +=item * + +Fixed various memory leaks + +いくつかのメモリリークを修正. + +=item * + +Internal cleanup and portability fixes + +内部のクリーンアップと可搬性の修正. + +=back + +=item * + +C<Math::Complex> upgraded to version 1.35 + +C<Math::Complex> はバージョン 1.35 にアップグレードされました. + +=over + +=item * + +C<atan2(0, i)> now works, as do all the (computable) complex argument cases + +C<atan2(0, i)> は全ての(計算可能な)複素数引数の場合において動作します. + +=item * + +Fixes for certain bugs in C<make> and C<emake> + +C<make> 及び C<emake> のいくつかのバグを修正. + +=item * + +Support returning the I<k>th root directly + +I<k>乗根を直接返すことをサポート. + +=item * + +Support C<[2,-3pi/8]> in C<emake> + +C<emake> で C<[2,-3pi/8]> をサポート. + +=item * + +Support C<inf> for C<make>/C<emake> + +C<make>/C<emake> で C<inf> のサポート. + +=item * + +Document C<make>/C<emake> more visibly + +C<make>/C<emake> のドキュメントをより明白に. + +=back + +=item * + +C<Math::Trig> upgraded to version 1.03 + +C<Math::Trig> はバージョン 1.03 にアップグレードされました. + +=over + +=item * + +Add more great circle routines: C<great_circle_waypoint> and +C<great_circle_destination> + +よりすばらしい周期関数の追加: C<great_circle_waypoint> 及び +C<great_circle_destination> + +=back + +=item * + +C<MIME::Base64> upgraded to version 3.07 + +C<MIME::Base64> はバージョン 3.07 にアップグレードされました. + +=over + +=item * + +Use C<XSLoader> for faster loading + +ロードの高速化に C<XSLoader> を使用. + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<NDBM_File> upgraded to version 1.06 + +C<NDBM_File> はバージョン 1.06 にアップグレードされました. + +=over + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<ODBM_File> upgraded to version 1.06 + +C<ODBM_File> はバージョン 1.06 にアップグレードされました. + +=over + +=item * + +Documentation typo fixed + +ドキュメントの誤字修正. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Opcode> upgraded to version 1.06 + +C<Opcode> はバージョン 1.06 にアップグレードされました. + +=over + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<open> upgraded to version 1.05 + +C<open> はバージョン 1.05 にアップグレードされました. + +=over + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<overload> upgraded to version 1.04 + +C<overload> はバージョン 1.04 にアップグレードされました. + +=over + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<PerlIO> upgraded to version 1.04 + +C<PerlIO> はバージョン 1.04 にアップグレードされました. + +=over + +=item * + +C<PerlIO::via> iterate over layers properly now + +C<PerlIO::via> はレイヤを適切に反復(iterate)するようになりました. + +=item * + +C<PerlIO::scalar> understands C<< $/ = "" >> now + +C<PerlIO::scalar> は C<< $/ = "" >> を理解するようになりました. + +=item * + +C<encoding(utf-8-strict)> with partial characters now works + +部分的な文字に対する C<encoding(utf-8-strict)> が動作するようになりました. + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Pod::Functions> upgraded to version 1.03 + +C<Pod::Functions> はバージョン 1.03 にアップグレードされました. + +=over + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<Pod::Html> upgraded to version 1.0504 + +C<Pod::Html> はバージョン 1.0504 にアップグレードされました. + +=over + +=item * + +HTML output will now correctly link +to C<=item>s on the same page, and should be valid XHTML. + +HTML 出力において同じページ内の C<=item> に正しく +リンクするようになりました. また, 正しい(valid)XHTMLに +なります. + +=item * + +Variable names are recognized as intended + +変数名は意図されたように認識されます. + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<Pod::Parser> upgraded to version 1.32 + +C<Pod::Parser> はバージョン 1.32 にアップグレードされました. + +=over + +=item * + +Allow files that start with C<=head> on the first line + +はじめの行が C<=head> から始まるファイルを許可します. + +=item * + +Win32 portability fix + +Win32 での可搬性を修正しました. + +=item * + +Exit status of C<pod2usage> fixed + +C<pod2usage> の終了ステータスを修正. + +=item * + +New C<-noperldoc> switch for C<pod2usage> + +C<pod2usage> に新しく C<-noperldoc> スイッチが追加されました. + +=item * + +Arbitrary URL schemes now allowed + +任意の URL スキーマは許可されます. + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<POSIX> upgraded to version 1.09 + +C<POSIX> はバージョン 1.09 にアップグレードされました. + +=over + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<re> upgraded to version 0.05 + +C<re> はバージョン 0.05 にアップグレードされました. + +=over + +=item * + +Documentation typo fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<Safe> upgraded to version 2.12 + +C<Safe> はバージョン 2.12 にアップグレードされました. + +=over + +=item * + +Minor documentation enhancement + +小さなドキュメンテーション強化. + +=back + +=item * + +C<SDBM_File> upgraded to version 1.05 + +C<SDBM_File> はバージョン 1.05 にアップグレードされました. + +=over + +=item * + +Documentation typo fixed + +ドキュメントの誤字修正. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Socket> upgraded to version 1.78 + +C<Socket> はバージョン 1.78 にアップグレードされました. + +=over + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=item * + +C<Storable> upgraded to version 2.15 + +C<Storable> はバージョン 2.15 にアップグレードされました. + +=over + +=item * + +This includes the C<STORABLE_attach> hook functionality added by +Adam Kennedy, and more frugal memory requirements when storing under C<ithreads>, by +using the C<ithreads> cloning tracking code. + +Adam Kennedy によって追加された C<STORABLE_attach> フック +機能を含みます. また C<ithreads> において C<ithreads> のクローン +追跡コードを利用することでメモリを倹約するようになりました. + +=back + +=item * + +C<Switch> upgraded to version 2.10_01 + +C<Switch> はバージョン 2.10_01 にアップグレードされました. + +=over + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<Sys::Syslog> upgraded to version 0.13 + +C<Sys::Syslog> はバージョン 0.13 にアップグレードされました. + +=over + +=item * + +Now provides numeric macros and meaningful C<Exporter> tags. + +数値のマクロや意味のある C<Exporter> タグを提供するようになりました. + +=item * + +No longer uses C<Sys::Hostname> as it may provide useless values in +unconfigured network environments, so instead uses C<INADDR_LOOPBACK> directly. + +ネットワーク環境が設定されていない環境で使用できる値を返さないことが +あることから C<Sys::Hostname> を使わなくなりました. +かわりに C<INADDR_LOOPBACK> を直接つかいます. + +=item * + +C<syslog()> now uses local timestamp. + +C<syslog()> はローカルタイムスタンプを使うようになります. + +=item * + +C<setlogmask()> now behaves like its C counterpart. + +C<setlogmask()> は C の対応する関数のように振る舞うようになります. + +=item * + +C<setlogsock()> will now C<croak()> as documented. + +C<setlogsock()> は C<croak()> として書かれます. + +=item * + +Improved error and warnings messages. + +エラーメッセージと警告メッセージの改善. + +=item * + +Improved documentation. + +ドキュメンテーションの改善. + +=back + +=item * + +C<Term::ANSIColor> upgraded to version 1.10 + +C<Term::ANSIColor> はバージョン 1.10 にアップグレードされました. + +=over + +=item * + +Fixes a bug in C<colored> when C<$EACHLINE> is set that caused it to not color +lines consisting solely of 0 (literal zero). + +C<colored> において, C<$EACHLINE> が設定されているときに +単独の0(リテラルの0)からなる行に色を付けれないバグの修正. + +=item * + +Improved tests. + +テストの改善. + +=back + +=item * + +C<Term::ReadLine> upgraded to version 1.02 + +C<Term::ReadLine> はバージョン 1.02 にアップグレードされました. + +=over + +=item * + +Documentation tweaks + +ドキュメントの調整. + +=back + +=item * + +C<Test::Harness> upgraded to version 2.56 (was 2.48) + +C<Test::Harness> はバージョン 2.56 にアップグレードされました +(前は 2.48 でした). + +=over + +=item * + +The C<Test::Harness> timer is now off by default. + +C<Test::Harness> タイマーはデフォルトでオフになりました. + +=item * + +Now shows elapsed time in milliseconds. + +経過時間をミリ秒で表示するようになりました. + +=item * + +Various bug fixes + +様々なバグ修正. + +=back + +=item * + +C<Test::Simple> upgraded to version 0.62 (was 0.54) + +C<Test::Simple> はバージョン 0.62 にアップグレードされました +(前は 0.54 でした). + +=over + +=item * + +C<is_deeply()> no longer fails to work for many cases + +C<is_deeply()> は多くの場合失敗します. + +=item * + +Various minor bug fixes + +様々な小さなバグの修正. + +=item * + +Documentation enhancements + +ドキュメンテーションの強化. + +=back + +=item * + +C<Text::Tabs> upgraded to version 2005.0824 + +C<Text::Tabs> はバージョン 2005.0824 にアップグレードされました. + +=over + +=item * + +Provides a faster implementation of C<expand> + +C<expand> の高速な実装の提供. + +=back + +=item * + +C<Text::Wrap> upgraded to version 2005.082401 + +C<Text::Wrap> はバージョン 2005.082401 にアップグレードされました. + +=over + +=item * + +Adds C<$Text::Wrap::separator2>, which allows you to preserve existing newlines +but add line-breaks with some other string. + +C<$Text::Wrap::separator2> の追加. 他の文字列で line-break を加えても +既存の改行を保存できるようになります. + +=back + +=item * + +C<threads> upgraded to version 1.07 + +C<threads> はバージョン 1.07 にアップグレードされました. + +=over + +=item * + +C<threads> will now honour C<no warnings 'threads'> + +C<threads> は C<no warnings 'threads'> を守るようになりました. + +=item * + +A thread's interpreter is now freed after C<< $t->join() >> rather than after +C<undef $t>, which should fix some C<ithreads> memory leaks. (Fixed by Dave +Mitchell) + +スレッドのインタプリタは C<undef $t> の後ではなく C<< $t->join() >> の後に +解放されるようになりました. これにより C<ithreads> でのいくつかの +メモリリークが修正されました(Dave Mitchellによってなされました). + +=item * + +Some documentation typo fixes. + +いくつかのドキュメントの誤字修正. + +=back + +=item * + +C<threads::shared> upgraded to version 0.94 + +C<threads::shared> はバージョン 0.94 にアップグレードされました. + +=over + +=item * + +Documentation changes only + +ドキュメントの追加のみ. + +=item * + +Note: An improved implementation of C<threads::shared> is available on +CPAN - this will be merged into 5.8.9 if it proves stable. + +補足: C<threads::shared> の改善された実装は CPAN で入手可能です - +安定していることが確認されれば 5.8.9 で取り込まれるでしょう. + +=back + +=item * + +C<Tie::Hash> upgraded to version 1.02 + +C<Tie::Hash> はバージョン 1.02 にアップグレードされました. + +=over + +=item * + +Documentation typo fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<Time::HiRes> upgraded to version 1.86 (was 1.66) + +C<Time::HiRes> はバージョン 1.86 にアップグレードされました +(前は 1.66 でした). + +=over + +=item * + +C<clock_nanosleep()> and C<clock()> functions added + +C<clock_nanosleep()> と C<clock()> の機能が追加されました. + +=item * + +Support for the POSIX C<clock_gettime()> and C<clock_getres()> has been added + +POSIX C<clock_gettime()> 及び C<clock_getres()> が追加されました. + +=item * + +Return C<undef> or an empty list if the C C<gettimeofday()> function fails + +C<gettimeofday()> が失敗したときに C<undef> か空のリストを返すようになりました. + +=item * + +Improved C<nanosleep> detection + +C<nanosleep> の検出の改善. + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<Unicode::Collate> upgraded to version 0.52 + +C<Unicode::Collate> はバージョン 0.52 にアップグレードされました. + +=over + +=item * + +Now implements UCA Revision 14 (based on Unicode 4.1.0). + +UCA Revision 14 (Unicode 4.1.0 ベース) の実装. + +=item * + +C<Unicode::Collate->new> method no longer overwrites user's C<$_> + +C<Unicode::Collate->new> メソッドでユーザの C<$_> を上書きしなく +なりました. + +=item * + +Enhanced documentation + +ドキュメンテーションの強化. + +=back + +=item * + +C<Unicode::UCD> upgraded to version 0.24 + +C<Unicode::UCD> はバージョン 0.24 にアップグレードされました. + +=over + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<User::grent> upgraded to version 1.01 + +C<User::grent> はバージョン 1.01 にアップグレードされました. + +=over + +=item * + +Documentation typo fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<utf8> upgraded to version 1.06 + +C<utf8> はバージョン 1.06 にアップグレードされました. + +=over + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<vmsish> upgraded to version 1.02 + +C<vmsish> はバージョン 1.02 にアップグレードされました. + +=over + +=item * + +Documentation typos fixed + +ドキュメントの誤字修正. + +=back + +=item * + +C<warnings> upgraded to version 1.05 + +C<warnings> はバージョン 1.05 にアップグレードされました. + +=over + +=item * + +Gentler messing with C<Carp::> internals + +内部で C<Carp::> を使うようになりました. . + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=item * + +Documentation update + +ドキュメントの更新. + +=back + +=item * + +C<Win32> upgraded to version 0.2601 + +C<Win32> はバージョン 0.2601 にアップグレードされました. + +=over + +=item * + +Provides Windows Vista support to C<Win32::GetOSName> + +C<Win32::GetOSName> での Windows Vista サポートの提供. + +=item * + +Documentation enhancements + +ドキュメンテーションの強化. + +=back + +=item * + +C<XS::Typemap> upgraded to version 0.02 + +C<XS::Typemap> はバージョン 0.02 にアップグレードされました. + +=over + +=item * + +Internal cleanup + +内部のクリーンアップ. + +=back + +=back + +=head1 Utility Changes +ユーティリティの変更点 + +=head2 C<h2xs> enhancements +C<h2xs> の強化 + +C<h2xs> implements new option C<--use-xsloader> to force use of +C<XSLoader> even in backwards compatible modules. + +C<h2xs> は後方互換モジュールであっても C<XSLoader> の使用を +強制する新しいオプション C<--use-xsloader> を実装しました. + +The handling of authors' names that had apostrophes has been fixed. + +アポストロフィを含んだauthor名の処理が修正されました. + +Any enums with negative values are now skipped. + +負の値を持つenumはスキップされるようになりました. + +=head2 C<perlivp> enhancements +C<perlivp> の強化 + +C<perlivp> implements new option C<-a> and will not check for F<*.ph> +files by default any more. Use the C<-a> option to run I<all> tests. + +C<perlivp> は新しいオプション C<-a> を実装しました. そしてデフォルトでは +F<*.ph> ファイルはチェックしなくなります. I<すべての>テストを走らせる +ためには C<-a> オプションを使うようにしてください. + +=head1 New Documentation +新しいドキュメント + +The L<perlglossary> manpage is a glossary of terms used in the Perl +documentation, technical and otherwise, kindly provided by O'Reilly Media, +inc. + +L<perlglossary> マニュアルページは Perl で使われる技術的な単語その他の +用語集です. 親切な O'Reilly Media, inc. から提供されました. + +=head1 Performance Enhancements +パフォーマンスの強化 + +=over 4 + +=item * + +Weak reference creation is now I<O(1)> rather than I<O(n)>, courtesy of +Nicholas Clark. Weak reference deletion remains I<O(n)>, but if deletion only +happens at program exit, it may be skipped completely. + +Nicholas Clark の好意により, 弱(Weak)リファレンスは I<O(n)> ではなく +I<O(1)> で生成できるようになりました. 弱リファレンスの削除は +引き続き I<O(n)> ですが, 削除はプログラムの終了時にのみおこるのであれば +これは完全にスキップされるでしょう. + +=item * + +Salvador FandiE<ntilde>o provided improvements to reduce the memory usage of C<sort> +and to speed up some cases. + +Salvador FandiE<ntilde>o が C<sort> におけるメモリ消費削減といくつかの +状況でのスピードアップとの向上を提供してくれました. + +=item * + +Jarkko Hietaniemi and Andy Lester worked to mark as much data as possible in +the C source files as C<static>, to increase the proportion of the executable +file that the operating system can share between process, and thus reduce +real memory usage on multi-user systems. + +実行ファイルの中でオペレーティングシステムがプロセス間で共有できる +割合を増やすために, そしてマルチユーザシステムで実メモリの使用量を +減らすために Jarkko Hietaniemi と Andy Lester は C ソースの中で +出来るだけ多くのデータを C<static> とマークするように動いてくれました. + +=back + +=head1 Installation and Configuration Improvements +インストールとコンフィグレーションの改善 + +Parallel makes should work properly now, although there may still be problems +if C<make test> is instructed to run in parallel. + +平行(parallel) make は正常に動作するようになっているでしょう. +C<make test> を平行に実行する事には問題が残りますが. + +Building with Borland's compilers on Win32 should work more smoothly. In +particular Steve Hay has worked to side step many warnings emitted by their +compilers and at least one C compiler internal error. + +Win32 において Borland のコンパイラ(群)でのビルドはよりスムーズに +なりました. 特に Steve Hay はそれらのコンパイラが発する警告の減少 +と, そのうちの少なくとも1つで発生した内部エラーの除去に取り組んで +くれました. + +C<Configure> will now detect C<clearenv> and C<unsetenv>, thanks to a patch +from Alan Burlison. It will also probe for C<futimes> and whether C<sprintf> +correctly returns the length of the formatted string, which will both be used +in perl 5.8.9. + +Alan Burlison からのパッチのおかげで C<Configure> は C<clearenv> と +C<unsetenv> を検出するようになりました. また, C<futimes> の検出と +C<sprintf> が整形した文字列の長さを正しく返すかどうかの検出も行いますが, +これは perl 5.8.9 で使われます. + +There are improved hints for next-3.0, vmesa, IX, Darwin, Solaris, Linux, +DEC/OSF, HP-UX and MPE/iX + +next-3.0, vmesa, IX, Darwin, Solaris, Linux, DEC/OSF, HP-UX および +MPE/iX でのヒントの改善. + +Perl extensions on Windows now can be statically built into the Perl DLL, +thanks to a work by Vadim Konovalov. (This improvement was actually in 5.8.7, +but was accidentally omitted from L<perl587delta>). + +Vadim Konovalov の働きのおかげで Windows において Perl エクステンションを +Perl DLL にスタティックにビルドできるようになりました. (これは +実際には 5.8.7 で改善されていますが手違いで L<perl587delta> に +記載されていませんでした.) + +=head1 Selected Bug Fixes +バグ修正のピックアップ + +=head2 no warnings 'category' works correctly with -w +-w を使っていても no warnings 'category' が正しく機能するようになりました + +Previously when running with warnings enabled globally via C<-w>, selective +disabling of specific warning categories would actually turn off all warnings. +This is now fixed; now C<no warnings 'io';> will only turn off warnings in the +C<io> class. Previously it would erroneously turn off all warnings. + +これまで C<-w> でグローバルに警告を有効にして実行していると +特定の警告カテゴリを選択して無効にしたときに全ての警告を無効に +してしまっていました. これは修正されました; 現在では C<no warnings 'io';> +は C<io> クラスでの警告のみを無効にします. これまでは間違って全ての +警告を無効にしてしまっていました. + +This bug fix may cause some programs to start correctly issuing warnings. + +この修正によりいくつかのプログラムが正しく警告を発するようになります. + +=head2 Remove over-optimisation +過剰な最適化の除去 + +Perl 5.8.4 introduced a change so that assignments of C<undef> to a +scalar, or of an empty list to an array or a hash, were optimised away. As +this could cause problems when C<goto> jumps were involved, this change +has been backed out. + +Perl 5.8.4 はスカラーへの C<undef> の代入, 配列やハッシュへの +空のリストの代入を最適化により除去する変更を施しました. +C<goto> ジャンプを伴うときにはこれが問題となることがあったため, +この処理は取り消されました. + +=head2 sprintf() fixes +sprintf() の修正 + +Using the sprintf() function with some formats could lead to a buffer +overflow in some specific cases. This has been fixed, along with several +other bugs, notably in bounds checking. + +いくつかのフォーマットで sprintf() 関数を使うと特定の条件下で +バッファオーバーフローを起こすことがありましたが, 他のいくつかの +バグと共に, 特に境界チェックと共に修正されました. + +In related fixes, it was possible for badly written code that did not follow +the documentation of C<Sys::Syslog> to have formatting vulnerabilities. +C<Sys::Syslog> has been changed to protect people from poor quality third +party code. + +関連する修正として, C<Sys::Syslog> のドキュメントに従っていない +粗悪なコードでフォーマット文字列の脆弱性を持つことがありました. +C<Sys::Syslog> は質の低いサードパーティ製のコードから人々を保護 +するように修正されました. + +=head2 Debugger and Unicode slowdown +デバッガとUnicodeでの速度低下 + +It had been reported that running under perl's debugger when processing +Unicode data could cause unexpectedly large slowdowns. The most likely cause +of this was identified and fixed by Nicholas Clark. + +Unicode データの処理を perl のデバッガ上で実行すると思いがけなく +大きな速度低下が見られるとの報告がありました. これに相当する原因は +Nicholas Clark によって確認及び修正されました. + +=head2 Smaller fixes +小さな修正たち + +=over 4 + +=item * + +C<FindBin> now works better with directories where access rights are more +restrictive than usual. + +C<FindBin> は普通よりアクセス制限のかかっているディレクトリでも +よりよく動作するようになりました. + +=item * + +Several memory leaks in ithreads were closed. An improved implementation of +C<threads::shared> is available on CPAN - this will be merged into 5.8.9 if +it proves stable. + +ithreads におけるいくつかのメモリリークが修正されました. +C<threads::shared> の改善された実装は CPAN で入手可能です - +安定していることが確認されれば 5.8.9 で取り込まれるでしょう. + +=item * + +Trailing spaces are now trimmed from C<$!> and C<$^E>. + +C<$!> 及び C<$^E> から末尾の空白が取り除かれました. + +=item * + +Operations that require perl to read a process' list of groups, such as reads +of C<$(> and C<$)>, now dynamically allocate memory rather than using a +fixed sized array. The fixed size array could cause C stack exhaustion on +systems configured to use large numbers of groups. + +perl に対してプロセスのグループのリストを要求する様な操作, 例えば +C<$(> と C<$)>, は固定サイズの配列ではなく動的に確保したメモリを +使うようになりました. 固定サイズの配列では多くのグループを使うように +設定されているシステムで C スタックの枯渇を引き起こすことがありました. + +=item * + +C<PerlIO::scalar> now works better with non-default C<$/> settings. + +C<PerlIO::scalar> はデフォルトではない C<$/> でもよりよく +動作するようになりました. + +=item * + +You can now use the C<x> operator to repeat a C<qw//> list. This used +to raise a syntax error. + +C<qw//> リストを繰り返すために C<x> 演算子を使うことが出来るように +なりました. これは以前は構文エラーを引き起こしていました. + +=item * + +The debugger now traces correctly execution in eval("")uated code that +contains #line directives. + +デバッガは #line ディレクティブを含むコードの eval("") を正しく +追跡するようになりました. + +=item * + +The value of the C<open> pragma is no longer ignored for three-argument +opens. + +C<open> プラグマの値は3引数のopenで無視されなくなりました. + +=item * + +The optimisation of C<for (reverse @a)> introduced in perl 5.8.6 could +misbehave when the array had undefined elements and was used in LVALUE +context. Dave Mitchell provided a fix. + +perl 5.8.6 で導入された C<for (reverse @a)> の最適化は未定義の配列で +かつ LVALUE コンテキストで使われた時に振る舞いを誤る事がありました. +Dave Mitchell により修正が提供されました. + +=item * + +Some case insensitive matches between UTF-8 encoded data and 8 bit regexps, +and vice versa, could give malformed character warnings. These have been +fixed by Dave Mitchell and Yves Orton. + +UTF-8 エンコードされたデータと 8 bit 正規表現との, 及びその逆での +大文字小文字を区別しない(case insensitive)いくつかのマッチで +不正な文字(malformed character)警告が発生していました. +これらは Dave Mitchell と Yves Orton によって修正されました. + +=item * + +C<lcfirst> and C<ucfirst> could corrupt the string for certain cases where +the length UTF-8 encoding of the string in lower case, upper case or title +case differed. This was fixed by Nicholas Clark. + +C<lcfirst> 及び C<ucfirst> は大文字, 小文字, タイトル文字(title case) +で UTF-8 エンコーディング時の長さが変わるいくつかのケースにおいて +壊れる頃がありました. これは Nicholas Clark によって修正されました. + +=item * + +Perl will now use the C library calls C<unsetenv> and C<clearenv> if present +to delete keys from C<%ENV> and delete C<%ENV> entirely, thanks to a patch +from Alan Burlison. + +C ライブラリコールの C<unsetenv> 及び C<clearenv> を +それが提供されているときには C<%ENV> からのキーの削除や +C<%ENV> の完全な削除で使うようになります. +Alan Burlison からのパッチによるものです. + +=back + +=head1 New or Changed Diagnostics +新しく追加された及び変更された診断メッセージ + +=head2 Attempt to set length of freed array + +This is a new warning, produced in situations such as this: + +『解放された配列に長さを設定しようとしました』 +これは新しい警告です. 次のような状況で発生します: + + $r = do {my @a; \$#a}; + $$r = 503; + +=head2 Non-string passed as bitmask + +This is a new warning, produced when number has been passed as a argument to +select(), instead of a bitmask. + +『文字列でないものがビットマスクとして渡されました』 +これは新しい警告です. select() の引数に対してビットマスクではなく +数値が渡されたときに発生します. + + # Wrong, will now warn + $rin = fileno(STDIN); + ($nfound,$timeleft) = select($rout=$rin, undef, undef, $timeout); + + # Should be + $rin = ''; + vec($rin,fileno(STDIN),1) = 1; + ($nfound,$timeleft) = select($rout=$rin, undef, undef, $timeout); + +=head2 Search pattern not terminated or ternary operator parsed as search pattern + +This syntax error indicates that the lexer couldn't find the final +delimiter of a C<?PATTERN?> construct. Mentioning the ternary operator in +this error message makes it easier to diagnose syntax errors. + +『検索パターンが終了していないか3項演算子が検索パターンとして +検出されました』 この構文エラーは C<?PATTERN?> を構成する終わりの +区切り子(delimiter)を字句解析機が見つけられなかったことを意味します. +ここで3項演算子をあげることで構文の確認を行いやすくしています. + +=head1 Changed Internals +内部処理の変更 + +There has been a fair amount of refactoring of the C<C> source code, partly to +make it tidier and more maintainable. The resulting object code and the +C<perl> binary may well be smaller than 5.8.7, in particular due to a change +contributed by Dave Mitchell which reworked the warnings code to be +significantly smaller. Apart from being smaller and possibly faster, there +should be no user-detectable changes. + +C<C> ソースコード上で, 一部は整頓のためとメンテナンス性の向上の +ためにですが, かなりの量のリファクタリングが行われました. 結果として +オブジェクトコードと C<perl> バイナリは 5.8.7 より小さくなりました. +特に, Dave Mitchell によって寄稿された warnings のコードが著しく +小さくなりました. 小さくなったことと速くなった事は別として, +ユーザが認識すべき変更点はありません. + +Andy Lester supplied many improvements to determine which function +parameters and local variables could actually be declared C<const> to the C +compiler. Steve Peters provided new C<*_set> macros and reworked the core to +use these rather than assigning to macros in LVALUE context. + +Andy Lester は C コンパイラに対して実質 C<const> として宣言 +されるべき関数パラメータとローカル変数の改善を多く提供してくれました. +Steve Peters は新しい C<*_set> マクロを提供し, LVALUE コンテキストにおいて +マクロに代入するのでなくこれを使うようにコアの書き換えを行って +くれました. + +Dave Mitchell improved the lexer debugging output under C<-DT> + +Dave Mitchell は C<-DT> における字句解析機のデバッグ出力を +改善してくれました. + +Nicholas Clark changed the string buffer allocation so that it is now rounded +up to the next multiple of 4 (or 8 on platforms with 64 bit pointers). This +should reduce the number of calls to C<realloc> without actually using any +extra memory. + +Nicholas Clark は文字列バッファの確保を次の4の倍数(64bitポインタの +プラットホームでは8の倍数)に丸めるように変更しました. これにより +実質余分なメモリを使うことなく C<realloc> の回数を削減できます. + +The C<HV>'s array of C<HE*>s is now allocated at the correct (minimal) size, +thanks to another change by Nicholas Clark. Compile with +C<-DPERL_USE_LARGE_HV_ALLOC> to use the old, sloppier, default. + +C<HV> のもつ C<HE*> の配列は適切な(最小の)サイズを確保するように +なりました. Nicholas Clark のまた別の修正によるものです. +C<-DPERL_USE_LARGE_HV_ALLOC> をつけてコンパイルすることで +これまでのずさんで怠惰な実装を使うことも出来ます. + +For XS or embedding debugging purposes, if perl is compiled with +C<-DDEBUG_LEAKING_SCALARS_FORK_DUMP> in addition to +C<-DDEBUG_LEAKING_SCALARS> then a child process is C<fork>ed just before +global destruction, which is used to display the values of any scalars +found to have leaked at the end of global destruction. Without this, the +scalars have already been freed sufficiently at the point of detection that +it is impossible to produce any meaningful dump of their contents. This +feature was implemented by the indefatigable Nicholas Clark, based on an idea +by Mike Giroux. + +XS や埋め込みデバッグ用に, perl が C<-DDEBUG_LEAKING_SCALARS> に +加えて C<-DDEBUG_LEAKING_SCALARS_FORK_DUMP> もつけてコンパイル +することでグローバルデストラクションの直前に子プロセスを C<fork> +させる事が出来ます. これによりグローバルデストラクションの終了時に +漏れていた任意のスカラーの値を出力することができます. これが +ない場合には, スカラーは検出した地点では既に十分に解放されていて, +そこでは意味のあるダンプは出力できないでしょう. この機能は +Mike Giroux によるアイデアを根気のいい Nicholas Clark が実装 +したものです. + +=head1 Platform Specific Problems +プラットホーム固有の問題 + +The optimiser on HP-UX 11.23 (Itanium 2) is currently partly disabled (scaled +down to +O1) when using HP C-ANSI-C; the cause of problems at higher +optimisation levels is still unclear. + +HP-UX 11.23 (Itanium 2) 上の最適化は HP C-ANSI-C を使用している場合に +現在部分的に無効にされています(+O1 にスケールダウン); これは +高レベルの最適化による問題の原因がまだ不明瞭なためです. + +There are a handful of remaining test failures on VMS, mostly due to +test fixes and minor module tweaks with too many dependencies to +integrate into this release from the development stream, where they have +all been corrected. The following is a list of expected failures with +the patch number of the fix where that is known: + +VMS において失敗するテストがいくつかあります. +これはこのリリースにおいて, 開発ストリームから修正された分の統合のために, +多すぎる依存関係と共にテストの修正や小さなモジュールの修正が +行われたためです. 以下に既知の失敗と, それに気付いて修正された +パッチ番号を並べておきます. + + ext/Devel/PPPort/t/ppphtest.t #26913 + ext/List/Util/t/p_tainted.t #26912 + lib/ExtUtils/t/PL_FILES.t #26813 + lib/ExtUtils/t/basic.t #26813 + t/io/fs.t + t/op/cmp.t + +=head1 Reporting Bugs +バグ報告 + +If you find what you think is a bug, you might check the articles +recently posted to the comp.lang.perl.misc newsgroup and the perl +bug database at http://bugs.perl.org. There may also be +information at http://www.perl.org, the Perl Home Page. + +もしバグと思われるものが見つかったら, comp.lang.perl.misc ニュース +グループに最近投稿された記事や http://bugs.perl.org にある perl +バグデータベースを確認してください. +Perl ホームページ, http://www.perl.org にも情報はあります. + +If you believe you have an unreported bug, please run the B<perlbug> +program included with your release. Be sure to trim your bug down +to a tiny but sufficient test case. Your bug report, along with the +output of C<perl -V>, will be sent off to perlb****@perl***** to be +analysed by the Perl porting team. You can browse and search +the Perl 5 bugs at http://bugs.perl.org/ + +もしまだ報告されていないバグだと確信したら, そのリリースに含まれている +B<perlbug> プログラムをを実行してください. バグの再現スクリプトを +十分小さく, しかし有効なコードに切りつめることを意識してください. +バグレポートは C<perl -V> の出力と一緒に perlb****@perl***** に送られ +Perl porting チームによって解析されます. Perl 5 のバグについては +http://bugs.perl.org/ で閲覧及び検索することができます. + +=head1 SEE ALSO +髢「騾」鬆?岼 + +The F<Changes> file for exhaustive details on what changed. + +F<Changes> には完全な変更箇所があります. + +The F<INSTALL> file for how to build Perl. + +F<INSTALL> には Perl をビルドする方法があります. + +The F<README> file for general stuff. + +F<README> には一般的な事項があります. + +The F<Artistic> and F<Copying> files for copyright information. + +F<Artistic> 及び F<Copying> には著作権情報があります. + +=head1 TRANSLATE TO JAPANESE +和訳 + +YAMASHINA Hio <hio****@hio*****> + +山科 氷魚 (YAMASHINA Hio) <hio****@hio*****> +