Track /etc/gitconfig
[msysgit/mtrensch.git] / lib / perl5 / 5.8.8 / pods / perl583delta.pod
blob2981a9834a84a30539aaa01e5ba172c045216b20
1 =head1 NAME
3 perl583delta - what is new for perl v5.8.3
5 =head1 DESCRIPTION
7 This document describes differences between the 5.8.2 release and
8 the 5.8.3 release.
10 If you are upgrading from an earlier release such as 5.6.1, first read
11 the L<perl58delta>, which describes differences between 5.6.0 and
12 5.8.0, and the L<perl581delta> and L<perl582delta>, which describe differences
13 between 5.8.0, 5.8.1 and 5.8.2
15 =head1 Incompatible Changes
17 There are no changes incompatible with 5.8.2.
19 =head1 Core Enhancements
21 A C<SCALAR> method is now available for tied hashes. This is called when
22 a tied hash is used in scalar context, such as
24     if (%tied_hash) {
25         ...
26     }
29 The old behaviour was that %tied_hash would return whatever would have been
30 returned for that hash before the hash was tied (so usually 0). The new
31 behaviour in the absence of a SCALAR method is to return TRUE if in the
32 middle of an C<each> iteration, and otherwise call FIRSTKEY to check if the
33 hash is empty (making sure that a subsequent C<each> will also begin by
34 calling FIRSTKEY). Please see L<perltie/SCALAR> for the full details and
35 caveats.
37 =head1 Modules and Pragmata
39 =over 4
41 =item CGI
43 =item Cwd
45 =item Digest
47 =item Digest::MD5
49 =item Encode
51 =item File::Spec
53 =item FindBin
55 A function C<again> is provided to resolve problems where modules in different
56 directories wish to use FindBin.
58 =item List::Util
60 You can now weaken references to read only values.
62 =item Math::BigInt
64 =item PodParser
66 =item Pod::Perldoc
68 =item POSIX
70 =item Unicode::Collate
72 =item Unicode::Normalize
74 =item Test::Harness
76 =item threads::shared
78 C<cond_wait> has a new two argument form. C<cond_timedwait> has been added.
80 =back
82 =head1 Utility Changes
84 C<find2perl> now assumes C<-print> as a default action. Previously, it
85 needed to be specified explicitly.
87 A new utility, C<prove>, makes it easy to run an individual regression test
88 at the command line. C<prove> is part of Test::Harness, which users of earlier
89 Perl versions can install from CPAN.
91 =head1 New Documentation
93 The documentation has been revised in places to produce more standard manpages.
95 The documentation for the special code blocks (BEGIN, CHECK, INIT, END)
96 has been improved.
98 =head1 Installation and Configuration Improvements
100 Perl now builds on OpenVMS I64
102 =head1 Selected Bug Fixes
104 Using substr() on a UTF8 string could cause subsequent accesses on that
105 string to return garbage. This was due to incorrect UTF8 offsets being
106 cached, and is now fixed.
108 join() could return garbage when the same join() statement was used to
109 process 8 bit data having earlier processed UTF8 data, due to the flags
110 on that statement's temporary workspace not being reset correctly. This
111 is now fixed.
113 C<$a .. $b> will now work as expected when either $a or $b is C<undef>
115 Using Unicode keys with tied hashes should now work correctly.
117 Reading $^E now preserves $!. Previously, the C code implementing $^E
118 did not preserve C<errno>, so reading $^E could cause C<errno> and therefore
119 C<$!> to change unexpectedly.
121 Reentrant functions will (once more) work with C++. 5.8.2 introduced a bugfix
122 which accidentally broke the compilation of Perl extensions written in C++
124 =head1 New or Changed Diagnostics
126 The fatal error "DESTROY created new reference to dead object" is now
127 documented in L<perldiag>.
129 =head1 Changed Internals
131 The hash code has been refactored to reduce source duplication. The
132 external interface is unchanged, and aside from the bug fixes described
133 above, there should be no change in behaviour.
135 C<hv_clear_placeholders> is now part of the perl API
137 Some C macros have been tidied. In particular macros which create temporary
138 local variables now name these variables more defensively, which should
139 avoid bugs where names clash.
141 <signal.h> is now always included.
143 =head1 Configuration and Building
145 C<Configure> now invokes callbacks regardless of the value of the variable
146 they are called for. Previously callbacks were only invoked in the
147 C<case $variable $define)> branch. This change should only affect platform
148 maintainers writing configuration hints files.
150 =head1 Platform Specific Problems
152 The regression test ext/threads/shared/t/wait.t fails on early RedHat 9
153 and HP-UX 10.20 due to bugs in their threading implementations.
154 RedHat users should see https://rhn.redhat.com/errata/RHBA-2003-136.html
155 and consider upgrading their glibc.
157 =head1 Known Problems
159 Detached threads aren't supported on Windows yet, as they may lead to 
160 memory access violation problems.
162 There is a known race condition opening scripts in C<suidperl>. C<suidperl>
163 is neither built nor installed by default, and has been deprecated since
164 perl 5.8.0. You are advised to replace use of suidperl with tools such
165 as sudo ( http://www.courtesan.com/sudo/ )
167 We have a backlog of unresolved bugs. Dealing with bugs and bug reports
168 is unglamorous work; not something ideally suited to volunteer labour,
169 but that is all that we have.
171 The perl5 development team are implementing changes to help address this
172 problem, which should go live in early 2004.
174 =head1 Future Directions
176 Code freeze for the next maintenance release (5.8.4) is on March 31st 2004,
177 with release expected by mid April. Similarly 5.8.5's freeze will be at
178 the end of June, with release by mid July.
180 =head1 Obituary
182 Iain 'Spoon' Truskett, Perl hacker, author of L<perlreref> and
183 contributor to CPAN, died suddenly on 29th December 2003, aged 24.
184 He will be missed.
186 =head1 Reporting Bugs
188 If you find what you think is a bug, you might check the articles
189 recently posted to the comp.lang.perl.misc newsgroup and the perl
190 bug database at http://bugs.perl.org.  There may also be
191 information at http://www.perl.org, the Perl Home Page.
193 If you believe you have an unreported bug, please run the B<perlbug>
194 program included with your release.  Be sure to trim your bug down
195 to a tiny but sufficient test case.  Your bug report, along with the
196 output of C<perl -V>, will be sent off to perlbug@perl.org to be
197 analysed by the Perl porting team.  You can browse and search
198 the Perl 5 bugs at http://bugs.perl.org/
200 =head1 SEE ALSO
202 The F<Changes> file for exhaustive details on what changed.
204 The F<INSTALL> file for how to build Perl.
206 The F<README> file for general stuff.
208 The F<Artistic> and F<Copying> files for copyright information.
210 =cut