summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* bump $DynaLoader::VERSION to 1.33Tony Cook2015-07-201-1/+1
* Replace reference to newXSUB with newXS.Matthew Horsfall (alh)2015-07-201-1/+1
* Document and ensure that sv_catpvf() does no argument orderingAaron Crane2015-07-153-1/+32
* Delete experimental autoderef featureAaron Crane2015-07-131-2/+2
* Don't create zero-length filename on VMS in Typemap.tCraig A. Berry2015-07-091-1/+4
* dont report a $@ exception with uninitialized $!'s message in IPC::Open3Daniel Dragan2015-07-082-3/+47
* add test that fails for #124181 to Typemap.tDaniel Dragan2015-07-083-4/+29
* Change wording of warning due to Unicode Standard changeKarl Williamson2015-07-061-1/+1
* Increment $VERSION in 4 .pm files whose .xs has changed.James E Keenan2015-06-273-3/+3
* There is no SSize_t_size.Jarkko Hietaniemi2015-06-261-1/+1
* If IVSIZE == LONGSIZE, long cannot be beyond IV_MIN/IV_MAX.Jarkko Hietaniemi2015-06-261-1/+1
* nl_langinfo code can be negative.Jarkko Hietaniemi2015-06-261-1/+6
* strtol and strtoul base should be [2, 36] or zero.Jarkko Hietaniemi2015-06-261-26/+44
* tcsetattr optional_actions can be invalid.Jarkko Hietaniemi2015-06-261-1/+6
* tcsetattr fd can be bad.Jarkko Hietaniemi2015-06-261-5/+10
* dup2 fds can be bad.Jarkko Hietaniemi2015-06-261-5/+11
* tcdrain fd can be bad.Jarkko Hietaniemi2015-06-261-2/+7
* tcflush/tcflow/tcsendbreak fd/action can be bad.Jarkko Hietaniemi2015-06-261-2/+7
* lseek fd can be bad.Jarkko Hietaniemi2015-06-261-3/+8
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-191-5/+1
* pp_leaveeval: use EVAL_KEEPERRDavid Mitchell2015-06-191-1/+3
* XS-APItest/t/call.t: make loops more flexibleDavid Mitchell2015-06-191-25/+26
* make MULTICALL handle list contextDavid Mitchell2015-06-193-4/+170
* Fix @INC so that "make test" in ext/POSIX passes.Jarkko Hietaniemi2015-06-132-0/+2
* Test these functions in more than one spot.Jarkko Hietaniemi2015-06-131-0/+12
* infnan: Implement NaN payload APIs.Jarkko Hietaniemi2015-06-125-52/+383
* quadmath: long long versus round/truncJarkko Hietaniemi2015-06-061-4/+7
* Perl_croak->croak and misc C optimizing in POSIX.pmDaniel Dragan2015-06-033-20/+21
* POSIX.pm: bump versionRicardo Signes2015-05-081-1/+1
* POSIX: revert exported functions to 5.20.2 stateAristotle Pagaltzis2015-05-083-143/+155
* POSIX: discourage use of default exportsAristotle Pagaltzis2015-05-071-9/+9
* POSIX/t/math.t: skip fpclassify where unsupportedAristotle Pagaltzis2015-05-071-5/+9
* POSIX: document the new C99 math constantsAristotle Pagaltzis2015-05-071-27/+26
* Fix unixify when beginning with current directory.Craig A. Berry2015-05-061-0/+3
* POSIX: Regeneralize export.t to non-ASCII platformsAristotle Pagaltzis2015-05-041-10/+9
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-192-1/+5
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-194-15/+15
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-1/+1
* Increase $XS::APItest::VERSION to 0.72Father Chrysostomos2015-03-241-1/+1
* gv_const_sv() handle subrefs directly in the stashTony Cook2015-03-242-0/+38
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-227-30/+3
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-9/+12
* ext/SDBM_File/sdbm/dbu.c Generalize for EBCDIC platformsKarl Williamson2015-03-181-8/+18
* [perl #124004] Fix stack bug with foreach(@empty)Father Chrysostomos2015-03-182-12/+12
* Preserve OPTIMIZE in hintsVincent Pit2015-03-173-3/+17
* re_intuit_start(): improve debugging outputDavid Mitchell2015-03-171-2/+2
* ext/PerlIO-encoding/t/encoding.t: Skip on EBCDICKarl Williamson2015-03-141-0/+4
* PerlIO-encoding/t/nolooping.t: Skip on EBCDIC platformKarl Williamson2015-03-141-4/+5
* POSIX/t/sigaction.t: Skip failing EBCDIC testKarl Williamson2015-03-131-0/+1
* POSIX: emulation for logb()Jarkko Hietaniemi2015-03-121-0/+2