This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Introduce a "declaration after statement" into inline.h"
[perl5.git] / t /
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
2021-06-30 Neil BowersReformatted Data-Dumper Changes as per CPAN::Changes...
2021-06-28 Leon TimmermansRemove :win32 PerlIO layer
2021-06-28 James E Keenanext/Pod-Html/t/*.t: Have each file run in tempdir pod2html-single-tempdir-20210510
2021-06-28 Nicholas ClarkCopy the test bootstrapping order from t/TEST to t...
2021-06-28 David Marshallfix new libperl.t 'no symbols' warning on darwin
2021-06-25 Thibault DUPONCHELLEDead link on ccl4, not found anywhere else but in webar...
2021-06-23 Tony Cookfix magic and upgraded SV handling for setsockopt(...
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-06-01 Hugo van der Sandengh18770: stop scanning for substrs after *COMMIT
2021-05-25 Richard LeachMake scalar assignment to undef a compile time error
2021-05-24 Todd RinaldoUpdate version from CPAN to 0.9929
2021-05-24 Leon TimmermansDo not cache utf8 offsets for non-canonical lengths
2021-05-24 Tony Cookfix utime() to set $!/errno when called on a closed...
2021-05-21 E. ChorobaAdd a regex test for changes in 1d8aafa
2021-05-20 Sawyer XUpdate customized
2021-05-02 Ricardo Signesupdate experimental to 0.024 from CPAN 18763/head
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-29 Karl Williamsonre/pat.t: Skip locale tests if no locales available
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 Cookwe no longer need to setup @INC
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-03-17 Karl Williamsonloc_tools.pl: Fix valid_categories calculation
2021-03-15 Tony Cookdocument how to get a PR as a local branch
2021-02-28 Karl Williamsonregcomp.c: Remove memory leak
2021-02-18 James E KeenanShow how to quote spaces in Configure invocations
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-13 Yves OrtonIf a file has been deleted and removed from the MANIFES...
2021-02-13 Yves Orton[#18555] Ensure that PL_hash_seed and PL_hash_state...
2021-02-12 Yves Ortonopbasic/arith.t - make sure we use the right Config
2021-02-12 James E KeenanLook up 'nm' in %Config
2021-02-12 Leon TimmermansUpdate to ExtUtils::PL2Bat to 0.004
2021-02-11 Karl Williamsont/re/charset.t: Rmv unnecessary eval
next