summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Move sort's scalar context warning to new 'scalar' categoryPaul "LeoNerd" Evans2022-03-081-2/+2
* Rename is{bool,weak} to is_{bool,weak}Paul "LeoNerd" Evans2022-03-072-31/+31
* t/op/magic.t - Issue #19504 - fixup tests for utf8 $0Yves Orton2022-03-071-8/+15
* Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))Yves Orton2022-03-071-1/+23
* reg_mesg.t: Wasn't testing what it purported to beKarl Williamson2022-03-061-4/+15
* Properly handle UTF8-flagged strings when assigning to $0.Felipe Gasper2022-03-051-1/+79
* Add tests to see if string-to-number conversion behaves correctlyTAKAI Kousuke2022-03-041-0/+129
* regex_sets: Allow all legal flags in nested callsKarl Williamson2022-03-032-0/+9
* regcomp.c: Reduce scope of experimental warnings with lookbehindYves Orton2022-03-031-5/+31
* pad.c: Fix GH Issue #19463, -DXv fails assert when dumping anonymous constant...Yves Orton2022-03-021-2/+8
* 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