This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make spelling of values for 'FILES' consistent
[perl5.git] / t /
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
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)
next