| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
If perl was configured without XS/APItest as an extension, make test and make
test_harness won't even run the tests anyway. Also, XS-APItest only lives in the
core, so it's only ever going to be tested there, making conditional tests
depending on $] unnecessary.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Testers on IRC have also discovered that the upgrade to
ExtUtils-MakeMaker-6.57_05 has resulted in some Module-Install tests
failing
|
|
|
|
|
| |
Testers on IRC have discovered that the upgrade to Encode-2.40 has resulted
in some libwww-perl tests failing
|
|
|
|
|
|
|
| |
The *.SH wildcard wrongly matched *.sh files on Windows's case-insensitive
filesystem, leading to an exec bit getting set where it shouldn't have been
Thanks to rafl and vincent for spotting the problem and the cause
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Hopefully the last-but-one update
|
|
|
|
|
| |
Not strictly necessary for these modules since they don't get installed
anyway, but their XS files have been changed since 5.13.4
|
|
|
|
| |
The XS file has been changed since 5.13.4
|
|
|
|
| |
The XS file has been changed since 5.13.4
|
|
|
|
|
| |
Not finished yet, but nearly there already thanks to the efforts of rafl
over the last month :-)
|
| |
|
|
|
|
| |
Fixes some minor typos, and adds more links, mostly to rt.perl.org.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Commit d27f2b2f9d9e8675f5b63a1453279409ca22f8b6 changed the abstract in the main
pod file. This does the same thing for the abstract in META.yml.
Also update our no_index directories for some moved dual-life modules, while
we're at it.
|
| |
|
| |
|
| |
|
|
|
|
| |
These would fail when smokes tested under unicode locales.
|
| |
|
|
|
|
|
|
|
|
|
| |
Hash::Util used "reftype($v) eq 'HASH'" without checking for
undefinendness. This patch rectifies that. Also bumps Hash::Util
version.
Original patch and detective work by Chas. Owens. Modified by Steffen
Mueller.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's was intended as a temporary namespace only, and we really don't want to
ship it in any release until we've figured out what it should really look like.
This reverts commit 05c0d6bbe3ec5cc9af99d105b8648ad02ed7cc95,
"add sv_reftype_len() and make sv_reftype() be a wrapper for it"
commit 792477b9c2e4c75cb03d07bd6d25dc7e1fdf448e,
"create the "mauve" temporary namespace for things like reftype"
commit 8df6b97c1de8326d50ac9c8cae4bf716393b45bb,
"mauve.t needs access to %Config, make sure it's available"
commit cfe9162d0d593cd12a979c73df82c7509b324343,
"use more efficient sv_reftype_len() interface"
and commit 47b13905e23c2a72acdde8bb4669e25e5eaefec4
"add more tests to lib/mauve.t so it tests also that mauve::reftype can return "LVALUE""
There's a `mauve' branch still containing all the code for the temporary mauve
namespace. That should be used to work on it until it's mostly ready to be
released, and only then merged to blead. Alternatively, it should be deleted if
another way to provide mauve's features in the core is found.
|
|
|
|
|
|
|
|
|
|
| |
8 and 9 are not treated as alphas in parsing as opposed to illegal
octals.
This also adds tests to verify that 1-3 digits work in char classes.
I created an isOCTAL macro in case that lookup gets moved to a bit
field, as I plan to do later, for speed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Revert 'make regen' special case advice of
94e892a68016a417b1b324213d39309b8b744d0e, leave the minor whitespace cleanup.
|
|
|
|
| |
Oooops!
|
| |
|
| |
|
| |
|
|
|
|
|
| |
AUTOLOAD documentation didn't mention that if AUTOLOAD is implemented
as an XSUB, $AUTOLOAD is not populated.
|
|
|
|
|
|
| |
I ran some experiments and found out that the user-defined casing worked
in ways that were surprises to me. And thus, this brutally lays out its
shortcomings.
|
|
|
|
|
|
|
|
| |
The netbsd - 5.0.2 compiler pointed out that the recent changes to add
longjmps to speed up some regex compilations can result in clobbering a
few values. These depend on the compiled code, and so didn't show up in
other compiler's warnings. This patch reinitializes them after a
longjmp.
|
| |
|
| |
|