summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add example of two-stage bisectionJames E Keenan2022-02-271-0/+1
* regcomp.c: consistent NOTHING/OPFAIL optimizations for lookaroundYves Orton2022-02-231-1/+9
* regex engine: Issue #19168 - Fix variable length lookbehind matchesYves Orton2022-02-231-0/+19
* Perl_gv_init_pvn() must handle a stash holding the value -1Nicholas Clark2022-02-231-0/+57
* fixed POD warnings in perldelta, regenerated known_pod_issues.datreneeb2022-02-201-2/+1
* Remove 'no warnings experimental::signatures' from support filesPaul "LeoNerd" Evans2022-02-204-15/+2
* test the new flags behaviour, to prevent accidental breakageTony Cook2022-02-191-0/+30
* perldelta entry for the PV/IV flags changes.Nicholas Clark2022-02-191-0/+1
* implement a new command-line flag, -gTomasz Konojacki2022-02-191-1/+9
* t/run/switches.t: don't declare a planTomasz Konojacki2022-02-191-2/+2
* Reapply squashed "avoid identical stack traces" patchesYves Orton2022-02-195-5/+61
* podcheck: Make sure digest gets a byte stringKarl Williamson2022-02-161-2/+6
* Add link to String::Util to podcheck dbKarl Williamson2022-02-161-0/+1
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-152-2/+1
* Sort tests in t/porting/dual-life.tHugo van der Sanden2022-02-131-1/+1
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-132-3/+12
* Add tests for string "-Inf" to IV conversion.TAKAI Kousuke2022-02-131-0/+12
* sv.c: String "Inf" is now consistently converted to IV/UVTAKAI Kousuke2022-02-131-0/+14
* t/porting/diag.t: Fix typo in commentKarl Williamson2022-02-101-1/+1
* Test for Issue #19250, assert fail with Debug=>ALLYves Orton2022-02-011-0/+123
* Emit experimental::snail_in_signatures warnings on uses of @_ (aka "snail") i...Paul "LeoNerd" Evans2022-01-311-2/+91
* subroutine redefinitions made with local() shouldn't warnTomasz Konojacki2022-01-271-0/+15
* Add test for experimental::builtin warningsDagfinn Ilmari Mannsåker2022-01-251-0/+109
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-2512-0/+21
* Add ceil & floor to builtinJames Raspass2022-01-241-0/+15
* Ensure that forbidden control flow messages about finally blocks say "finally...Paul "LeoNerd" Evans2022-01-201-0/+26
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-0/+45
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-202-5/+5
* Make sure to rpeep() the body of catch {} blocksPaul "LeoNerd" Evans2022-01-201-0/+12
* t/porting/authors.t: Windows fixesTomasz Konojacki2022-01-191-2/+4
* make a sort with zero args a compile-time errDavid Mitchell2022-01-193-13/+30
* fix commit calculations in authors porting testGraham Knop2022-01-191-7/+9
* Update the README to describe ASCII and EBCDIC buildsMike Fulton2022-01-051-1/+1
* Change pack U behavior for EBCDICKarl Williamson2021-12-282-9/+8
* Document and test command-line switch '-?'James E Keenan2021-12-241-2/+6
* Also fix paren-less calls of subs where a filehandle could beDagfinn Ilmari Mannsåker2021-12-161-0/+3
* Fix function calls being misinterpreted as bareword filehandlesDagfinn Ilmari Mannsåker2021-12-161-0/+9
* t/op/switch.t no longer needs to avoid overload.pm on miniperlPaul "LeoNerd" Evans2021-12-141-3/+2
* t/TEST: white space onlyKarl Williamson2021-12-141-2/+1
* t/TEST: print Skip msg for EBCDIC skipped testsKarl Williamson2021-12-141-2/+8
* Remove unnecessary braces in t/op/array.tPaul "LeoNerd" Evans2021-12-081-8/+6
* Use builtin::reftype/refaddr in .t filesPaul "LeoNerd" Evans2021-12-081-32/+32
* Use builtin::weaken() in t/Paul "LeoNerd" Evans2021-12-0810-54/+44
* Add builtin::blessed, refaddr and reftypePaul "LeoNerd" Evans2021-12-081-0/+21
* t/perf/optcount.t for pushdefer no longer needs the $debug flagPaul "LeoNerd" Evans2021-12-071-1/+1
* Add builtin:: funcs for handling weakrefsPaul "LeoNerd" Evans2021-12-041-0/+21
* Improvements to OP_ISBOOLPaul "LeoNerd" Evans2021-12-031-1/+11
* Direct optree implementations of builtin:: functionsPaul "LeoNerd" Evans2021-12-011-2/+18
* Quote the word "defer" in exception messages about control flowPaul "LeoNerd" Evans2021-11-241-6/+6
* Forbid using 'goto' to jump into a 'defer' block because everything will brea...Paul "LeoNerd" Evans2021-11-231-1/+14