summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Avoid %Config check on Errno load if it was built with PERL_BUILD_EXPAND_CONF...Todd Rinaldo2015-08-271-2/+13
* Do not inject use Config into Dynaloader.pm when PERL_BUILD_EXPAND_CONFIG_VARSTodd Rinaldo2015-08-271-2/+8
* POSIX: version bump for d7a0f0bJarkko Hietaniemi2015-08-211-1/+1
* POSIX: mention the Inf, NaN constants; other small tweaksJarkko Hietaniemi2015-08-211-5/+27
* Update list of files to clean for ceab18aaa.Matthew Horsfall2015-08-201-1/+1
* b992490d copied wrong for ext re.Jarkko Hietaniemi2015-08-201-5/+5
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-6/+0
* make my (...) = @_ non-OPpASSIGN_COMMON_RC1David Mitchell2015-08-171-4/+4
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-175-64/+64
* Increment $VERSION for POSIX to 1.56James E Keenan2015-08-101-1/+1
* Pod tweak for [rt.perl.org #125710].Jarkko Hietaniemi2015-08-101-1/+3
* 32-bit x86 ABI cannot do signaling nans [rt.perl.org #125710]Jarkko Hietaniemi2015-08-101-1/+19
* Fix test label.Jarkko Hietaniemi2015-08-101-1/+1
* Sanity x86 long double check.Jarkko Hietaniemi2015-08-101-0/+2
* Added {unlock,lock}_hashref_recurse to @EXPORT_OKAaron Priven2015-08-042-0/+3
* Guarantee that, after unlocking, the hash is actually assignable.James E Keenan2015-08-042-3/+41
* add a small note that find2perl is not in coreRicardo Signes2015-08-021-2/+3
* XS-APItest/t/handy.t: Handle early UnicodesKarl Williamson2015-07-281-6/+11
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-5/+5
* inline_invlist.c -> invlist_inline.hJarkko Hietaniemi2015-07-221-6/+6
* 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