summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* POSIX.pod: Fix grammarKarl Williamson2016-05-121-1/+1
* Croak on unimplemented already at import timeJarkko Hietaniemi2016-05-113-24/+38
* Remove the deprecated POSIX::tmpnam as unsafeJarkko Hietaniemi2016-05-114-46/+9
* Sort the %replacement and %reimplJarkko Hietaniemi2016-05-111-44/+44
* Update to the latest Test-Simple cpan distChad Granum2016-05-121-0/+6
* load-module.t: re-indent and add some comments.David Mitchell2016-05-101-22/+32
* make 'require ::Foo::Bar' dieDavid Mitchell2016-05-101-19/+20
* Validate the 'require Bare::Word' pathname.Nicholas Clark2016-05-104-1/+69
* POSIX.pod: Add some caveats about strcoll(), strxfrm()Karl Williamson2016-05-091-0/+8
* ext/B/t/OptreeCheck.pm: Escape literal pattern '{'Karl Williamson2016-05-091-3/+3
* Make deprecated qr//xx fatalKarl Williamson2016-05-092-14/+6
* 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