In perl.git, the annotated tag v5.13.8 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/9e558ef2f9e0da2cbe687269c17fbf354568a1dd?hp=0000000000000000000000000000000000000000>
at 9e558ef2f9e0da2cbe687269c17fbf354568a1dd (tag)
tagging b6aa14cd2bcbea5793902cd478a4258670ce6000 (commit)
replaces v5.13.7
tagged by Zefram
on Sun Dec 19 21:38:12 2010 +0000
- Log -----------------------------------------------------------------
Perl 5.13.8
Abhijit Menon-Sen (2):
Make sure META.yml mentions perlbug as the right place to file bugs
The CPAN release will include Test::More to be used on old Perls
Abigail (2):
Added a statement about the examples in perl's documentation
Be more consistent with 'the Perl core'
Andreas J. Koenig (1):
Tiny pod fix
Ben Morrow (1):
%x can't be used directly with pointers.
Brad Gilbert (15):
Replaced '1 while unlink' with 'unlink_all' in t/op/write.t
Replaced '1 while unlink' with 'unlink_all' in t/io/argv.t
Replaced '1 while unlink' with 'unlink_all' in t/io/fs.t
Replaced 'unlink' with 'unlink_all' in t/io/nargv.t
Replaced '1 while unlink' with 'unlink_all' in t/io/perlio.t
Replaced 'unlink' with 'unlink_all' in t/lib/deprecate.t
Replaced 'unlink' with 'unlink_all' in t/op/filetest.t
Replaced 'unlink' with 'unlink_all' in t/op/goto.t
Replaced 'unlink' with 'unlink_all' in t/op/magic.t
Replaced '1 while unlink' with 'unlink_all' in t/op/stat.t
Replaced 'unlink' with 'unlink_all' in t/op/sysio.t
Replaced 'unlink' with 'unlink_all' in t/re/qr.t
Replaced '1 while unlink' with 'unlink_all' in t/run/switches.t
Replaced '1 while unlink' with 'unlink_all' in t/uni/write.t
Modified unlink_all in t/test.pl to return the count of unlinked files
This will make it so that it can be a drop-in replacement for unlink
Chip Salzenberg (4):
add %jd to printf where C99 exists; tweak %zd and %td
smoke tests for %hhd %zd %td
document new printf size modifiers
update warnings tests to cope with %z now being valid. use %y instead
Chris 'BinGOs' Williams (19):
v5.13.7 epigram added.
Created perldelta for v5.13.8
Update TOC for perl5.13.8
Add the new shiny perldelta file I neglected to add.
Update IPC-Cmd to CPAN version 0.66
Update Unicode-Collate to CPAN version 0.68
Update MIME-Base64 to CPAN version 3.11
Update MIME-Base64 to CPAN version 3.12
Update MIME-Base64 to CPAN version 3.13
Change the default for usemymalloc to 'n' for NetBSD
Update Maintainers.pl for the CPAN'd version of Module-CoreList
Update Locale-Codes to CPAN version 3.15
Update ExtUtils-CBuilder to CPAN version 0.2800
Update ExtUtils-CBuilder to CPAN version 0.2801
Update Digest-SHA to CPAN version 5.49
Update ExtUtils-CBuilder to CPAN version 0.2802
Update Digest-SHA to CPAN version 5.50
Fix typo in perlvar
Update Archive-Tar to CPAN version 1.74
Craig A. Berry (15):
Fix multiple perldelta entries from buildtoc on VMS.
Fix Time::HiRes probes on VMS.
Skip t/porting/FindExt.t on VMS.
Skip multi-arg piped open in autodie test on VMS.
Bump Time::HiRes version after 4edfaa8809ab489b9ce1c7936973edc2c80216db.
Skip eintr.t on VMS.
Make vms/writemain.pl go the way of writemain.SH.
Fix some =/== nits in vms/vms.c
Fix some unreachable and return nits in vms/vms.c.
Remove unused include file from vms/vms.c.
Fix K&R-style function declaration.
Remove lots of unused, VMS-specific variables.
Proper sa_len configuration for VMS.
Reduce redundant macros and prototypes in vmsish.h.
Explicitly close filehandle in ExtUtils::CBuilder::have_compiler().
David Golden (6):
Clarify m?PATTERN? is ok and only ?PATTERN? is not
minor amendment to documentation of ?PATTERN?
Filehandle method calls load IO::File on demand
Clarify this is the Perl 5 interpreter for manpage and META
Fix failing ExtUtils-CBuilder test
Change ExtUtils::CBuilder upstream to blead
David Leadbeater (8):
Make Storable correctly store coderefs with UTF-8 flag
Up Storable minor version
Up Storable version to 2.25
perldelta for Storable saving a code reference as UTF-8
The docs for SvRX and SvRXOK still refered to magic and the code snippet
[perl #80548] Add the stash name to DTrace probes
[perl #80674] Fix compilation with very old versions of glibc
[perl #80548] perldelta for DTrace package name change
David Mitchell (10):
make PL_perlio an array of PerlIOl, not PerlIO *
add 'head' field to PerlIOl struct
add PerlIO_init_table() to initialise PL_perio
perlio: always guard against null function table
Make PerlIO marginally reentrant
disable t/io/eintr.t on windows
in perlipc, 'named pipes' was in signals section
document why eintr.t needs to be skipped on Win32
don't upgrade overload IV return values to NV
only call amagic_deref_call() if we have to
Father Chrysostomos (110):
Fix hv_name_set when there is an HvENAME
hv_undef .= _flags
Make hv_undef leave HvENAME alone
Eliminate the newname param from mro_package_moved
Increase Unicode'UCD::s version
Correct test count in UCD.t
[perl #77926] Glob reification during localisation
Revert "Globs that are in the symbol table can be unglobbed"
S_hfreeentries: keep OOK off unless adding something to aux
âIf you are upgrading from 5.13.6...â
Add flags param to hv_ename_*
mro_package_moved must act on all effective names
Remove redundant check
Newly-created stashes may need effective names added
Clarify the hekp assignment in dump.c
Donât CLONE nameless hashes
Only call mro_package_moved on new substashes
Document the refcount of version functionsâ retval
Stop eval "no 5" from leaking
Stop eval "use 6" from leaking
[perl #78438] Memory leak with 'use v5.42'
Stop eval "BEGIN{die}" from leaking
[perl #78634] Conflict in defining constant INIT
Avoid redundant hv_delete call in pp_entereval
Fix compiler warning
[perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisation
Clarify op_lvalueâs docs
[perl #78908] Reinstate mod for one more stable release
[perl #79178] STORE/FETCH of tie()d hash get stringified key
perldelta up to a3179684
Add Devel:: to the -d:- perldelta entry
[perl #78716] Bogus read after seek beyond end of string
Add Michael Fig to AUTHORS
Increase overload.pmâs version
Avoid a redundant check in mro.c
mro.c: Assert that the previous commit is correct
Increase PerlIO::scalarâs version
Make *ISA assignment slightly faster
Suppress test warning added by 04698ff6
perldelta up to 2a25d7b6
Increase Socket.pmâs version
Add Socket version numbers to perldelta
perldelta up to abf9167d
perldelta up to a51ee39b
perldelta for 04698ff
perldelta up to 8e747b69
++substr $re::VERSION, -1
perldelta for 75f5d3312
perldelta for d54f8cf785
AUTHORS: e-mail addr for Lukas Mai
perldelta for 94a75ecf
perldelta: The last few commits are not noteworthy
[perl #63540] bizarre closure lossage
perldelta entry for [perl #63540]
[perl #68560] calling closure prototype SEGVs
perldelta entry for [perl #68560]
Oops.
Another oops.
Use ' to avoid interpolation
[perl #77762] Constant assignment warning
Suppress warning from t/op/attrs.t
Fix memory leak in hfreeentries
perldelta up to 779bcb7d
Make next_edgecases.t easier to deal with
[perl #68654] next::method doesn't see UNIVERSAL
++substr $mro'VERSION, -1
perldelta for [perl #68654]
perldelta up to 6b7c6d959
[perl #64792] Document $? in perlfunc/exit
[perl #80098] Bleadperl breaks Attribute::Lexical
Revert "Make untie check the FAKE flag on globs"
Revert "[perl #77688] tie $scalar can tie a handle"
Revert "[perl #77496] tied gets scalars and globs confused"
Fix up tests to work around tie $handle
Deprecate tie $handle without *
perldelta for the tie $handle changes
Document the explicit * in tie *$handle
Add Peter Holzer to AUTHORS
Emit warning for use re "/ul"
Un-TODO and un-SKIP the [perl #22354] tests
Hideous to-do tests for (?{}) scoping issues
To-do tests for abnormal exiting from (?{})
[perl #66104] Bugs in extended regexp features
Avoid setting PL_cv_has_eval unnecessarily
[perl #19135] string eval turns off readonlyness on lexicals
perldelta for 558b442/[perl #66104]
[perl #68658] attributes turn "state" into "my"
perldelta for [perl #19135]
[perl #72090] unitialized variable name wrong with no strict refs
perldelta for 0e5d25b
perldelta for [perl #68658]
perldelta for [perl #72090]
[perl #68712] caller() filenames broken by "use"
Add ext/XS-APItest/t/refs.t to MANIFEST
Fix test count in ext/XS-APItest/t/refs.t
Fix some casts in typemap
perldelta for [perl #68712]
[perl #76026] match variables persist between calls to a sort sub
Fix test count in t/re/pat.t
perldelta for 88b5a87
perldelta for 78cdf10
perldelta for ad021bf/[perl #76026]
perldelta for a4256772
perldelta tweaks
Increase B::Conciseâs version
perldelta for 8e720305
perldelta for a42d024
perldelta for 20f15c4
perldelta for efef081 and 91fad77
Test B::Conciseâs -tree mode
Florian Ragwitz (28):
Only clean up the generated perldelta
Fix signature of sv_unmagic in perlguts.pod
It's a little late to get changes into 5.12
Upgrade Memoize from version 1.01_03 to 1.02
Fix a typo in perlmod
Eliminate strlen and strEQ usage in gv_fetchmethod
Add sv_unmagicext
Add mg_findext
Add tests for sv_{,un}magicext and mg_findext
Update perlguts for sv_unmagicext and mg_findext
perldelta for mg_findext and sv_unmagicext
Fix B test failure introduced in 6b7c6d9
Upgrade if from version 0.06 to 0.0601
This commit doesn't really need a delta entry
Perldelta for 22a3069
Dual-life Devel::SelfStubber
legacy.pm is no more
Dual-life I18N::Collate
Localise temporary FHs in the EU::Constant tests
Dual-life Env
Dual-life autouse
Encode has CPAN as its upstream
Upgrade Devel-SelfStubber fro version 1.03 to 1.04
Dual-life File::CheckTree
Dual-life Dumpvalue
Upgrade Env from version 1.01 to 1.02
Upgrade Dumpvalue from version 1.14 to 1.15
Upgrade Devel::SelfStubber from 1.04 to 1.05
H.Merijn Brand (2):
Special compiler settings only change for 64bitall, not for 64bitint
Add probe for sa_len availability in sockaddr struct
Jan Dubois (22):
Include ws2tcpip.h to get IPv6 definitions
Pass STATIC_EXT to t/porting/FindExt.t
Sync win32/Makefile with win32/makefile.mk
Can't spawn fresh Perl interpreter with an empty PATH
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Use default stack size on Windows
Windows 95 Chainsaw Massacre
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Remove dead Windows code
Get rid of PERL_MSVCRT_READFIX
Always build with crypt() support on Windows
Don't advertise PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED
Upgrade Win32 from CPAN (from 0.39 to 0.40)
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Fix file permissions mangled by #0e5d25bf
Revert change to AUTHORS #ea316027e
Update Win32 from CPAN (from 0.40 to 0.41)
#define some symbols for VC6 compatibility
Define our own sockaddr_in6 for VC6
skip_all() is a separate function in test.pl
Silence some data truncation compiler warnings
Jerry D. Hedden (3):
Skip t/io/eintr.t on Cygwin, too - hangs
Fix uninit compiler warning in mro.c
Fix compiler warning in hv.c on MSWin32
Jesse Vincent (7):
Wordsmithing of Abigail's prose.
Remove a paragraph from perl.pod pimping it as a sed/awk replacement.
Remove a now-inaccurate statement about setuid scripts
remove more a2p/s2p from perl.pod
Don't explicitly talk about our support for DBM files as a feature.
Slightly update perl.pod's "DESCRIPTION"
First draft of a documentation policy.
John Peacock (1):
Bring core Perl in line with CPAN 0.86 release
Karl Williamson (127):
UCD.pm: Don't use NamedSequences.txt, saves disk
UCD.pm: Don't use CompositionExclusions.txt
UCD.pm: Add info about named sequence alternatives
mktables: Smaller tables if not -DDEBUGGING
mktables: comment typo and expand other comments
mktables: Clean up warning msg
regcomp.h: Reorder statements for clarity
regcomp.c: Remove references to old #define
regcomp.h: Add comment
regex free up bit in ANYOF node
regcomp.sym: Fix descriptions
re/pat.t: Skip tests on EBCDIC
perl.h: Expand comment
PL_fold wrong for EBCDIC platforms.
regexec.c: Split EXACT, folding nodes in regrepeat
Nits in perlunicode.pod
regcomp.sym: Clarify comment
perl.h: Add latin1 fold table
rename ANYOF_UNICODE to ANYOF_NONBITMAP
regcomp.c: Fix indent
regcomp.h: Renumber ANYOF_EOS bit
regcomp.h: Add comment
regcomp.c: Add explanatory comment
regcomp.c: Optimizer wrongly turning off bit
Split ANYOF_NONBITMAP into two components
utf8_heavy: Guard against infinite recursion
mk_PL_charclass.pl: Correct comment
regexec.c: Correct indent
utfebcdic.h: comment additions, fix typo
utf8.h: Add macro TWO_BYTE_UTF8_TO_UNI()
pp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNI
pp.c: tiny performance enhancement
Add fold_grind.t
reg_fold.t: Don't duplicate fold_grind.t
regcomp.c: Add comment
regcomp.c: Add comment
regexec.c: utf8 could fold to ascii/latin1
regexec.c: indent code in new block
mk_PL_charclass.pl: Find non-latin1 folds
l1_char_class_tab.h: Add new bit to table.
handy.h: New #define to use new bit
fold_grind.t: Only test [char classes]
[bracketed char class] fixes
regcomp.h: Restore separate bit for LOC class
Add Perl_foldEQ_latin1()
fold_grind.t: Make unicode semantics pattern differently
regexec.c: Latin1 chars can fold match UTF8_ALL
regcomp.sym: Add EXACTFU regnode
regexec.c: clarify comments
utf8.h: Add #define for Greek small MU
regexec.c: pull array lookup out of loop
regexec.c: Add handling for EXACTFU nodes
regcomp.c: remove unnecessary tests
regcomp.c: Generate EXACTFU nodes
regcomp.c: Typo in comment
Fix debug output
regcomp.c: Use hex instead of octal for debug ords
regcomp.c: Handle EXACTFU nodes in optimizer
test.pl: Add native to uni ord fcns
fold_grind.t: Enable EXACTish tests
reg_fold.t: Disable single char fold testing
reg_fold.t: Add tests for simple Latin1 folds
regcomp.c: Remove duplicate statement
re/reg_fold.t: use array size for test counts
regcomp.c: typo in comment
regcomp.c: teach tries about EXACTFU
regcomp.c: utf8 pattern defaults to Unicode semantics
regcomp.c: Use latin1 folding in synthetic start class
regcomp.sym: update comment
regcomp.sym: Add REFFU and NREFFU nodes
re/fold_grind.t: Refactor to test utf8 patterns.
regexec.c: Handle REFFU and NREFFU; refactor
regcomp.c: Generate REFFU and NREFFU
re/fold_grind.t: Add tests for NREFFU, REFFU
Nit in perlunicode.pod
Document Unicode doc fix
Nit in perlre.pod
Nit in perlunicode.pod
Nit in perluniintro.pod
regcomp.c: Move code out of longjump area
utf8.h: Add whitespace for readability
utf8.h: Need to make sure macro result fits in byte
regecomp, regexec: Use mnemonic character names
regcomp.c: small efficiency gain
regcomp.c: small efficiency improvement
regcomp.c: small efficiency, portability fix
regexec.c: Clean up initialized vars in switch
regcomp.c: Fix longjmp-related warnings
regcomp.sym: Remove misleading comments
regcomp.sym: Re-order for better grouping
regcomp.c: Revert to using regcomp.sym order
uni/fold.t: Prevent [] from being optimized out
toke.c: highlight problematic-mentioning comment
toke.c: Fix EBCDIC problem
regcomp.c: Add locale for \d
regcomp.sym: Correct DIGITL, NDIGITL entries
regexec.c: Add missing handlers for locale \d
regexec.c: Fix locale and \s
regcomp.c: clarify comment
regcomp.c: remove unncessary counting
regcomp.c: Remove no longer necessary loop
regcomp.c: Fix compiler warning
regcomp.c: isASCII doesn't match outside ANYOF bitmap
regcomp.c: remove no longer needed test
regcomp.c: fix indent
regcomp.c: Change constants for clarity.
Subject: [PATCH] regcomp.c: adjust flag
regcomp.c: When inverting a [], adjust bit count
regcomp.c: Move [] inversion optimization
regcomp: Allow freeing up bit in ANYOF flags
regcomp.c: Clean up optimization for 1-char []
unicode_strings.t: Revise tests for EBCDIC, clarity
perldelta: mention need to update unicode pods
re/pat.t: Add todo test for #38133
blead breaks Attribute::Constant
regcomp.c: Fix VC6 compiler warnings
Revamp t/uni/fold.t
regex: Multi-char /i shouldnt match single char []
regexec.c: white space changes due to prev. commit
mk_PL_charclass.pl: extend for multi-char folds
l1_char_class_tab.h: include multi-char folds
regcomp.c: More work on ANYOF_CLASS
regcomp.c: Optimize [cC] char class to EXACTF
uniprops.pod: restore properties counts
test.pl: extend EBCDIC functions to beyond 255
re.t: Avoid encoding issues by using hex chars
re.t: Use portable C locale
Lukas Mai (1):
[perl #79914] documentation bug in perldoc perlvar $|
Marvin Humphrey (1):
Document use of strlen() by is_ascii_string(), is_utf8_string() and
friends.
Max Maischein (3):
Add fold_latin1 to the list of exported variable symbols (unbreaking
Win32+gcc build)
Make Porting/expand-macro.pl use $Config{make} instead of hardcoded `make`
Windows compatibility fixes for running expand-macro.pl:
Michael Breen (1):
[perl #71286] fallback/nomethod failures
Michael Fig (1):
[perl #79680] overload 1.10 sprintf fails taint checking
Nicholas Clark (64):
Move the test for Win32's FindExt.pm to t/porting, and run it
automatically.
No need to clone pad name 0, as it's never used.
When dup'ing CVs, only take the OP_REFCNT_LOCK if it is needed.
Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK**
Remove unused variable from S_set_regclass_bit_fold()
Fix a typo introduced by 15d9236d3878cc50. (The wrong member of a union).
Deprecate sv_compile_2op()
Explicitly export Perl_sv_compile_2op_is_broken(), for ext/re.
Refactor Peek.t to give more useable diagnostics.
Test dumping stashes, with various combinations of NAME and ENAME.
Refactor ENAME dumping in Perl_do_sv_dump() to simplify the code slightly.
Use newSVpvs_flags() instead of sv_2mortal(newSVpvs())
Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with
-M-foo
Make BEGIN {require 5.12.0} behave as documented.
In deparse.t, give a description to every test. Remove the test numbers.
Proper Makefile dependencies for the x2p/s2p rule.
Generate perlmain.c using ExtUtils::Miniperl, instead of writemain.SH.
Remove makeaperl, never used, a wrapper for ExtUtils::MakeMaker::makeaperl
Make my $pi := 4; a syntax error.
Correct a copy&pasto - := is now an error, and no longer a warning.
Break out code from Perl_sv_gets() which is self contained and exits
directly.
In Perl_sv_gets(), shortbuffered is always 0 when rslen is 0.
Add a verbose option to -DP, and replace C<#if 0> blocks in sv_gets()
with it.
Following fbcaf61123069fe4, remove perlmain.c from the initial list of C
files.
In S_scan_const(), use my_snprintf() instead of my_sprintf().
Restore building Encode's subextensions for a static build.
Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker.
Remove the Makefile command to touch perlmain.c after running makedepend.
Uncomment and fix up tests at the end of Storable's blessed.t
In Storable.xs fix #80074, caused by the Perl stack moving when expanded.
Refactor Storable::read_magic to avoid 4 arg substr.
Storable's t/malice.t now needs to use a minor version >4 ahead for
testing.
Convert all Storable's tests to use Test::More.
5.8.8's Test::More doesn't provide note(), so revert to a print statement.
As of 2.25, 5.6.x is writing minor version 8, so update malice.t
Fix permissions for ext/XS-APItest/t/refs.t, added as +x in
88b5a879c6c933e0.
Check return values in the test programs run by syslfs.t and lfs.t
Reduce inconsistencies between ext/Fcntl/t/syslfs.t and t/op/lfs.t
Convert ext/Fcntl/t/syslfs.t to File::Temp
Refactor syslfs.t and lfs.t to call bye() directly from explain() when
skipping.
In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().
In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().
Add $Tests_Are_Passing to test.pl, analogous to Test::Builder's
is_passing().
Convert ext/Fcntl/t/syslfs.t to Test::More and t/op/lfs.t to test.pl
Convert all File::Glob tests to Test::More.
Add another e-mail address for Renee Baecker's to checkAUTHORS.pl
Remove redundant use strict,warnings,?DBM_File from
ext/?DBM_File/t/?dbm.t.
Convert ext/GDBM_File/t/gdbm.t to Test::More.
Convert ext/NDBM_File/t/ndbm.t to Test::More.
Convert ext/ODBM_File/t/odbm.t to Test::More.
Convert ext/SDBM_File/t/sdbm.t to Test::More.
Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a
file.
Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename.
Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.
Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising the class
name.
Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to
t/lib/dbmt_common.pl
Remove "dead" RCS $Id$ tags from files that we own.
Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).
In dbmt_common.pl, change checkOutput(...) to 5 calls to is().
Convert ext/IPC-Open3/t/IPC-Open3.t to Test::More
Convert ext/Opcode/t/ops.t to Test::More
Convert ext/PerlIO-encoding/t/encoding.t to Test::More.
Refactor ExtUtils::Constant::Utils backwards compatibility code.
Refactor ExtUtils::Constant's tests to pass cleanly on older versions.
Nick Cleaton (1):
[perl #79152] super-linear cache can prevent a valid match
OtrsUser (1):
add some tests for the regex flags u, d, and l
Paul "LeoNerd" Evans (5):
Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6()
Implement sockaddr_in6 wrapper
Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACK
Adjust unit tests to cope with new sockaddr_in6 functions in Socket
(pulled in via IO::Socket)
Added Paul Evans to AUTHORS
Paul Evans (5):
Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6()
Implement sockaddr_in6 wrapper
Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACK
Adjust unit tests to cope with new sockaddr_in6 functions in Socket
(pulled in via IO::Socket)
Added Paul Evans to AUTHORS
Peter J. Holzer (1):
[perl #80220] order of hash keys wrong in perlfunc.pod
Peter John Acklam (1):
Spelling: reminder -> remainder
Rafael Garcia-Suarez (4):
Don't use "try" as a variable name
No need to nest printfs. DIE() takes format strings.
Fix a warning (that spotted a potential mro bug that I could not produce)
Revert "Configure has a path to less and perl5db.pl can use it"
Reini Urban (2):
Make entertry a LOGOP, not BASEOP/UNOP
Fix [perl #80632] -MO=Concise,-tree format
Ricardo SIGNES (2):
Typo fix
Remove ; from use statements for readability. (Obeying the documentation
Ricardo Signes (1):
perlfaq is not the only exception; just say "few"
Tony Cook (3):
Fix C++ build problems introduced in 9a5a5549
Fix C++ breakage introduced in d7ef4b73
Re-order the tests to match the comment
Yves Orton (2):
make the jump point a little more obvious in a comment
make empty string regexp stringify to the same thing regardless of
unicode flags
Zefram (31):
Deprecate ?PATTERN? without explicit m operator
stopgap hack for $@ as unwinding reason indicator
fix various compiler warnings from XS code
recursive-descent expression parsing
rename some grammar productions for clarity
mark blockhooks API as experimental
permit labels to be stacked
perldelta for d9a4b459f94297889956ac3adc42707365f274c2
perldelta for bf5522a13a381257966e7ed6b731195a873b153e
perldelta for 9cef83062267e94311e1fd8744396e440642738e
perldelta for 8e88cfee26d866223a6b3bfffce6270271de00db
perldelta up to ca88a729
bump autodie version for blead test fix
bump ExtUtils-CBuilder version for blead change
bump threads-shared version for blead XS changes
bump Unicode-Collate version for blead changes
bump Unicode-Normalize version for blead changes
bump version of many modules
perldelta for updated modules
near-finalisation of perldelta
perldelta details of module updates
bump perl version number for 5.13.8
link perldelta entries to perlapi sections
update references to earlier versions
perldelta wording nit
acknowledgements in perldelta
update META.yml
update Module::CoreList for 5.13.8
add new release to perlhist
add autodie tag :2.1001 for blead-updated version
fix -tree test for non-threaded perl
brian d foy (1):
perlfaq5: How do I make a temporary file name?
gfx (1):
Fix XS types in typemap in order to deal with references with get magics
correctly
-----------------------------------------------------------------------
--
Perl5 Master Repository