📄 perl588delta.1
字号:
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05).\".\" Standard preamble:.\" ========================================================================.de Sh \" Subsection heading.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Vb \" Begin verbatim text.ft CW.nf.ne \\$1...de Ve \" End verbatim text.ft R.fi...\" Set up some character translations and predefined strings. \*(-- will.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left.\" double quote, and \*(R" will give a right double quote. \*(C+ will.\" give a nicer C++. Capital omega is used to do unbreakable dashes and.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,.\" nothing in troff, for use with C<>..tr \(*W-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'.ie n \{\. ds -- \(*W-. ds PI pi. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch. ds L" "". ds R" "". ds C` "". ds C' ""'br\}.el\{\. ds -- \|\(em\|. ds PI \(*p. ds L" ``. ds R" '''br\}.\".\" Escape single quotes in literal strings from groff's Unicode transform..ie \n(.g .ds Aq \(aq.el .ds Aq '.\".\" If the F register is turned on, we'll generate index entries on stderr for.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index.\" entries marked with X<> in POD. Of course, you'll have to process the.\" output yourself in some meaningful fashion..ie \nF \{\. de IX. tm Index:\\$1\t\\n%\t"\\$2"... nr % 0. rr F.\}.el \{\. de IX...\}.\".\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2)..\" Fear. Run. Save yourself. No user-serviceable parts.. \" fudge factors for nroff and troff.if n \{\. ds #H 0. ds #V .8m. ds #F .3m. ds #[ \f1. ds #] \fP.\}.if t \{\. ds #H ((1u-(\\\\n(.fu%2u))*.13m). ds #V .6m. ds #F 0. ds #[ \&. ds #] \&.\}. \" simple accents for nroff and troff.if n \{\. ds ' \&. ds ` \&. ds ^ \&. ds , \&. ds ~ ~. ds /.\}.if t \{\. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u". ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'.\}. \" troff and (daisy-wheel) nroff accents.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'.ds 8 \h'\*(#H'\(*b\h'-\*(#H'.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#].ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#].ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#].ds ae a\h'-(\w'a'u*4/10)'e.ds Ae A\h'-(\w'A'u*4/10)'E. \" corrections for vroff.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'. \" for low resolution devices (crt and lpr).if \n(.H>23 .if \n(.V>19 \\{\. ds : e. ds 8 ss. ds o a. ds d- d\h'-1'\(ga. ds D- D\h'-1'\(hy. ds th \o'bp'. ds Th \o'LP'. ds ae ae. ds Ae AE.\}.rm #[ #] #H #V #F C.\" ========================================================================.\".IX Title "PERL588DELTA 1".TH PERL588DELTA 1 "2007-12-18" "perl v5.10.0" "Perl Programmers Reference Guide".\" For nroff, turn off justification. Always turn off hyphenation; it makes.\" way too many mistakes in technical documents..if n .ad l.nh.SH "NAME"perl588delta \- what is new for perl v5.8.8.SH "DESCRIPTION".IX Header "DESCRIPTION"This document describes differences between the 5.8.7 release andthe 5.8.8 release..SH "Incompatible Changes".IX Header "Incompatible Changes"There are no changes intentionally incompatible with 5.8.7. If any exist,they are bugs and reports are welcome..SH "Core Enhancements".IX Header "Core Enhancements".IP "\(bu" 4\&\f(CW\*(C`chdir\*(C'\fR, \f(CW\*(C`chmod\*(C'\fR and \f(CW\*(C`chown\*(C'\fR can now work on filehandles as well asfilenames, if the system supports respectively \f(CW\*(C`fchdir\*(C'\fR, \f(CW\*(C`fchmod\*(C'\fR and\&\f(CW\*(C`fchown\*(C'\fR, thanks to a patch provided by Gisle Aas..SH "Modules and Pragmata".IX Header "Modules and Pragmata".IP "\(bu" 4\&\f(CW\*(C`Attribute::Handlers\*(C'\fR upgraded to version 0.78_02.RS 4.IP "\(bu" 4Documentation typo fix.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`attrs\*(C'\fR upgraded to version 1.02.RS 4.IP "\(bu" 4Internal cleanup only.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`autouse\*(C'\fR upgraded to version 1.05.RS 4.IP "\(bu" 4Simplified implementation.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`B\*(C'\fR upgraded to version 1.09_01.RS 4.IP "\(bu" 4The inheritance hierarchy of the \f(CW\*(C`B::\*(C'\fR modules has been corrected;\&\f(CW\*(C`B::NV\*(C'\fR now inherits from \f(CW\*(C`B::SV\*(C'\fR (instead of \f(CW\*(C`B::IV\*(C'\fR)..RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`blib\*(C'\fR upgraded to version 1.03.RS 4.IP "\(bu" 4Documentation typo fix.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`ByteLoader\*(C'\fR upgraded to version 0.06.RS 4.IP "\(bu" 4Internal cleanup.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`CGI\*(C'\fR upgraded to version 3.15.RS 4.IP "\(bu" 4Extraneous \*(L"?\*(R" from \f(CW\*(C`self_url()\*(C'\fR removed.IP "\(bu" 4\&\f(CW\*(C`scrolling_list()\*(C'\fR select attribute fixed.IP "\(bu" 4\&\f(CW\*(C`virtual_port\*(C'\fR now works properly with the https protocol.IP "\(bu" 4\&\f(CW\*(C`upload_hook()\*(C'\fR and \f(CW\*(C`append()\*(C'\fR now works in function-oriented mode.IP "\(bu" 4\&\f(CW\*(C`POST_MAX\*(C'\fR doesn't cause the client to hang any more.IP "\(bu" 4Automatic tab indexes are now disabled and new \f(CW\*(C`\-tabindex\*(C'\fR pragma hasbeen added to turn automatic indexes back on.IP "\(bu" 4\&\f(CW\*(C`end_form()\*(C'\fR doesn't emit empty (and non-validating) \f(CW\*(C`<div>\*(C'\fR.IP "\(bu" 4\&\f(CW\*(C`CGI::Carp\*(C'\fR works better in certain mod_perl configurations.IP "\(bu" 4Setting \f(CW$CGI::TMPDIRECTORY\fR is now effective.IP "\(bu" 4Enhanced documentation.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`charnames\*(C'\fR upgraded to version 1.05.RS 4.IP "\(bu" 4\&\f(CW\*(C`viacode()\*(C'\fR now accept hex strings and has been optimized..RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`CPAN\*(C'\fR upgraded to version 1.76_02.RS 4.IP "\(bu" 41 minor bug fix for Win32.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Cwd\*(C'\fR upgraded to version 3.12.RS 4.IP "\(bu" 4\&\f(CW\*(C`canonpath()\*(C'\fR on Win32 now collapses \fIfoo\e..\fR sections correctly..IP "\(bu" 4Improved behaviour on Symbian \s-1OS\s0..IP "\(bu" 4Enhanced documentation and typo fixes.IP "\(bu" 4Internal cleanup.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Data::Dumper\*(C'\fR upgraded to version 2.121_08.RS 4.IP "\(bu" 4A problem where \f(CW\*(C`Data::Dumper\*(C'\fR would sometimes update the iterator stateof hashes has been fixed.IP "\(bu" 4Numeric labels now work.IP "\(bu" 4Internal cleanup.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`DB\*(C'\fR upgraded to version 1.01.RS 4.IP "\(bu" 4A problem where the state of the regexp engine would sometimes get clobbered when runningunder the debugger has been fixed..RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`DB_File\*(C'\fR upgraded to version 1.814.RS 4.IP "\(bu" 4Adds support for Berkeley \s-1DB\s0 4.4..RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Devel::DProf\*(C'\fR upgraded to version 20050603.00.RS 4.IP "\(bu" 4Internal cleanup.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Devel::Peek\*(C'\fR upgraded to version 1.03.RS 4.IP "\(bu" 4Internal cleanup.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Devel::PPPort\*(C'\fR upgraded to version 3.06_01.RS 4.IP "\(bu" 4\&\f(CW\*(C`\-\-compat\-version\*(C'\fR argument checking has been improved.IP "\(bu" 4Files passed on the command line are filtered by default.IP "\(bu" 4\&\f(CW\*(C`\-\-nofilter\*(C'\fR option to override the filtering has been added.IP "\(bu" 4Enhanced documentation.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`diagnostics\*(C'\fR upgraded to version 1.15.RS 4.IP "\(bu" 4Documentation typo fix.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Digest\*(C'\fR upgraded to version 1.14.RS 4.IP "\(bu" 4The constructor now knows which module implements \s-1SHA\-224\s0.IP "\(bu" 4Documentation tweaks and typo fixes.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Digest::MD5\*(C'\fR upgraded to version 2.36.RS 4.IP "\(bu" 4\&\f(CW\*(C`XSLoader\*(C'\fR is now used for faster loading.IP "\(bu" 4Enhanced documentation including \s-1MD5\s0 weaknesses discovered lately.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Dumpvalue\*(C'\fR upgraded to version 1.12.RS 4.IP "\(bu" 4Documentation fix.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`DynaLoader\*(C'\fR upgraded but unfortunately we're not able to increment its version number :\-(.RS 4.IP "\(bu" 4Implements \f(CW\*(C`dl_unload_file\*(C'\fR on Win32.IP "\(bu" 4Internal cleanup.IP "\(bu" 4\&\f(CW\*(C`XSLoader\*(C'\fR 0.06 incorporated; small optimisation for calling\&\f(CW\*(C`bootstrap_inherit()\*(C'\fR and documentation enhancements..RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`Encode\*(C'\fR upgraded to version 2.12.RS 4.IP "\(bu" 4A coderef is now acceptable for \f(CW\*(C`CHECK\*(C'\fR!.IP "\(bu" 43 new characters added to the \s-1ISO\-8859\-7\s0 encoding.IP "\(bu" 4New encoding \f(CW\*(C`MIME\-Header\-ISO_2022_JP\*(C'\fR added.IP "\(bu" 4Problem with partial characters and \f(CW\*(C`encoding(utf\-8\-strict)\*(C'\fR fixed..IP "\(bu" 4Documentation enhancements and typo fixes.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`English\*(C'\fR upgraded to version 1.02.RS 4.IP "\(bu" 4the \f(CW$COMPILING\fR variable has been added.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`ExtUtils::Constant\*(C'\fR upgraded to version 0.17.RS 4.IP "\(bu" 4Improved compatibility with older versions of perl.RE.RS 4.RE.IP "\(bu" 4\&\f(CW\*(C`ExtUtils::MakeMaker\*(C'\fR upgraded to version 6.30 (was 6.17).RS 4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -