summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix an else nesting error from the last set of DynaLoader patchesTony Cook2015-11-252-2/+3
* SDBM_File: specify the prototyping behaviourDavid Mitchell2015-11-242-1/+3
* Opcode.xs: silence compiler warningDavid Mitchell2015-11-242-3/+5
* Hash-Util-FieldHash version bump.Jarkko Hietaniemi2015-11-201-1/+1
* HUF_get_trigger0 unused since at least d74d639bJarkko Hietaniemi2015-11-201-9/+0
* Various tests: use centralized locale detectionKarl Williamson2015-11-207-24/+26
* handle empty directory lists in File::FindMohammed El-Afifi2015-11-172-2/+13
* Include the error message on IPC::Open3 exec() failureDagfinn Ilmari Mannsåker2015-11-121-2/+2
* fix symbian XS too, missed this when checking over the patchTony Cook2015-11-111-1/+1
* DynaLoader: extend t/DynaLoader.t to be run from basedir alsoReini Urban2015-11-111-1/+6
* DynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markersReini Urban2015-11-118-1/+8
* DynaLoader 1.36 dl_find_symbol add 3rd optional argumentReini Urban2015-11-1110-39/+54
* Devel::Peek: document that uses STDERRKarl Williamson2015-11-091-1/+3
* remove XSLoader and DynaLoader OS specific code on NA OSesDaniel Dragan2015-11-031-6/+7
* remove remains of dl_dld.xsDaniel Dragan2015-11-031-4/+0
* XS-APItest:fetch_pad_names.t: Comments, skip messageKarl Williamson2015-10-261-1/+3