In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4df1dffa4914d764d82ba6e4afc029cfb6bdb9ae?hp=68693f9e419485ad8306e3e2fc3d115724da24ec>

- Log -----------------------------------------------------------------
commit 4df1dffa4914d764d82ba6e4afc029cfb6bdb9ae
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 13:13:14 2011 -0800

    perldelta: Threads::* upgrades

M       pod/perldelta.pod

commit e951630cec65768ffb3d8cce9def6d0fd43e7509
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 13:11:13 2011 -0800

    perldelta: threads* upgrades are already listed

M       pod/perldelta.pod

commit 15555e2d8b440f23d49ff96fe0635d07a9ba8937
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 13:10:48 2011 -0800

    perldelta: regexp debug output

M       pod/perldelta.pod

commit b030240b52690aebe6d3290c66147bde1ffbf11e
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 13:06:45 2011 -0800

    perldelta: pv_escape

M       pod/perldelta.pod

commit a874b22966b551c76cd70abca269662c76386473
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 13:01:57 2011 -0800

    perldelta: Log-Message-Simple is already mentioned

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   59 ++++++++++++++++------------------------------------
 1 files changed, 18 insertions(+), 41 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0b9a3f3..0f4e3b1 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -65,6 +65,10 @@ standard, are now always legal internally.  But inputting or 
outputting
 them will work the same as for the non-legal Unicode code points, as the
 Unicode standard says they are illegal for "open interchange".
 
+=head2 Regular expression debugging output improvement
+
+Regular expression debugging output (turned on by C<use re 'debug';>) now
+uses hexadecimal when escaping non-ASCII characters, instead of octal.
 
 =head1 Security
 
@@ -245,6 +249,14 @@ C<Term::UI> has been upgraded from version 0.20 to 0.24
 
 =item *
 
+C<Thread::Queue> has been upgraded from version 2.11 to 2.12.
+
+=item *
+
+C<Thread::Semaphore> has been upgraded from version 2.11 to 2.12.
+
+=item *
+
 C<threads> has been upgraded from version 1.81_03 to 1.82
 
 =item *
@@ -483,6 +495,12 @@ three static in-line functions for accessing the 
information:
 C<get_regex_charset()>, C<set_regex_charset()>, and 
C<get_regex_charset_name()>,
 which are defined in the places where the orginal flags were.
 
+=item *
+
+A new option has been added to C<pv_escape> to dump all characters above
+ASCII in hexadecimal. Before, one could get all characters as hexadecimal
+or the Latin1 non-ASCII as octal
+
 =back
 
 =head1 Selected Bug Fixes
@@ -588,12 +606,6 @@ It hasn't yet been deduped with the entries that _are_ in 
the perldelta.
 
     Remove Mac OS classic code from numerous places throughout the core
 
-commit c0395286602760bd9b6d761786177bee69f9b3f5
-Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
-Date:   Wed Jan 19 10:27:27 2011 +0000
-
-    Update Log-Message-Simple to CPAN version 0.08
-
 commit 7fe50b8b8a4dc38fc341e3b403545aaca937f50e
 Author: Leon Timmermans <faw...@gmail.com>
 Date:   Tue Jan 18 16:40:07 2011 +0100
@@ -1379,13 +1391,6 @@ Date:   Sun Dec 26 18:10:57 2010 -0800
     for dying: some BASIC implementations give an error if you ask for ASC("")
     -- here ASC is their equivalent of our ord function.)
 
-commit 23e2fda90bc3d33c854bd36de712a45aca7a7711
-Author: Jerry D. Hedden <jdhed...@cpan.org>
-Date:   Fri Dec 24 12:53:28 2010 -0500
-
-    Upgrade to Thread::Queue 2.12
-    Upgrade to Thread::Semaphore 2.12
-
 commit cce04bebd8af026c2a6731940ddb895d3c1fc3e4
 Author: David Golden <dagol...@cpan.org>
 Date:   Mon Dec 13 17:36:33 2010 -0500
@@ -1403,32 +1408,4 @@ Date:   Mon Dec 13 17:36:33 2010 -0500
 
     I see this change as the first step towards future improvements.
 
-commit 0b76a1aba72393931944e93dffe81e1937ff3ac4
-Author: Jerry D. Hedden <jdhed...@cpan.org>
-Date:   Fri Dec 24 22:29:14 2010 +0000
-
-    [PATCH] Upgrade to threads::shared 1.36
-    [PATCH] Upgrade to threads 1.82
-
-commit c89df6cf6f70d6460ca3fec9d465e5e6e17fb3a7
-Author: Karl Williamson <pub...@khwilliamson.com>
-Date:   Sun Dec 19 11:08:47 2010 -0700
-
-    Change regexes to debug dump non-ASCII as hex.
-
-    instead of the less familiar octal for larger values.  Perhaps they
-    should actually print the actual character, but this is far easier than
-    the previous to understand.
-
-commit 681f01c2a5ff0846090d78599b3d4caeb93fda26
-Author: Karl Williamson <pub...@khwilliamson.com>
-Date:   Sun Dec 19 11:00:49 2010 -0700
-
-    pv_escape: Add option to dump all non-ascii as hex
-
-    This patch adds an option to pv_escape() to dump all characters above ASCII
-    in hex.  Before, you could get all chars as hex or the Latin1 non-ASCII
-    as octal, whereas the typical values for these that people think in are
-    given in hex.
-
 =cut

--
Perl5 Master Repository

Reply via email to