summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Version bump for previous cherry-pickSteve Hay2017-08-091-1/+1
* [perl #128763] Fix POSIX.xs longdbl assertionJarkko Hietaniemi2017-08-091-1/+1
* (perl #127834) bump versions of modules in dists we updated a utility inTony Cook2016-07-251-1/+1
* (perl #127834) remove . from the end of @INC if complex modules are loadedTony Cook2016-07-251-0/+1
* Document exports policy within POSIXAristotle Pagaltzis2016-04-261-2/+7
* Correct lround situation comment in POSIXAristotle Pagaltzis2016-04-261-4/+3
* Strengthen cautions about locale use with threadsKarl Williamson2016-04-081-0/+7
* Export lround() from POSIXAaron Crane2016-04-024-2/+17
* ODBM_File version bumpJarkko Hietaniemi2016-03-271-1/+1
* [perl #127751] error building ODBM_File on Windows, perl 5.23.9Jarkko Hietaniemi2016-03-271-0/+4
* fix up dtrace compile/link for SolarisDavid Mitchell2016-03-181-1/+24
* APItest.xs silence compiler warningDavid Mitchell2016-03-122-2/+2
* Fix various pod errors.Karl Williamson2016-03-114-47/+60
* Export Winsock error constants from POSIX.pmSteve Hay2016-03-114-0/+67
* Export Winsock error constants from Errno.pmSteve Hay2016-03-111-4/+24
* POSIX.xs: Avoid a leak in setlocale()Karl Williamson2016-03-042-3/+2
* 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