summaryrefslogtreecommitdiff
path: root/Changes5.003
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-11-21 12:06:31 +0000
committerNicholas Clark <nick@ccl4.org>2007-11-21 12:06:31 +0000
commitf58c54f089ac4dd67da03f0ca74895091832ff8a (patch)
treed4af1ec3ede4377a6a4e155fbf2b1258c3ec9e1b /Changes5.003
parentf04c104ca079536f32d12d774d450bc3e2aae26c (diff)
downloadperl-f58c54f089ac4dd67da03f0ca74895091832ff8a.tar.gz
Run unexpand -a on all the Changes files, which were a jumbled mix of
tabs and spaces. Now they're all tabs, and about 1300K smaller. The diff may look huge, but run diff -db and you'll see that it's all whitespace. p4raw-id: //depot/perl@32433
Diffstat (limited to 'Changes5.003')
-rw-r--r--Changes5.0038
1 files changed, 4 insertions, 4 deletions
diff --git a/Changes5.003 b/Changes5.003
index daba248a9e..b9b3b75132 100644
--- a/Changes5.003
+++ b/Changes5.003
@@ -2,7 +2,7 @@
Version 5.003
-------------
- ***> IMPORTANT NOTICE: <***
+ ***> IMPORTANT NOTICE: <***
The main reason for this release was to fix a security bug affecting
suidperl on some systems. If you build suidperl on your system, it
is strongly recommended that you replace any existing copies with
@@ -38,7 +38,7 @@ Version 5.002_01
- The EMBED namespace changes are now used by default, in order to better
segregate Perl's C global symbols from those belonging to embedding
- applications or to libraries. This makes it necessary to rebuild dynamic
+ applications or to libraries. This makes it necessary to rebuild dynamic
extensions built under previous versions of Perl without the EMBED option.
The default use of EMBED can be overridden by placing -DNO_EMBED on the
cc command line.
@@ -62,9 +62,9 @@ Version 5.002_01
production architecture-dependent libraries can coexist.
- Two new magic variables, $^E and $^O, have been added. $^E contains the
- OS-specific equivalent of $!. $^O contains the name of the operating
+ OS-specific equivalent of $!. $^O contains the name of the operating
system, in order to make it easily available to Perl code whose behavior
- differs according to its environment. The standard library files have
+ differs according to its environment. The standard library files have
been converted to use $^O in preference to $Config{'osname'}.
- A mechanism was added to allow listing of locally applied patches