summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add atomic script runsKarl Williamson2018-02-191-1/+4
* Fix skipping char in (*sr:...) defnKarl Williamson2018-02-191-0/+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
* multiconcat: /$a(?{ $b . "c" })/ could crashDavid Mitchell2018-02-191-1/+24
* redo magic/overload handing in pp_multiconcatDavid Mitchell2018-02-191-1/+14
* Add alphabetic synonyms for regex assertionsKarl Williamson2018-02-183-3/+63
* Change syntax of script runsKarl Williamson2018-02-182-8/+15
* Fix ary shifting when sparse ary is passed to subFather Chrysostomos2018-02-181-1/+30
* Fix two bugs when calling &xsub when @_ has holesFather Chrysostomos2018-02-182-2/+16
* Test #132729 with array flatteningFather Chrysostomos2018-02-181-1/+18
* svleak.t: Test for leak fixed by prev. commitFather Chrysostomos2018-02-181-1/+9
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+1
* No list open on VMS as yet.Craig A. Berry2018-02-161-4/+18
* [perl #121028] avoid creating a shell processTony Cook2018-02-151-5/+15
* podcheck.t: Recognize more forms of core filesKarl Williamson2018-02-111-2/+2
* Test for _at_level functions with fhFather Chrysostomos2018-02-111-0/+18
* podcheck.t: Skip core files in all directoriesKarl Williamson2018-02-101-1/+1
* podcheck.t: Skip core filesKarl Williamson2018-02-101-0/+1
* fix perl #132630, dont try to fbm match past end of stringYves Orton2018-02-071-1/+4
* (perl #125351) abort parsing if parse errors happen in a sub lexTony Cook2018-02-061-1/+10
* [perl #132799] Fix goto within block within exprFather Chrysostomos2018-02-041-1/+13
* Disable CV-in-stash optimizationFather Chrysostomos2018-02-041-0/+1
* Skip t/op/state.t tests that need attributes under miniperlHugo van der Sanden2018-02-031-8/+11
* [perl #115814] skip layer test under miniperlHugo van der Sanden2018-02-031-0/+1
* pp_warn: use MEXTEND rather than EXTENDDavid Mitchell2018-01-311-1/+20
* Forbid 'pig' localeKarl Williamson2018-01-301-0/+4
* An empty string is a script_run, but marked INVALIDKarl Williamson2018-01-301-1/+3
* isSCRIPT_RUN: A sequence of entirely Inherited chars is InheritedKarl Williamson2018-01-301-0/+2
* Fix bug in isSCRIPT_RUN with digit following unassignedKarl Williamson2018-01-301-0/+1
* Fix bug in script runs that start with CommonKarl Williamson2018-01-301-0/+2
* Use the correct path for valgrind logs in make test.valgrindMatthew Horsfall2018-01-301-1/+2
* Add ANYOFM regnodeKarl Williamson2018-01-301-1/+1
* Fix bug in new [[:ascii:]] nodesKarl Williamson2018-01-291-0/+4
* Fix bug in t/re/regex_sets_compat.tKarl Williamson2018-01-291-7/+4
* Remove Module::CoreList::TieHashDeltaChris 'BinGOs' Williams2018-01-221-2/+1
* Follow-up to fd77b29b3be4Father Chrysostomos2018-01-211-1/+17
* loc_tools.pl: untaint _source_location's return value and fix a warningTomasz Konojacki2018-01-201-2/+4
* Don’t vivify elems when putting array on stackFather Chrysostomos2018-01-191-1/+32
* move sub attributes before the signatureDavid Mitchell2018-01-191-6/+31
* Raise deprecation for qr/(?foo})/Karl Williamson2018-01-191-1/+1
* Deprecate above \xFF in bitwise string opsKarl Williamson2018-01-191-7/+72
* op/bop.t: Fix typo in test nameKarl Williamson2018-01-191-1/+1
* tr///c: handle len(replacement charlist) > 32767David Mitchell2018-01-191-1/+26
* fix "\x{100}..." =~ tr/.../.../cdDavid Mitchell2018-01-191-12/+3
* t/op/tr.t: add tr///c testsDavid Mitchell2018-01-191-1/+411
* fix F0convert() on edge casesZefram2018-01-191-0/+7
* re/pat_psycho.t: Allow override of watchdog timer countKarl Williamson2018-01-171-1/+4
* (perl #131954) don't initialize mark before a possible move of the stackTony Cook2018-01-171-1/+41
* additional test for lazy array element creationZefram2018-01-161-1/+5