summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Test new warnings enabled by defaultAsher Mancinelli2021-08-151-1/+18
* Provide a simple API for testing features enabledTony Cook2021-08-101-0/+48
* S_clear_placeholders() should call HvHASKFLAGS_off() if no keys remain.Nicholas Clark2021-07-261-0/+56
* Tests for tied hashes in list context (keys, values and both).Nicholas Clark2021-07-261-0/+42
* switches.t: stop testing that -E turns on ~~Ricardo Signes2021-07-251-7/+1
* switches.t: stop testing that -E includes switchRicardo Signes2021-07-251-6/+1
* op/each.t: Improve EBCDIC handlingKarl Williamson2021-07-251-22/+8
* op/each.t: Add strict/warningsKarl Williamson2021-07-251-17/+24
* op/print.t: Generalize for EBCDICKarl Williamson2021-07-251-2/+16
* comp/require.tKarl Williamson2021-07-251-2/+1
* op/length.t: Use modern tools for EBCDICKarl Williamson2021-07-251-48/+23
* pat_advanced.t: EBCDIC fixKarl Williamson2021-07-251-3/+3
* t/op/numify.t: More tests to check if invalid Inf/NaNs are not numifiedTAKAI Kousuke2021-07-251-1/+13
* Perl_my_atof3: disallow double signs and spaces between a sign and numberTAKAI Kousuke2021-07-251-0/+42
* Skip 501_ping_icmpv6.t when icmpv6 cannot be initialized. Credits to rurbanThibault DUPONCHELLE2021-07-241-1/+1
* 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