summaryrefslogtreecommitdiff
path: root/t/op
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 a sort with zero args a compile-time errDavid Mitchell2022-01-191-11/+28
* Change pack U behavior for EBCDICKarl Williamson2021-12-281-7/+7
* t/op/switch.t no longer needs to avoid overload.pm on miniperlPaul "LeoNerd" Evans2021-12-141-3/+2
* Remove unnecessary braces in t/op/array.tPaul "LeoNerd" Evans2021-12-081-8/+6
* Use builtin::weaken() in t/Paul "LeoNerd" Evans2021-12-089-52/+42
* 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-021-3/+1
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-027-25/+14
* 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-191-0/+35
* for CORE::my $var (...) {} is legal syntax, hence test itNicholas Clark2021-10-181-0/+37
* 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
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-0810-25/+18
* 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
* Test that for's iterator aliases the iterated listNicholas Clark2021-09-161-0/+34
* Add strict and warnings to t/op/for.tNicholas Clark2021-09-161-3/+11
* Test that %ENV iteration with prime_env_iter() is consistentNicholas Clark2021-09-151-0/+13
* On VMS, %ENV in scalar context must call prime_env_iter()Nicholas Clark2021-09-121-0/+9
* Define a third kind of COW state; STATICPaul "LeoNerd" Evans2021-09-101-0/+37
* More tests for assigning to keys %hashNicholas Clark2021-09-081-8/+21
* detect struct stat.st_dev's size and signedness, and return it safelyTony Cook2021-09-011-1/+19
* Move the tied hash FETCH count tests to t/op/tiehash.tNicholas Clark2021-08-272-42/+39
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-253-4/+319
* pp_tie should completely reset the underlying hash's iterator state.Nicholas Clark2021-08-251-0/+78
* Tests for tied hashes using test.plNicholas Clark2021-08-251-0/+75
* Test new warnings enabled by defaultAsher Mancinelli2021-08-151-1/+18
* S_clear_placeholders() should call HvHASKFLAGS_off() if no keys remain.Nicholas Clark2021-07-261-0/+56
* Tests for tied hashes in list context (keys, values and both).Nicholas Clark2021-07-261-0/+42
* op/each.t: Improve EBCDIC handlingKarl Williamson2021-07-251-22/+8
* op/each.t: Add strict/warningsKarl Williamson2021-07-251-17/+24
* op/print.t: Generalize for EBCDICKarl Williamson2021-07-251-2/+16
* op/length.t: Use modern tools for EBCDICKarl Williamson2021-07-251-48/+23
* t/op/numify.t: More tests to check if invalid Inf/NaNs are not numifiedTAKAI Kousuke2021-07-251-1/+13
* Perl_my_atof3: disallow double signs and spaces between a sign and numberTAKAI Kousuke2021-07-251-0/+42
* Update op/length.t to use strict/modern 'is()' testsKarl Williamson2021-07-181-62/+41
* Only set IOKp, not IOK on $) and $(.Felipe Gasper2021-07-061-1/+15