summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update checkAUTHORSv5.27.9reneeb2018-02-201-0/+1
* add new release to perlhistreneeb2018-02-201-0/+1
* finalize perldelta for 5.27.9reneeb2018-02-201-261/+80
* update Module::CoreList for v5.27.9reneeb2018-02-201-1/+140
* Add word apparently dropped in documentation.James E Keenan2018-02-201-1/+1
* Move note about defective locale on HP-UX to README.hpuxH.Merijn Brand2018-02-202-5/+9
* S_do_trans_complex(): outdent a block of codeDavid Mitchell2018-02-201-33/+33
* fix nit in perl5278delta.podDavid Mitchell2018-02-201-2/+2
* Merge branch '\N{} handler refactoring ' into bleadKarl Williamson2018-02-201-111/+116
|\
| * regcomp.c: Refactor some if-elsesKarl Williamson2018-02-201-11/+15
| * regcomp.c: White space onlyKarl Williamson2018-02-201-97/+100
| * regcomp.c: Simplify expressionKarl Williamson2018-02-201-4/+3
| * regcomp.c: Re-order branchesKarl Williamson2018-02-201-11/+10
|/
* perldelta for performance enhancementsKarl Williamson2018-02-191-1/+9
* utf8.h: Add in #define for backcompatKarl Williamson2018-02-191-0/+1
* locale.c: Add STATIC_ASSERTKarl Williamson2018-02-191-0/+4
* perlre: Add note that nested (?>...) are not no-opsKarl Williamson2018-02-191-0/+12
* Add atomic script runsKarl Williamson2018-02-194-10/+85
* Fix skipping char in (*sr:...) defnKarl Williamson2018-02-192-1/+3
* t/re/script_run.t: White space onlyKarl Williamson2018-02-191-46/+46
* t/re/script_run.t: Tests for 'sr' form of (*script_run:...)Karl Williamson2018-02-191-1/+6
* regcomp.c: Silence uninit compiler warningKarl Williamson2018-02-191-1/+1
* regcomp.c: Make sure no future ambiguity on new alpha assertionsKarl Williamson2018-02-191-7/+7
* regcomp.c: White space onlyKarl Williamson2018-02-191-37/+37
* hints/hpux.sh: Note locale univ.utf8 may be defectiveKarl Williamson2018-02-191-0/+5
* Storable: recurse.t: use note() rather than diag()David Mitchell2018-02-191-2/+2
* [MERGE] fixups for OP_MULTICONCATDavid Mitchell2018-02-196-344/+474
|\
| * multiconcat: /$a(?{ $b . "c" })/ could crashDavid Mitchell2018-02-192-4/+33
| * S_maybe_multiconcat(): fix some code commentsDavid Mitchell2018-02-191-4/+4
| * pp_multiconcat: correctly honour stringifyDavid Mitchell2018-02-193-10/+150
| * pp_multiconcat: eliminate/rename dsv/dsv_pv varsDavid Mitchell2018-02-191-40/+33
| * redo magic/overload handing in pp_multiconcatDavid Mitchell2018-02-193-287/+240
| * move body of pp_concat() to S_do_concat()David Mitchell2018-02-191-6/+21
|/
* Update META files and MANIFEST for if.pmSawyer X2018-02-194-0/+77
* regcomp.c: Use macro to avoid code duplicationYves Orton2018-02-191-51/+48
* Fix manifestSawyer X2018-02-191-0/+2
* Correct PathTools dist files and bump to 3.74:Sawyer X2018-02-1915-13/+101
* Add alphabetic synonyms for regex assertionsKarl Williamson2018-02-1811-29/+287
* Change syntax of script runsKarl Williamson2018-02-186-88/+155
* Add 'alpha_assertions' warnings categoryKarl Williamson2018-02-183-12/+20
* Sort an entry in perldiagKarl Williamson2018-02-181-8/+8
* [Merge] ‘Nonelem’ scalarsFather Chrysostomos2018-02-1817-19/+166
|\
| * perldelta for non-elemsFather Chrysostomos2018-02-181-0/+13
| * Fix ary shifting when sparse ary is passed to subFather Chrysostomos2018-02-182-14/+55
| * Fix two bugs when calling &xsub when @_ has holesFather Chrysostomos2018-02-184-3/+24
| * Test #132729 with array flatteningFather Chrysostomos2018-02-181-1/+18
| * svleak.t: Test for leak fixed by prev. commitFather Chrysostomos2018-02-181-1/+9
| * ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-1812-2/+49
|/
* Merge branch 'add thread-safe locales' into bleadKarl Williamson2018-02-1825-221/+1850
|\
| * perldelta changes for this branchKarl Williamson2018-02-181-2/+25