This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5380delta: a messy commit to get things started
[perl5.git] / t /
2023-05-26 Karl Williamsont/loc_tools.pl: Update text for searched for diagnostic
2023-05-24 Tony Cookbump $Compress::Raw::Zlib::VERSION to a dev release
2023-05-24 Tony Cookbump $Compress::Raw::Bzip2::VERSION to a dev release
2023-05-24 Tony Cookbump $MIME::Base64::VERSION to a dev release
2023-05-24 Tony Cookbump $Digest::MD5::VERSION to a dev release
2023-05-24 Tony Cookbump $Time::Piece::VERSION to a dev release
2023-05-19 David Mitchellskip leaking test in class feature
2023-05-16 Tony Cookop/sprintf2.t: skip extended precision test on AIX
2023-05-16 Tony CookAIX: skip some locale tests
2023-05-12 Tony CookRevert "Perl_leave_adjust_stacks: don't make mortal...
2023-05-12 Tony CookTODO test that sub return values are modifiable
2023-05-07 Karl Williamsonregen podcheck db after a fix to perlwin32
2023-04-29 Yves Ortonreplace "define\t" with "define " in most "normal"... 19521/head
2023-04-19 Steve HayPorting/Maintainers.pl - Tidy up CUSTOMIZED files
2023-04-17 Craig A. Berryt/harness: avoid brace expansion
2023-04-15 Craig A. Berryt/TEST: trim .DIR extension on VMS
2023-04-13 Karl WilliamsonDevel::PPPort: Fix broken pod link
2023-04-05 Yves Ortonregen/HeaderParser.pm - improved expression formatting...
2023-04-02 Yves Ortontest infra - Under -DNO_TAINT_SUPPORT skip tests that...
2023-03-30 Yves Ortont/porting/bincompat.t - test the code itself not just...
2023-03-29 Yves OrtonPorting/maintainers.pl - remove Net-Ping customized...
2023-03-29 Yves Ortont/porting/globvar.t - fix for HPUX
2023-03-29 Yves Ortont/op/sprintf2 - TODO some failing tests for %g.
2023-03-28 Yves Ortont/harness - rework App::Prove::State setup to not warn...
2023-03-23 Lukas Maireport uninit variable name even in optimized cases
2023-03-21 Yves Ortont/porting/test_testlist.t - test that we test the same...
2023-03-21 Yves Ortont/TEST - rework poor mans getopt
2023-03-21 Yves Ortont/TEST - glob @ARGV after we setup @INC properly (win32...
2023-03-20 Yves Ortoncpan/libnet - update to version 3.15 and remove old...
2023-03-18 Yves Ortont/re/re_tests - fixup version for change
2023-03-18 Yves Ortont/porting/deprecation.t - add tests for deprecation...
2023-03-18 Yves Ortondiag.t - parse and validate "when" parameter from depre...
2023-03-18 Yves Ortondiag.t - detect use of "deprecate_xxx()" style functions
2023-03-18 Yves Ortonpp_ctl.c - add support for hooking require.
2023-03-18 Yves Ortont/lib/GH_15109 - rename to t/lib/caller
2023-03-18 Yves Ortont/TEST - chomp manifest during read
2023-03-16 Yves Ortont/harness - die if t/harness wont run a test listed...
2023-03-16 Yves Ortontest_pl tests - we have not been testing test.pl for...
2023-03-14 Yves Ortont/re/pat.t - test that we can copy and then reuse ...
2023-03-14 Yves Ortonmg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}
2023-03-13 Karl Williamsonloc_tools: Print $^E when upon a libc failure
2023-03-13 Yves Ortonregcomp.c - extend REF to hold the paren it needs to...
2023-03-13 Yves Ortonregexec.c - incredibly inefficient solution to backref...
2023-03-13 Yves Ortonregexec.c - teach BRANCH and BRANCHJ nodes to reset...
2023-03-13 Yves Ortonregcomp.c - track parens related to CURLYX and CURLYM
2023-03-13 Yves Ortont/re/regexp.t - in skip_amp tests (via _noamp.t) do...
2023-03-13 Yves OrtonPorting/manifest_lib.pl - autofix space/tab issues...
2023-03-08 Yves Ortonmg.c - fix $+ combined with branch reset
2023-03-07 Paul "LeoNerd" EvansPermit internal OP_GOTO when forbidding out-of-block ops
2023-03-03 Zeframpod/perlfilter.pod - replace piracy comments with somet...
2023-03-02 Arne JohannessenAllow :isa in class declaration without a block
2023-02-28 David Mitchellmove test out of fresh_perl.t into sub.t
2023-02-28 David Mitchellfor loops: protect GV/LVREF from premature free
2023-02-24 Philippe Bruhat... Smartmatch deprecation warnings are disabled by `no...
2023-02-24 Philippe Bruhat... Replace 'experimental::smartmatch' by 'deprecated'...
2023-02-20 Yves Ortonscope.c - rework SSGROW() and SSCHECK() macros and...
2023-02-20 Yves Ortonregexec.c - add assert and test for savestack overflow...
2023-02-20 Yves Ortonpp_ctl.c - Consistently exit after 10 errors
2023-02-20 Yves Ortonperl.h, pp_ctl.c - switch to standard way of terminatin...
2023-02-20 Yves Ortontoke.c - invoke __DIE__ handler after compilation error...
2023-02-19 Elvin Aslanovgenerated files - update mode lines to specify file...
2023-02-19 Yves Ortont/porting/regen.t - no more "whack-a-mole" subtest...
2023-02-17 Yves Ortont/lib/croak/toke - hide conflict markers in test code
2023-02-17 Yves Ortont/test.pl - support obfu conflict markers for code...
2023-02-17 Yves Ortont/test.pl - support NOTE comments in code for run_multi...
2023-02-17 Andrew Hewus FreshCalculate conflict markers instead of hardcoding
2023-02-13 Paul "LeoNerd" EvansUnit-test classes and instances with threads
2023-02-11 Alex Davieswin32: do not allow seekdir() out of bounds
2023-02-10 Paul "LeoNerd" EvansField :param attributes, //= and ||= default assignments
2023-02-10 Paul "LeoNerd" EvansUse field initialiser expressions in unit tests to...
2023-02-10 Paul "LeoNerd" EvansAccept field VAR = EXPR on field vars
2023-02-10 Paul "LeoNerd" EvansRefuse to create a class if its package already contain...
2023-02-10 Paul "LeoNerd" EvansMake @ISA a readonly array on class stashes so user...
2023-02-10 Paul "LeoNerd" EvansInitial implementation of subclassing, via :isa class...
2023-02-10 Paul "LeoNerd" EvansDisallow bless hackery around classes and instances
2023-02-10 Paul "LeoNerd" EvansCreate a specific SV type for object instances
2023-02-10 Paul "LeoNerd" EvansInitial attack at basic 'class' feature
2023-02-09 Karl Williamsonrun/locale.t: Use 'is' not 'ok' for a test
2023-02-08 Yves Ortonregcomp.c - remove (**{ ... }) from the regex engine
2023-02-08 Tony CooknewATTRSUB_x: don't try to sv_cmp() an AV*
2023-02-08 Tony Cookwarn on redefining an array constant sub
2023-02-08 Tony Cookallow AUTOLOAD for the INC method of objects in @INC
2023-02-07 Paul "LeoNerd" EvansEnsure 'ok #' test output includes a location
2023-02-06 Tony Cooktoke.c: deprecation warning for ' as a package separator
2023-02-06 Tony CookEnable the current "Old package separator used in strin...
2023-01-27 Yves Ortonpp_hot.c - fix branch reset matches in list context
2023-01-24 Tony Cookcheck the IO object exists when writing to IO magic...
2023-01-19 Yves Ortonregcomp.c - add optimistic eval (*{ ... }) and (**...
2023-01-19 Tony Cookop/fork.t: skip the ulimit fork test under LSAN
2023-01-15 Yves Ortonregcomp_study.c - disable CURLYX optimizations when...
2023-01-15 Yves Ortonregcomp.c - increase size of CURLY nodes so the min...
2023-01-15 Yves Ortonregexec.c - fix accept in CURLYX/WHILEM construct.
2023-01-15 Yves Ortont/re/re_rests - extend test to show more buffers
2023-01-13 Richard Leacht/test.pl - assign caller() to separate vars in _where()
2023-01-13 Yves Ortonregexec.c - avoid calling regrepeat when the max is 0
2023-01-12 Yves Ortonregcomp.c etc - rework branch reset so it works properly
2023-01-12 Yves Ortontest.pl - add support for rtriming fresh perl output
2023-01-11 James E KeenanHint should advise using 'make regen' 20235/head
2023-01-09 Tony Cookwin32_symlink: correctly handle linking to abs path...
2023-01-09 Tony Cookon win32 translate / to \ in symlink targets
next