summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* refine the skip test for the 32-bit x86 ABI brokenessTony Cook2015-09-101-2/+2
* Add more -DL debugging infoKarl Williamson2015-09-081-3/+18
* Rmv trailing ';' on #endifKarl Williamson2015-09-071-1/+1
* Fix a couple of pod issuesKarl Williamson2015-09-051-1/+1
* Fix broken link in pod for Hash::Util::FieldHashKarl Williamson2015-09-051-2/+2
* amigaos4: ext/POSIX: no fancy signalsAndy Broad2015-09-051-1/+9
* amigaos4: ext/POSIX: no mkfifoAndy Broad2015-09-051-1/+1
* amigaos4: add Amiga::ARexx and Amiga::ExecAndy Broad2015-09-0514-0/+1577
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-032-2/+2
* Start fixing some pod pedantic errorsKarl Williamson2015-09-034-83/+83
* XS-APItest/t/svpv_magic.t: Generalize for EBCDICKarl Williamson2015-09-031-2/+2
* XS-APItest/t/svpeek.t: Skip ASCII-centric test on EBCDICKarl Williamson2015-09-031-2/+5
* ext/XS-APItest/t/svcat.t: Generalize to run on EBCDICKarl Williamson2015-09-031-4/+5
* Avoid %Config check on Errno load if it was built with PERL_BUILD_EXPAND_CONF...Todd Rinaldo2015-08-271-2/+13
* Do not inject use Config into Dynaloader.pm when PERL_BUILD_EXPAND_CONFIG_VARSTodd Rinaldo2015-08-271-2/+8
* POSIX: version bump for d7a0f0bJarkko Hietaniemi2015-08-211-1/+1
* POSIX: mention the Inf, NaN constants; other small tweaksJarkko Hietaniemi2015-08-211-5/+27
* Update list of files to clean for ceab18aaa.Matthew Horsfall2015-08-201-1/+1
* b992490d copied wrong for ext re.Jarkko Hietaniemi2015-08-201-5/+5
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-6/+0
* make my (...) = @_ non-OPpASSIGN_COMMON_RC1David Mitchell2015-08-171-4/+4
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-175-64/+64
* Increment $VERSION for POSIX to 1.56James E Keenan2015-08-101-1/+1
* Pod tweak for [rt.perl.org #125710].Jarkko Hietaniemi2015-08-101-1/+3
* 32-bit x86 ABI cannot do signaling nans [rt.perl.org #125710]Jarkko Hietaniemi2015-08-101-1/+19
* Fix test label.Jarkko Hietaniemi2015-08-101-1/+1
* Sanity x86 long double check.Jarkko Hietaniemi2015-08-101-0/+2
* Added {unlock,lock}_hashref_recurse to @EXPORT_OKAaron Priven2015-08-042-0/+3
* Guarantee that, after unlocking, the hash is actually assignable.James E Keenan2015-08-042-3/+41
* add a small note that find2perl is not in coreRicardo Signes2015-08-021-2/+3
* XS-APItest/t/handy.t: Handle early UnicodesKarl Williamson2015-07-281-6/+11
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-5/+5
* inline_invlist.c -> invlist_inline.hJarkko Hietaniemi2015-07-221-6/+6
* bump $DynaLoader::VERSION to 1.33Tony Cook2015-07-201-1/+1
* Replace reference to newXSUB with newXS.Matthew Horsfall (alh)2015-07-201-1/+1
* Document and ensure that sv_catpvf() does no argument orderingAaron Crane2015-07-153-1/+32
* Delete experimental autoderef featureAaron Crane2015-07-131-2/+2
* Don't create zero-length filename on VMS in Typemap.tCraig A. Berry2015-07-091-1/+4
* dont report a $@ exception with uninitialized $!'s message in IPC::Open3Daniel Dragan2015-07-082-3/+47
* add test that fails for #124181 to Typemap.tDaniel Dragan2015-07-083-4/+29
* Change wording of warning due to Unicode Standard changeKarl Williamson2015-07-061-1/+1
* Increment $VERSION in 4 .pm files whose .xs has changed.James E Keenan2015-06-273-3/+3
* There is no SSize_t_size.Jarkko Hietaniemi2015-06-261-1/+1
* If IVSIZE == LONGSIZE, long cannot be beyond IV_MIN/IV_MAX.Jarkko Hietaniemi2015-06-261-1/+1
* nl_langinfo code can be negative.Jarkko Hietaniemi2015-06-261-1/+6
* strtol and strtoul base should be [2, 36] or zero.Jarkko Hietaniemi2015-06-261-26/+44
* tcsetattr optional_actions can be invalid.Jarkko Hietaniemi2015-06-261-1/+6
* tcsetattr fd can be bad.Jarkko Hietaniemi2015-06-261-5/+10
* dup2 fds can be bad.Jarkko Hietaniemi2015-06-261-5/+11
* tcdrain fd can be bad.Jarkko Hietaniemi2015-06-261-2/+7