This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_gv_init_pvn() must handle a stash holding the value -1
[perl5.git] / t / op /
2022-02-23 Nicholas ClarkPerl_gv_init_pvn() must handle a stash holding the...
2022-02-20 Paul "LeoNerd" EvansRemove 'no warnings experimental::signatures' from...
2022-02-19 Tony Cooktest the new flags behaviour, to prevent accidental...
2022-02-19 Yves OrtonReapply squashed "avoid identical stack traces" patches
2022-02-15 Paul "LeoNerd" EvansNo longer print experimental::isa warning (closes ...
2022-02-13 TAKAI KousukeAdd tests for string "-Inf" to IV conversion.
2022-02-13 TAKAI Kousukesv.c: String "Inf" is now consistently converted to...
2022-01-31 Paul "LeoNerd" EvansEmit experimental::snail_in_signatures warnings on...
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2022-01-20 Paul "LeoNerd" EvansEnsure that forbidden control flow messages about final...
2022-01-20 Paul "LeoNerd" EvansImplement and test try/catch/finally syntax
2022-01-20 Paul "LeoNerd" EvansDefine 'finally' keyword
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-12-14 Paul "LeoNerd" Evanst/op/switch.t no longer needs to avoid overload.pm... 19269/head
2021-12-08 Paul "LeoNerd" EvansRemove unnecessary braces in t/op/array.t
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in t/
2021-11-24 Paul "LeoNerd" EvansQuote the word "defer" in exception messages about...
2021-11-23 Paul "LeoNerd" EvansForbid using 'goto' to jump into a 'defer' block becaus...
2021-11-20 James E Keenant/op/pack.t: Get it to pass under 'make minitest' 19231/head
2021-11-02 Dagfinn Ilmari Man... Remove AT&T UWIN support
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-20 Nicholas ClarkFix the build and tests when NODEFAULT_SHAREKEYS is...
2021-10-20 Nicholas Clarkhv_delete_common() must not call GvAV() on a non-GV
2021-10-19 Nicholas Clark`for my($k, $v) (%hash)` should not be a syntax error
2021-10-18 Nicholas Clarkfor CORE::my $var (...) {} is legal syntax, hence test it
2021-10-15 Nicholas Clarkfor my ($foo,,, $bar) { ... } should parse as ($foo...
2021-10-15 Nicholas ClarkTest next, continue and redo with n-at-a-time for loops
2021-10-15 Nicholas Clarkn-at-a-time for loops now warn by default (as 'experime...
2021-10-15 Nicholas ClarkRegression tests and documentation for n-at-a-time...
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-29 Nicholas ClarkReplace "grandfather in ..." with a full description...
2021-09-29 Nicholas ClarkRemove 5.8.x conditional SKIPs from pack.t
2021-09-22 Nicholas ClarkIn Perl_gp_free() use PL_tmps_stack to avoid freeing...
2021-09-22 Nicholas ClarkFree tied hash iterator state immediately at the `untie...
2021-09-22 Nicholas ClarkA test for the order of untie/iterator state interaction
2021-09-22 Nicholas ClarkTest the interaction of of tie/untie and hash iterators
2021-09-16 Nicholas ClarkTest that for's iterator aliases the iterated list
2021-09-16 Nicholas ClarkAdd strict and warnings to t/op/for.t
2021-09-15 Nicholas ClarkTest that %ENV iteration with prime_env_iter() is consi...
2021-09-12 Nicholas ClarkOn VMS, %ENV in scalar context must call prime_env_iter()
2021-09-10 Paul "LeoNerd" EvansDefine a third kind of COW state; STATIC
2021-09-08 Nicholas ClarkMore tests for assigning to keys %hash
2021-09-01 Tony Cookdetect struct stat.st_dev's size and signedness, and...
2021-08-27 Nicholas ClarkMove the tied hash FETCH count tests to t/op/tiehash.t
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-08-25 Nicholas Clarkpp_tie should completely reset the underlying hash...
2021-08-25 Nicholas ClarkTests for tied hashes using test.pl
2021-08-15 Asher MancinelliTest new warnings enabled by default
2021-07-26 Nicholas ClarkS_clear_placeholders() should call HvHASKFLAGS_off... 19004/head
2021-07-26 Nicholas ClarkTests for tied hashes in list context (keys, values...
2021-07-25 Karl Williamsonop/each.t: Improve EBCDIC handling
2021-07-25 Karl Williamsonop/each.t: Add strict/warnings
2021-07-25 Karl Williamsonop/print.t: Generalize for EBCDIC
2021-07-25 Karl Williamsonop/length.t: Use modern tools for EBCDIC
2021-07-25 TAKAI Kousuket/op/numify.t: More tests to check if invalid Inf/NaNs...
2021-07-25 TAKAI KousukePerl_my_atof3: disallow double signs and spaces between...
2021-07-18 Karl WilliamsonUpdate op/length.t to use strict/modern 'is()' tests
2021-07-06 Felipe GasperOnly set IOKp, not IOK on $) and $(.
2021-06-17 Paul "LeoNerd" EvansRegresison test that multiple statements in 'try' also...
2021-06-17 Paul "LeoNerd" Evansscalarseq() should not put an OP_ENTER kid into scalar...
2021-06-10 James E KeenanSkip tests of CORE::Dump on FreeBSD 18850/head
2021-06-01 Leon TimmermansCall magic on all elements on %SIG delocalization
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-05-24 Leon TimmermansDo not cache utf8 offsets for non-canonical lengths
2021-04-19 TAKAI Kousuket/op/bop.t: Call "use warnings" pragma after BEGIN...
2021-04-16 TAKAI Kousukepp.c: Clip shift amount of <<, >> to avoid overflow
2021-04-16 Felipe GasperSet %ENV keys using the same byte-string logic as setti...
2021-04-14 Marc ReisnerEnsure isa object method still works after using isa...
2021-04-11 Dominic HamonSupport %#p format (#18709)
2021-04-05 Richard Leachav_extend_guts: set correct ary_offset when unshifting...
2021-03-29 Karl WilliamsonFix broken left shift of IV_MIN under 'use integer'
2021-03-19 Tony Cookswitch to using the test.pl test functions for op/arith2.t
2021-03-19 Tony Cookreindent to standard perl indent
2021-03-19 Tony CookSplit Config-dependent tests in t/opbasic/arith.t to...
2021-03-19 Paul "LeoNerd" EvansUnit-test that try{} blocks are invisible to caller()
2021-02-28 Karl Williamsonregcomp.c: Remove memory leak
2021-02-17 James E KeenanAccommodate miniperl on FreeBSD
2021-02-17 James E Keenant/op/magic.t
2021-02-14 Paul "LeoNerd" EvansDocument and test that do {try/catch} behaves as expect...
2021-02-14 Paul "LeoNerd" EvansUnit-test that try{return} within :lvalue sub behaves... 18552/head
2021-02-10 Paul "LeoNerd" EvansReïndent t/op/coreamp.t to a much more consistent 2...
2021-02-09 Hugo van der Sandengh18515: tests for special-cased patterns
2021-02-09 Paul "LeoNerd" EvansCorrect indentation of next/last/redo unit tests
2021-02-09 Paul "LeoNerd" EvansUnit test that wantarray inside try {} sees the correct...
2021-02-08 Paul "LeoNerd" EvansFix indentation
2021-02-07 James E KeenanRework patch to reduce diff 18539/head
2021-02-07 Paul LeoNerd EvansTest for "experimental::try" warnings being active
2021-02-04 Paul "LeoNerd" EvansInitial attempt at feature 'try' 18505/head
2021-01-05 Hugo van der Sandenfix issue references in tests from 282d9dfeb4
2021-01-03 Craig A. Berrysprintf does not display 54 digits on VMS
2021-01-03 Felipe GasperSignatures: add argument counts to count-mismatch error...
2020-12-30 Tomasz Konojackiop.c: croak on "my $_" when "use utf8" is in effect
2020-12-30 Karl WilliamsonFix buggy fc() in Turkish locale
2020-12-29 TAKAI Kousukesv.c: Suppress imprecision warnings on Inf.
2020-12-29 TAKAI Kousukesv.c: more imprecision warnings on increment/decrement
2020-12-27 sisyphust/op/sprintf2.t - append new test (Issue 18170)
2020-12-23 Tony Cookskip trying to constant fold an incomplete op tree
2020-12-08 TAKAI Kousukepp.c: oct() now skips "0o" and "o" prefix.
2020-12-05 Tom HukinsUse a more suitable test method
next