summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* t/op/pack.t: Get it to pass under 'make minitest'James E Keenan2021-11-201-37/+41
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-024-9/+2
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-0215-53/+25
* One character spelling errorJames E Keenan2021-11-021-1/+1
* Fix the build and tests when NODEFAULT_SHAREKEYS is definedNicholas Clark2021-10-201-1/+5
* hv_delete_common() must not call GvAV() on a non-GVNicholas Clark2021-10-201-0/+8
* `for my($k, $v) (%hash)` should not be a syntax errorNicholas Clark2021-10-193-8/+55
* for CORE::my $var (...) {} is legal syntax, hence test itNicholas Clark2021-10-181-0/+37
* add customized entries for the latest Memoize changesTony Cook2021-10-181-0/+2
* for my ($foo,,, $bar) { ... } should parse as ($foo, $bar)Nicholas Clark2021-10-151-1/+41
* Test next, continue and redo with n-at-a-time for loopsNicholas Clark2021-10-151-0/+62
* n-at-a-time for loops now warn by default (as 'experimental::for_list').Nicholas Clark2021-10-151-0/+39
* Regression tests and documentation for n-at-a-time for.Nicholas Clark2021-10-151-0/+362
* Update perlhack with details of the C99 features we can now useNicholas Clark2021-10-131-1/+2
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-0822-58/+42
* Only expose Internals::getcwd() in miniperlNicholas Clark2021-10-041-8/+5
* Remove pp_pack "unlisted" exceptions from t/porting/diag.tNicholas Clark2021-09-291-5/+0
* Replace "grandfather in ..." with a full description of the changeNicholas Clark2021-09-291-1/+4
* Remove 5.8.x conditional SKIPs from pack.tNicholas Clark2021-09-291-106/+58
* In Perl_gp_free() use PL_tmps_stack to avoid freeing glob entries immediately.Nicholas Clark2021-09-221-2/+15
* Free tied hash iterator state immediately at the `untie` callNicholas Clark2021-09-221-1/+1
* A test for the order of untie/iterator state interactionNicholas Clark2021-09-221-0/+79
* Test the interaction of of tie/untie and hash iteratorsNicholas Clark2021-09-221-0/+42
* Don't try to Sv[PI]V() on an undef index SV in find_uninit_var()Tony Cook2021-09-221-0/+13
* Test that for's iterator aliases the iterated listNicholas Clark2021-09-161-0/+34