summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Notes on NaN structure, for future generation/extraction.Jarkko Hietaniemi2015-01-201-0/+35
* Document :constFather Chrysostomos2015-01-191-0/+7
* attributes.xs: Remove dVARFather Chrysostomos2015-01-191-1/+0
* Let attributes.pm know about the const attributeFather Chrysostomos2015-01-192-4/+22
* Add :const anon sub attributeFather Chrysostomos2015-01-191-1/+1
* avoid a build issue with non-threaded Win32 buildsTony Cook2015-01-201-2/+0
* remove multi-eval problem from File::GlobDaniel Dragan2015-01-192-6/+7
* Fixes for Pod-HTML tests after Pod-Simple updateJames E Keenan2015-01-182-3/+7
* Add 'strict' subpragma to 'use re'Karl Williamson2015-01-132-1/+139
* Simplify ext/SDBM_File layout and buildEd J2015-01-1328-114/+17
* Bump $VERSION following previous commitSteve Hay2015-01-101-1/+1
* Revert "fix attributes memcmp without len<6 (asan catch)"Steve Hay2015-01-102-2/+2
* POSIX.pod: Various nits, typos, clarificationsKarl Williamson2015-01-101-140/+159
* Fix broken ext/POSIX/t/wrappers.t on WindowsKarl Williamson2015-01-071-1/+1
* PATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7Karl Williamson2015-01-062-1/+18
* Add test case for [perl #123171]Karl Williamson2015-01-061-0/+21
* const a PERLIO vtable in PerlIO::encodingDaniel Dragan2015-01-052-3/+3
* b.t: Fix test sequence numbersFather Chrysostomos2015-01-051-0/+1
* fix test fail on unthreaded perlDaniel Dragan2015-01-051-1/+3
* const the custom op struct in Devel::PeekDaniel Dragan2015-01-052-6/+8
* make B psuedofork safeDaniel Dragan2015-01-052-9/+37
* const a table in BDaniel Dragan2015-01-031-1/+1
* File::Glob: avoid qsort() on no entriesDavid Mitchell2014-12-311-0/+1
* Bump re.pm version for changesMatthew Horsfall2014-12-281-1/+1
* Support for nocapture regexp flag /nMatthew Horsfall (alh)2014-12-281-1/+2
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-281-2/+2
* fixups to make the porting tests happyYves Orton2014-12-253-6/+6
* add new API function sv_get_backrefs()Yves Orton2014-12-252-0/+71
* Fix compilation errors in DynaLoader.c with MinGW/gcc -xc++Steve Hay2014-12-242-2/+2
* Increase $B::VERSION to 1.55Father Chrysostomos2014-12-231-1/+1
* Some B pad testsFather Chrysostomos2014-12-231-0/+29
* Add id and outid methods to B::PADLISTFather Chrysostomos2014-12-232-0/+16
* Ignore cx of padsv for padrange optimisationFather Chrysostomos2014-12-212-12/+12
* Increase $Opcode::VERSION to 1.31Father Chrysostomos2014-12-211-1/+1
* Increase $POSIX::VERSION to 1.49Father Chrysostomos2014-12-211-1/+1
* Increase $arybase::VERSION to 0.10Father Chrysostomos2014-12-211-1/+1
* Increase $VMS::DCLsym::VERSION to 1.06Father Chrysostomos2014-12-211-1/+1
* Remove bogus ST(0) assignment from DCLsym.xsFather Chrysostomos2014-12-211-1/+1
* Remove bogus GIMME check from DCLsym.xsFather Chrysostomos2014-12-211-5/+3
* Use GIMME_V in POSIXFather Chrysostomos2014-12-211-4/+4
* Use GIMME_V in OpcodeFather Chrysostomos2014-12-211-1/+1
* Propagate context properly in Safe->revalFather Chrysostomos2014-12-212-1/+19
* Use GIMME_V in arybaseFather Chrysostomos2014-12-211-1/+1
* PerlIO::scalar: skip the 4GB seek test if off_t is too smallTony Cook2014-12-201-0/+3
* [perl #123458] list cx re::regexp_pattern($nonre)Father Chrysostomos2014-12-191-0/+1
* ODBM: fix a compiler warning.David Mitchell2014-12-191-1/+1
* NDBM: silence 'unused var' warnings x 2David Mitchell2014-12-191-0/+4
* B.xs: remove redundant assignmentDavid Mitchell2014-12-191-1/+1
* fix PerlIO::scalar get_cnt when the file position is beyond 2GBTony Cook2014-12-181-1/+1
* don't allow a negative file position on a PerlIO::scalar handleTony Cook2014-12-182-5/+17