This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
document the new flags behaviour and why
[perl5.git] / t /
2022-02-19 Nicholas Clarkperldelta entry for the PV/IV flags changes.
2022-02-19 Tomasz Konojackiimplement a new command-line flag, -g
2022-02-19 Tomasz Konojackit/run/switches.t: don't declare a plan
2022-02-19 Yves OrtonReapply squashed "avoid identical stack traces" patches
2022-02-17 Karl Williamsonpodcheck: Make sure digest gets a byte string
2022-02-17 Karl WilliamsonAdd link to String::Util to podcheck db
2022-02-15 Paul "LeoNerd" EvansNo longer print experimental::isa warning (closes ...
2022-02-13 Hugo van der SandenSort tests in t/porting/dual-life.t
2022-02-13 Paul "LeoNerd" EvansPrint a deprecation warning if downgrading to a use...
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-02-10 Karl Williamsont/porting/diag.t: Fix typo in comment
2022-02-01 Yves OrtonTest for Issue #19250, assert fail with Debug=>ALL
2022-01-31 Paul "LeoNerd" EvansEmit experimental::snail_in_signatures warnings on...
2022-01-27 Tomasz Konojackisubroutine redefinitions made with local() shouldn...
2022-01-25 Dagfinn Ilmari Man... Add test for experimental::builtin warnings
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2022-01-24 James RaspassAdd ceil & floor to builtin
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-20 Paul "LeoNerd" EvansMake sure to rpeep() the body of catch {} blocks
2022-01-19 Tomasz Konojackit/porting/authors.t: Windows fixes
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2022-01-19 Graham Knopfix commit calculations in authors porting test
2022-01-05 Mike FultonUpdate the README to describe ASCII and EBCDIC builds
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-12-24 James E KeenanDocument and test command-line switch '-?'
2021-12-16 Dagfinn Ilmari Man... Also fix paren-less calls of subs where a filehandle...
2021-12-16 Dagfinn Ilmari Man... Fix function calls being misinterpreted as bareword...
2021-12-14 Paul "LeoNerd" Evanst/op/switch.t no longer needs to avoid overload.pm... 19269/head
2021-12-14 Karl Williamsont/TEST: white space only
2021-12-14 Karl Williamsont/TEST: print Skip msg for EBCDIC skipped tests
2021-12-08 Paul "LeoNerd" EvansRemove unnecessary braces in t/op/array.t
2021-12-08 Paul "LeoNerd" EvansUse builtin::reftype/refaddr in .t files
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in t/
2021-12-08 Paul "LeoNerd" EvansAdd builtin::blessed, refaddr and reftype
2021-12-07 Paul "LeoNerd" Evanst/perf/optcount.t for pushdefer no longer needs the...
2021-12-04 Paul "LeoNerd" EvansAdd builtin:: funcs for handling weakrefs
2021-12-03 Paul "LeoNerd" EvansImprovements to OP_ISBOOL
2021-12-01 Paul "LeoNerd" EvansDirect optree implementations of builtin:: functions
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-11-02 James E KeenanOne character spelling error
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-18 Tony Cookadd customized entries for the latest Memoize changes
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-13 Nicholas ClarkUpdate perlhack with details of the C99 features we...
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-10-04 Nicholas ClarkOnly expose Internals::getcwd() in miniperl
2021-09-29 Nicholas ClarkRemove pp_pack "unlisted" exceptions from t/porting... 19155/head
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-22 Tony CookDon't try to Sv[PI]V() on an undef index SV in find_uni... 19148/head
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-15 Karl Williamsont/re/fold_grind: Add a test case
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 Karl Williamsonpodcheck db: exporter fixed pod problem
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-08-25 Nicholas ClarkcmpVERSION.pl and test.pl now handle checkouts from... 19082/head
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-24 Nicholas ClarkAdd /^vgcore.*/ to the list of podcheck.t filename...
2021-08-15 Asher MancinelliTest new warnings enabled by default
2021-08-10 Tony CookProvide a simple API for testing features enabled
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 Ricardo Signesswitches.t: stop testing that -E turns on ~~
2021-07-25 Ricardo Signesswitches.t: stop testing that -E includes switch
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 Williamsoncomp/require.t
2021-07-25 Karl Williamsonop/length.t: Use modern tools for EBCDIC
2021-07-25 Karl Williamsonpat_advanced.t: EBCDIC fix
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-24 Thibault DUPONCHELLESkip 501_ping_icmpv6.t when icmpv6 cannot be initialize...
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-07-06 Tony Cookwarn when using each on an anonymous hash or array
next