summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* perlfunc overhaulLukas Mai2016-02-272-6/+9
* silence warning in Win32COREDaniel Dragan2016-02-241-0/+1
* DynaLoader shouldn't use mod2fname when finding .bs files.Craig A. Berry2016-02-131-3/+7
* Remove POSIX isfoo() as scheduledKarl Williamson2016-02-115-428/+35
* [perl #126410] keep the DESTROY cache in mro_metaTony Cook2016-02-081-1/+0
* Document broken SvSTASH for %version:: in B's test suiteTodd Rinaldo2016-02-081-0/+22
* POSIX version bump.Jarkko Hietaniemi2016-02-071-1/+1
* POSIX: strcmp NE strEQ().Jarkko Hietaniemi2016-02-071-3/+3
* POSIX: Check fds against negatives.Jarkko Hietaniemi2016-02-072-33/+33
* POSIX: Check signal numbers against negatives.Jarkko Hietaniemi2016-02-072-2/+11
* XS-APItest: Length cannot be negative.Jarkko Hietaniemi2016-02-071-0/+1
* ODBM_File: Avoid TOCTOU and using negative returns.Jarkko Hietaniemi2016-02-071-11/+31
* OpenBSD does not do si_uid with sigaction().Jarkko Hietaniemi2016-02-041-1/+3
* POSIX version bump.Jarkko Hietaniemi2016-02-031-1/+1
* We're against contractions.Jarkko Hietaniemi2016-02-031-1/+1
* Oddly placed unused decls for fma() and the gamma funcs.Jarkko Hietaniemi2016-02-031-3/+7
* MULTICALL *shouldn't* clear savestackDavid Mitchell2016-02-031-9/+4
* dMULTICALL: remove unused varsDavid Mitchell2016-02-031-3/+0
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-1/+1
* MULTICALL should clear scope after each callDavid Mitchell2016-02-031-1/+12
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-1/+1
* APItest.xs: fixup clone_with_stack()David Mitchell2016-02-031-3/+5
* pp_leavesub: reset SP in void contextDavid Mitchell2016-02-031-8/+4
* restore PL_tmps_floor on exitDavid Mitchell2016-02-031-3/+2
* pp_leaveeval: reset stack in VOID contextDavid Mitchell2016-02-031-2/+6
* make "for my $lex {}" faster under ITHREADSDavid Mitchell2016-02-031-1/+50
* PerlIO::encoding: explicitly cast char * to STDCHAR *Lukas Mai2016-01-312-3/+3
* Skip SA_SIGINFO uid/pid test on POSIX-deficient OS X versionsDagfinn Ilmari Mannsåker2016-01-291-0/+2
* ext/POSIX/lib/POSIX.pod: Make verbatim line fit in 79 colsKarl Williamson2016-01-271-2/+2
* fix link failure of APItest.dll on VC 6Daniel Dragan2016-01-271-1/+1
* Revert "[perl #126632] more diagnostics"Tony Cook2016-01-271-8/+2
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-5/+26
* Add SA_SIGINFO 'code' constants to POSIXDagfinn Ilmari Mannsåker2016-01-264-1/+47
* [perl #126632] more diagnosticsTony Cook2016-01-261-2/+8
* [perl #121351] Remove non-doio.c uses of PL_statbufDagfinn Ilmari Mannsåker2016-01-252-2/+3
* [perl #126632] improve diagnostics for the comctl32 testTony Cook2016-01-251-1/+3
* bump $XS::APItest::VERSIONTony Cook2016-01-251-1/+1
* XS DLLs shouldn't have comctl32.dll manifest in them, they dont link to itDaniel Dragan2016-01-252-1/+46
* Remove B::Section from B.pmTodd Rinaldo2016-01-191-67/+1
* avoid invalid memory access in MapPath[AW]Tony Cook2016-01-113-0/+60
* File::Find: update POD/commentsLukas Mai2015-12-281-28/+24
* APItest.xs: Silence compiler warning on 32-bit machinesKarl Williamson2015-12-262-2/+2
* APItest: Add tests for valid_utf8_to_uvchrKarl Williamson2015-12-052-0/+40
* Eliminate PerlIOMmap_close()David Mitchell2015-11-302-17/+1
* Deprecate Unicode code points above IV_MAXKarl Williamson2015-11-281-0/+3
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-48/+38
* ext/XS-APItest/t/utf8.t: Change variable names for clarityKarl Williamson2015-11-251-23/+26
* Output appropriately dire warning for high code pointsKarl Williamson2015-11-251-6/+0
* ext/XS-APItest: Add tests for uvchr_to_utf8()Karl Williamson2015-11-253-4/+188
* XS-APItest/utf8.t: Add a bunch more testsKarl Williamson2015-11-251-194/+735