summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Update op/length.t to use strict/modern 'is()' testsKarl Williamson2021-07-181-62/+41
* Only set IOKp, not IOK on $) and $(.Felipe Gasper2021-07-061-1/+15
* warn when using each on an anonymous hash or arrayTony Cook2021-07-061-0/+80
* Reformatted Data-Dumper Changes as per CPAN::Changes::SpecNeil Bowers2021-06-301-1/+0
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-14/+0
* ext/Pod-Html/t/*.t: Have each file run in tempdirJames E Keenan2021-06-282-3/+3
* Copy the test bootstrapping order from t/TEST to t/READMENicholas Clark2021-06-281-4/+12
* fix new libperl.t 'no symbols' warning on darwinDavid Marshall2021-06-281-1/+5
* Dead link on ccl4, not found anywhere else but in webarchive. Use webarchive ...Thibault DUPONCHELLE2021-06-251-1/+1
* fix magic and upgraded SV handling for setsockopt()'s OPTVALTony Cook2021-06-231-0/+28
* Regresison test that multiple statements in 'try' also yields a resultPaul "LeoNerd" Evans2021-06-171-0/+8
* scalarseq() should not put an OP_ENTER kid into scalar context (fixes #18855)Paul "LeoNerd" Evans2021-06-171-0/+8
* Skip tests of CORE::Dump on FreeBSDJames E Keenan2021-06-101-0/+3
* Call magic on all elements on %SIG delocalizationLeon Timmermans2021-06-021-1/+6
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-3/+3
* gh18770: stop scanning for substrs after *COMMITHugo van der Sanden2021-06-011-0/+5
* Make scalar assignment to undef a compile time errorRichard Leach2021-05-251-2/+2
* Update version from CPAN to 0.9929Todd Rinaldo2021-05-241-3/+0
* Do not cache utf8 offsets for non-canonical lengthsLeon Timmermans2021-05-241-1/+9
* fix utime() to set $!/errno when called on a closed handleTony Cook2021-05-241-0/+1
* Add a regex test for changes in 1d8aafaE. Choroba2021-05-201-0/+1
* Update customizedSawyer X2021-05-201-2/+0
* update experimental to 0.024 from CPANRicardo Signes2021-05-021-1/+0
* t/op/bop.t: Call "use warnings" pragma after BEGIN blockTAKAI Kousuke2021-04-191-2/+2
* pp.c: Clip shift amount of <<, >> to avoid overflowTAKAI Kousuke2021-04-161-1/+18
* Set %ENV keys using the same byte-string logic as setting %ENV values.Felipe Gasper2021-04-161-1/+12
* Ensure isa object method still works after using isa infix operatorMarc Reisner2021-04-151-1/+7
* Support %#p format (#18709)Dominic Hamon2021-04-101-1/+1
* av_extend_guts: set correct ary_offset when unshifting an array (GH#18667)Richard Leach2021-04-051-0/+6
* Fix broken left shift of IV_MIN under 'use integer'Karl Williamson2021-03-291-1/+8
* re/pat.t: Skip locale tests if no locales availableKarl Williamson2021-03-291-4/+8
* switch to using the test.pl test functions for op/arith2.tTony Cook2021-03-191-30/+25
* reindent to standard perl indentTony Cook2021-03-191-30/+31
* we no longer need to setup @INCTony Cook2021-03-191-10/+0
* Split Config-dependent tests in t/opbasic/arith.t to t/op/arith2.tTony Cook2021-03-192-56/+73
* Unit-test that try{} blocks are invisible to caller()Paul "LeoNerd" Evans2021-03-191-0/+16
* loc_tools.pl: Fix valid_categories calculationKarl Williamson2021-03-171-3/+11
* document how to get a PR as a local branchTony Cook2021-03-151-1/+1
* regcomp.c: Remove memory leakKarl Williamson2021-02-281-1/+2
* Show how to quote spaces in Configure invocationsJames E Keenan2021-02-181-0/+1
* Accommodate miniperl on FreeBSDJames E Keenan2021-02-161-1/+1
* t/op/magic.tJames E Keenan2021-02-161-42/+42
* Document and test that do {try/catch} behaves as expected; yielding the final...Paul "LeoNerd" Evans2021-02-141-0/+30
* Unit-test that try{return} within :lvalue sub behaves correctly (GH#18553)Paul "LeoNerd" Evans2021-02-141-0/+24
* If a file has been deleted and removed from the MANIFEST don't complainYves Orton2021-02-131-2/+4
* [#18555] Ensure that PL_hash_seed and PL_hash_state are word alignedYves Orton2021-02-131-1/+1
* opbasic/arith.t - make sure we use the right ConfigYves Orton2021-02-121-2/+4
* Look up 'nm' in %ConfigJames E Keenan2021-02-121-2/+2
* Update to ExtUtils::PL2Bat to 0.004Leon Timmermans2021-02-121-1/+0
* t/re/charset.t: Rmv unnecessary evalKarl Williamson2021-02-111-1/+1