This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
IO::getline(): use CALLRUNOPS
[perl5.git] / t /
2023-12-04 David Mitchellfix Perl_rpp_is_lone() for immortals.
2023-12-04 David Mitchellpp_aassign: remove panic check under PERL_RC_STACK
2023-12-04 David Mitchellop/array.t: skip \$#{[]} test under PERL_RC_STACK
2023-12-04 David Mitchellmake RC-stack-aware: unwrap pp_emptyavhv()
2023-12-04 David Mitchelladd lvalue scalar alias tests to lvref.t
2023-12-04 David Mitchelladd list context tests to t/op/lvref.t
2023-11-27 Lukas Maidon't optimize (or warn about) control flow ops in...
2023-11-26 Tony Cookwin32: default the shell to cmd.exe in the Windows...
2023-11-26 Karl WilliamsonFix read/write past buffer end: perl-security#140
2023-11-22 Lukas Maielide right operand if left operand transfers control
2023-11-22 Lukas Maiharness: fix operator precedence in call to exit
2023-11-20 Lukas Maiextend "Possible precedence issue" warning, cover more...
2023-11-16 Tony Cookglobvar.t: allow duplicate definitions of symbols
2023-11-16 Tony Cookglobvar.t: use nm -P for portability
2023-11-08 James E Keenancpan/Math-BigInt - Update to version 2.000000
2023-11-05 James E KeenanAnnounce 5.42 removal of goto to jump into construct
2023-11-03 Elvin Aslanovt: Convert indirect syntax in tests
2023-10-21 Elvin Aslanov`File-Find`: Minor test/docs improvements
2023-10-20 Karl Williamsont/loc_tools: Add function returning all locale categories
2023-10-17 James E KeenanBisection: Document use of '--one-liner' switch
2023-10-11 Yves Ortonregexec.c - make find_byclass() work with (*SKIP) and...
2023-10-10 Tony Cookensure we don't extend the stack beyond the limit of...
2023-10-10 Tony Cookbigmem/stack.t: skip if we're not using SSize_t mark
2023-10-09 William LyuFix intermittent failure of test t/op/sigsystem.t
2023-10-06 Craig A. BerryGet Test2 tests working on VMS
2023-10-05 Tony Cookjoin tests: comments clarifying why we don't do simple...
2023-10-05 Tony Cookjoin: save the delimiter string before anything magical...
2023-10-05 Tony Cookjoin: add tests from my comments on #21484
2023-10-05 Tony Cookjoin: tests from GH #21458
2023-09-25 Tony Cook64-bit stack: call_sv mark and return value handling
2023-09-25 Tony Cook64-bit stack: eval_sv() mark and argument count handling
2023-09-25 Tony Cook64-bit stack: injected_constructor used an I32
2023-09-25 Tony Cook64-bit stack: do_join() used I32 for number of items...
2023-09-25 Tony Cook64-bit stack: apply() accepts arguments from the stack
2023-09-25 Tony Cook64-bit stack: I32/U32 mis-use in pp_tie
2023-09-25 Tony Cook64-bit stack: list repeat (x)
2023-09-25 Tony Cook64-bit stack: grepwhile used I32 for the returned item...
2023-09-25 Tony Cook64-bit stack: chop/chomp on an AV used 32-bit indexes
2023-09-25 Tony Cook64-bit stack: pp_list used I32 to save the mark
2023-09-25 Tony Cook64-bit stack: reorganise to allow running single tests
2023-09-25 Tony Cook64-bit stack: XS boot helpers
2023-09-25 Tony Cook64-bit stack: fix pp_split I32 stack base index
2023-09-25 Tony Cook64-bit stack: fix the iteration context base stack...
2023-09-25 Tony Cook64-bit stack: list slicing
2023-09-25 Tony Cook64-bit stack: ensure XS sees the large parameter lists
2023-09-25 Tony Cook64-bit stack: first pass, marks are now 64-bits on...
2023-09-25 Tony CookRevert "[perl #89544] Non-eval closures don’t need...
2023-09-25 Tony Cookadd TODO tests for 19370
2023-09-22 Paul "LeoNerd" EvansUnit-test that `class NAME VERSION :ATTRS` syntax works
2023-09-21 Paul "LeoNerd" Evansbump version.pm to 0.9930
2023-09-20 Paul "LeoNerd" EvansAdd `Test2::Suite` as a dual-life CPAN module
2023-09-15 Lukas Maifix handling of single-value anonhash { $foo }
2023-09-10 Leon TimmermansAdd tests for -W and -X
2023-09-08 Dan Church[doc] Fix 'comprised of'
2023-09-04 Lukas Maiperlop, perlsyn: make abstract more verbose/precise
2023-09-02 David Mitchellsilence warning in svleak.t
2023-09-02 David Mitchellperf/benchmarks: add concat tests for magic vars
2023-08-31 Leon TimmermansFix leak when smartmatching against a coderef
2023-08-25 Richard LeachPerl_ck_refassign: support refassigning into a state...
2023-08-23 Karl Williamsonloc_tools: Handle ignored positional categories
2023-08-23 Tony Cookt/op/magic.t: handle busybox ps
2023-08-19 Paul Evanscpan/IO-Socket-IP - Update to version 0.42
2023-08-17 Paul "LeoNerd" EvansRemove `experimental::builtin` warnings from most of...
2023-08-17 James E KeenanRegenerate 'customized' database
2023-08-16 Paul "LeoNerd" EvansPermit attributed variables inside signatured subs...
2023-08-16 David Mitchelladd t/op/refstack.t
2023-08-16 David Mitchellwhen (re)creating @_, zero its elements
2023-08-16 David Mitchellcaller(): don't copy freed SV pointer to @DB::args
2023-08-16 David MitchellPerl_runops_wrap((): don't mortalise NULLs
2023-08-16 David MitchellEliminate PERL_XXX_TMP_NORC
2023-08-16 David Mitchellmake @_ AvREAL() on RC-stack
2023-08-16 David Mitchellmake RC-stack-aware: t/cmd/for.t
2023-08-16 David Mitchellmake RC-stack-aware: pp_sort()
2023-08-16 David Mitchellmake RC-stack-aware: map and grep
2023-08-16 David Mitchellfix leaks in new ${^HOOK}{require__*} facility
2023-08-14 Richard Leachtest.pl: convert tabs to spaces in like_yn()
2023-08-14 Richard Leachtest.pl: avoid unnecessary work in like_yn()
2023-08-14 Tony Cookclass :isa(): check for not only a stash, but a class
2023-08-09 Karl Williamsonre/pat.t: Compute scalar just once
2023-08-08 Karl WilliamsonRevert "AIX: skip some locale tests"
2023-08-03 Leon TimmermansFix testlist tests for static perls
2023-08-03 Leon TimmermansFix goto tests for static perls
2023-08-02 Paul "LeoNerd" EvansAdd some unit tests of __CLASS__ during field initialisers
2023-08-02 Paul "LeoNerd" EvansAdded __CLASS__ keyword, which yields the runtime class...
2023-08-02 Paul "LeoNerd" Evansuse strict in t/op/coresubs.t
2023-08-01 Karl Williamsontest.pl: Clarify watchdog() sub comments
2023-08-01 Tony Cookreadline ARGV: don't try to open '|-' or '-|' and warn
2023-07-31 Tony Cookwin32/@makefiles: move the full perl config.h to full/
2023-07-27 Tony Cookhash keys: validate hash key length at compile time
2023-07-27 Tony Cookmsgrcv: validate the size parameter before using it
2023-07-27 Tony Cookmsgrcv: properly handle magic
2023-07-27 Tony Cookrxres_restore: restore regexp progress offsets with...
2023-07-27 Tony Cookpp_repeat: handle large source strings for scalar repeat
2023-07-27 Tony CookS_scomplement: string complement used an I32 string...
2023-07-26 Yves Ortonuniversal.c - change import with args error to be a...
2023-07-26 Yves Ortonporting/diag.t - make sure deprecations are marked D
2023-07-26 Yves Ortondiag.t - process diagnostics in XS in universal.c
2023-07-26 Dagfinn Ilmari Man... Remove microperl
2023-07-26 Yves Ortont/test.pl - if string difference is before position...
2023-07-25 Leon TimmermansMove PerlIO::scalar into core
next