summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add test that fails for #124181 to Typemap.tDaniel Dragan2015-07-083-4/+29
* [perl #125373] set $! in chdir() if env not set, clarify docsTony Cook2015-07-073-7/+11
* Change wording of warning due to Unicode Standard changeKarl Williamson2015-07-064-45/+45
* Regenerate Configure after backports and small fixesH.Merijn Brand2015-07-063-328/+328
* fix variable name in case of unknown NANH.Merijn Brand2015-07-061-7/+7
* Create try.c afresh for pointersize testH.Merijn Brand2015-07-061-1/+1
* Some nits in perlsubRafael Garcia-Suarez2015-07-061-3/+3
* perldelta for the shift work.Jarkko Hietaniemi2015-07-041-0/+23
* perlcommunity.pod updatesHerbert Breunung2015-07-041-3/+16
* restore the perldelta changes moved from perl5230deltaRicardo Signes2015-07-031-2/+16
* remove things added to v5.23.0 delta but meant for v5.23.1Ricardo Signes2015-07-031-18/+2
* belatedly set up delta for 5.23.1Ricardo Signes2015-07-0310-151/+573
* Fix skip count for non-fchdir like win32.Jarkko Hietaniemi2015-07-031-1/+1
* Test the warnings.Jarkko Hietaniemi2015-07-031-8/+18
* Superfluous null ptr test warnings by clang 3.7Jarkko Hietaniemi2015-07-031-14/+16
* gcc 5.1.0 thinks RETVAL might end up unset.Jarkko Hietaniemi2015-07-031-0/+1
* Left overshift of negatives under use integer was still wrong.Jarkko Hietaniemi2015-07-032-11/+20
* Non-invasive mojibake fixesStanislaw Pusep2015-07-0313-9/+18
* perldelta entry for 054a3baf7ca16fe.Craig A. Berry2015-07-021-0/+10
* Remove gettimeofday() workarounds for VMS in util.c.Craig A. Berry2015-07-021-15/+4
* Various corrections to Porting/Maintainers.plSteve Hay2015-07-012-11/+17
* Upgrade Encode from version 2.73 to 2.75Steve Hay2015-06-3016-43/+42
* Upgrade Socket from version 2.019 to 2.020Steve Hay2015-06-305-8/+22
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-297-16/+16
* Remove SvRELEASE_IVXFather Chrysostomos2015-06-291-8/+2
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-2911-220/+12
* [perl #125305] handle chdir to closed handle correctlyTony Cook2015-06-293-3/+24
* bop.t -w cleanJarkko Hietaniemi2015-06-281-10/+14
* Document the new shift behaviors.Jarkko Hietaniemi2015-06-281-11/+22
* Explicitly mention that even negative shiftees become UVs first.Jarkko Hietaniemi2015-06-281-1/+1
* Define left/right shift by negative to mean the reverse shiftJarkko Hietaniemi2015-06-282-9/+98
* Require v7.3-2 or later for VMS builds.Craig A. Berry2015-06-285-600/+184
* The postderef feature is no longer experimentalAaron Crane2015-06-2712-71/+61
* Porting/bisect-runner.pl: Wrap pod lines to 79 colsKarl Williamson2015-06-271-2/+3
* Increment $VERSION in 4 .pm files whose .xs has changed.James E Keenan2015-06-274-4/+4
* Missing breaks.Jarkko Hietaniemi2015-06-261-0/+2
* Cannot truncate to negative size.Jarkko Hietaniemi2015-06-261-4/+9
* mkdir() mode is unsigned.Jarkko Hietaniemi2015-06-261-1/+1
* gid_t signedness.Jarkko Hietaniemi2015-06-261-0/+6
* self cannot be NULL here because PerlIO_push() will deref it.Jarkko Hietaniemi2015-06-261-3/+3
* assert(arg) before derefing it since it can be NULL.Jarkko Hietaniemi2015-06-261-7/+10
* assert(cSVOPo) before derefing it.Jarkko Hietaniemi2015-06-261-3/+8
* assert(key) before it is derefed.Jarkko Hietaniemi2015-06-261-1/+4
* assert(perinterp_sv) before sv_setiv() derefs NULL.Jarkko Hietaniemi2015-06-261-0/+1
* Check success of store().Jarkko Hietaniemi2015-06-261-1/+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
* lseek() SEEK_SET pos may not be negativeJarkko Hietaniemi2015-06-261-1/+4
* 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