summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perldelta: correct target versionv5.23.0Ricardo Signes2015-06-201-1/+1
* perldelta: remove some unneeded bitsRicardo Signes2015-06-201-6/+0
* perlhist: v5.23.0 will be todayRicardo Signes2015-06-201-0/+2
* perldelta: update for v5.23.0Ricardo Signes2015-06-201-278/+83
* CoreList: update corelist for release of v5.23.0Ricardo Signes2015-06-201-3/+133
* partially revert 'silence gcc -pendantic warnings'David Mitchell2015-06-201-4/+1
* perlebcdic: Fix typoKarl Williamson2015-06-191-1/+1
* silence some gcc -pendantic warningsDavid Mitchell2015-06-195-11/+17
* silence some -Wc++-compat warningsDavid Mitchell2015-06-191-8/+7
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-1918-463/+185
* [MERGE] refactor sub returns (pp_return etc)David Mitchell2015-06-1915-330/+467
|\
| * sinplify Perl_block_gimme()David Mitchell2015-06-191-11/+6
| * pp_return: optimise a couple of conditionsDavid Mitchell2015-06-191-18/+19
| * pp_return: reindentDavid Mitchell2015-06-191-22/+22
| * pp_return(): tail call pp_leavewrite()David Mitchell2015-06-192-39/+20
| * pp_return(): tail call pp_leaveeval()David Mitchell2015-06-191-35/+4
| * pp_return: set eval CV depth to 0David Mitchell2015-06-191-0/+7
| * pp_return: move 'die on require fail' laterDavid Mitchell2015-06-191-10/+14
| * pp_leaveeval: use EVAL_KEEPERRDavid Mitchell2015-06-193-5/+15
| * XS-APItest/t/call.t: make loops more flexibleDavid Mitchell2015-06-191-25/+26
| * pp_return(): tail call pp_leavetry()David Mitchell2015-06-191-4/+8
| * make MULTICALL handle list contextDavid Mitchell2015-06-195-16/+180
| * eliminate S_return_lvalues()David Mitchell2015-06-191-13/+9
| * move multicall check to S_return_lvaluesDavid Mitchell2015-06-191-2/+3
| * reindent code block in pp_returnDavid Mitchell2015-06-191-26/+26
| * Simplify S_return_lvalues()David Mitchell2015-06-191-24/+21
| * lval subs: do arg shifting in pp_returnDavid Mitchell2015-06-191-5/+3
| * pp_return: simplify arg handling codeDavid Mitchell2015-06-191-5/+17
| * simplify sort sub return arg processingDavid Mitchell2015-06-194-23/+46
| * sort fns: simplify handing uninit warningsDavid Mitchell2015-06-192-19/+15
| * Perl_report_uninit(): simplify codeDavid Mitchell2015-06-191-17/+14
| * add PERLSI_MULTICALLDavid Mitchell2015-06-192-1/+3
| * S_return_lvalues(): merge two similar blocksDavid Mitchell2015-06-191-13/+5
| * S_return_lvalues(): consistent cxstack_ix--David Mitchell2015-06-191-11/+4
| * pp_return: re-indent after last commitDavid Mitchell2015-06-191-21/+21
| * handle most of lvalue return in single placeDavid Mitchell2015-06-191-46/+46
| * pp_return: tail call pp_leavesubDavid Mitchell2015-06-192-42/+67
| * pp_last: only handle loop context typesDavid Mitchell2015-06-191-41/+10
|/
* mktables: Fix logic errorKarl Williamson2015-06-183-15/+9
* autodie/t/mkdir.t: escape build dir pathDavid Mitchell2015-06-183-2/+5
* Porting/release_schedule.pod: add july 2015 volunteerRicardo Signes2015-06-181-1/+1
* ensure chdir('') sets $! to ENOENT on non-IMP_SYS Win32 buildsTony Cook2015-06-181-1/+1
* start fleshing out the 5.23 release scheduleRicardo Signes2015-06-171-3/+3
* Switch to Unicode Version 8The Unicode Consortium2015-06-1757-2265/+11104
* Add unicode.org to the AUTHOR fileKarl Williamson2015-06-171-0/+1
* regexec.c: Change \b{sb} rule in prep for Unicode 8.0Karl Williamson2015-06-171-2/+3
* Porting/release_schedule.pod: Fix wrong year in datesKarl Williamson2015-06-171-4/+4
* Microoptimize some matches in utf8_heavy.plRafael Garcia-Suarez2015-06-171-3/+3
* [perl #125305] chdir("") no longer behaves like chdir()Tony Cook2015-06-173-38/+7
* [perl #123264] explicitly document the return value of sysopenTony Cook2015-06-171-0/+2