summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* merge leavegiven op type into leaveloopZefram2017-12-051-1/+1
* remove unused CXp_FOR_DEF and OPpITER_DEFZefram2017-11-293-13/+13
* remove useless "break" mechanismZefram2017-11-293-4/+4
* avoid gratuitous given/when in testZefram2017-11-281-14/+9
* remove useless "default" mechanismZefram2017-11-281-3/+1
* eviscerate smartmatchZefram2017-11-221-3/+2
* regularise "when"Zefram2017-11-211-2/+2
* fix other pod versions that had become out of date, and add reminder commentsKaren Etheridge2017-11-181-2/+2
* rip out quicksort and sort algorithm controlZefram2017-11-172-43/+1
* Suppress warning in XS-APItest’s sniscow.tFather Chrysostomos2017-11-161-1/+1
* I18N::Langinfo: Add note to podKarl Williamson2017-11-161-1/+6
* DynaLoader simplify parsing option ruleNicolas R2017-11-151-6/+4
* POSIX.pod: Add cautions about locale useKarl Williamson2017-11-141-1/+7
* fix ext/B/t/optree_specials.tDavid Mitchell2017-11-141-12/+18
* rip out Perl version portability from BZefram2017-11-1410-437/+109
* in B::Concise, show RV target betterZefram2017-11-143-8/+59
* change OP_MULTICONCAT nargs from UV to SSize_tDavid Mitchell2017-11-131-3/+3
* rename op_aux field from 'size' to 'ssize'David Mitchell2017-11-131-4/+4
* test wrap_keyword_plugin (RT #132413)Lukas Mai2017-11-112-2/+34
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-1117-47/+36
* Make VMS::Stdio declare PERL_EXT.Craig A. Berry2017-11-101-0/+3
* POSIX.xs is PERL_EXTKarl Williamson2017-11-081-0/+1
* Bump version of B/t/OptreeCheck to 0.16Karl Williamson2017-11-081-1/+1
* Bump version of B/O.pm to 1.03Karl Williamson2017-11-081-1/+1
* Dest buffer needs to be bigger for utf16_to_utf8()Karl Williamson2017-11-081-1/+1
* POSIX.xs: Move constant tests out of loopKarl Williamson2017-11-081-14/+30
* ext/B/t/strict.t: Assure B.pm and O.pm pass strict and warnings checks.Todd Rinaldo2017-11-081-0/+30
* Fix warnings (used once) for O.pmTodd Rinaldo2017-11-081-3/+6
* Fix warnings (used once) for B.pmTodd Rinaldo2017-11-081-5/+7
* Remove unnecessary module loads from B and OTodd Rinaldo2017-11-084-260/+457
* ext/attributes/attributes.xs is PERL_EXTKarl Williamson2017-11-061-0/+2
* Add memBEGINPs() to core and use itKarl Williamson2017-11-061-2/+3
* Use memBEGINs() in coreKarl Williamson2017-11-061-1/+1
* Add memBEGINs(), memENDs() and use them in APItestKarl Williamson2017-11-061-6/+7
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-063-8/+5
* Use memEQs, memNEs in core filesKarl Williamson2017-11-062-24/+23
* Rename strEQs to strBEGINs; remove strNEsKarl Williamson2017-11-063-22/+22
* Avoid unique REGCOMP in dynaloaderJ. Nick Koston2017-11-031-3/+3
* APItest.xs: Omit unused variableKarl Williamson2017-11-011-3/+1
* fix ext/B/t/optree_samples.tDavid Mitchell2017-10-311-1/+1
* Make get_cv cope with subrefsFather Chrysostomos2017-10-313-1/+18
* Basic tests for get_cvn_flagsFather Chrysostomos2017-10-312-0/+28
* Add OP_MULTICONCAT opDavid Mitchell2017-10-313-99/+150
* Clarify comments around deprecated attributesDagfinn Ilmari Mannsåker2017-10-291-2/+4
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-248-11/+11
* DynaLoader: Use strlcpy instead of strcpyKarl Williamson2017-10-242-2/+2
* Avoid loading .bs files twice when using XSLoaderDagfinn Ilmari Mannsåker2017-10-232-3/+3
* Increase $B::VERSION to 1.71Father Chrysostomos2017-10-231-1/+1
* B::walksymtable: clear cached methodsFather Chrysostomos2017-10-232-0/+17
* ODBM_File: avoid "flags set but not used" warningLukas Mai2017-10-222-1/+2