summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Use lexically scoped ('our') variables in POD examples.James E Keenan2018-03-291-0/+1
* locale.c: Handle and edge caseKarl Williamson2018-03-161-1/+3
* t/lib/croak/regcomp: Fix up for EBCDICKarl Williamson2018-03-121-0/+9
* Let cmp_version be run from the top levelFather Chrysostomos2018-03-111-0/+1
* t/lib/croak/regcomp: Another attempt to fix test failureKarl Williamson2018-03-111-2/+2
* t/lib/croak/regcomp: Hopefully fix test failureKarl Williamson2018-03-091-1/+1
* Avoid goto into glob test failure on VMS.Craig A. Berry2018-03-081-3/+5
* fix line numbers in multi-line s///David Mitchell2018-03-071-1/+11
* PATCH: [perl #132163] regex assertion failureKarl Williamson2018-03-061-0/+56
* t/run/locale.t: Fix skip count; uninit warningKarl Williamson2018-03-051-1/+2
* loc_tools.pl: Properly exclude iffy localesKarl Williamson2018-03-041-1/+1
* t/run/locale.t: Add, revise testsKarl Williamson2018-03-041-10/+35
* t/loc_tools.pl: Add fcn to return valid locale catsKarl Williamson2018-03-041-5/+20
* t/run/locale.t: Update skip countKarl Williamson2018-03-041-1/+1
* locale.c: Fix bug in parsing a localeKarl Williamson2018-03-031-1/+12
* Reword warning for deviations from UTF-8 localesKarl Williamson2018-03-021-0/+1
* detect sub attributes following a signatureDavid Mitchell2018-03-021-0/+17
* rationalise subroutine parsing rulesDavid Mitchell2018-03-021-5/+2
* t/re/regexp.t: Silence HP-UX warningsKarl Williamson2018-02-271-0/+7
* warnings.pm: _at_level functions and chunky handlesFather Chrysostomos2018-02-271-0/+19
* add a svleak.t test for RT #132892Yves Orton2018-02-251-1/+7
* Allow goto into glob’s argFather Chrysostomos2018-02-241-1/+3
* t/loc_tools.pl: 8859-16 is legit; 8859-0 isn'tKarl Williamson2018-02-241-1/+1
* t/loc_tools.pl: Consider recently added warningKarl Williamson2018-02-241-1/+4
* [perl #132854] Allow goto into first arg of bin opFather Chrysostomos2018-02-231-1/+11
* Ensure that we don't pick up any "system perl" libraries in @INC.James E Keenan2018-02-231-3/+3
* PATCH: [perl #132900] Blead Breaks CPAN: FELIPE/Crypt-PerlKarl Williamson2018-02-221-1/+1
* t/op/index.t: indent run_tests() subDavid Mitchell2018-02-201-280/+280
* t/op/index.t: include all tests within run_tests()David Mitchell2018-02-201-2/+2
* 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