summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Test that for's iterator aliases the iterated listNicholas Clark2021-09-161-0/+34
* Add strict and warnings to t/op/for.tNicholas Clark2021-09-161-3/+11
* Test that %ENV iteration with prime_env_iter() is consistentNicholas Clark2021-09-151-0/+13
* t/re/fold_grind: Add a test caseKarl Williamson2021-09-151-0/+8
* On VMS, %ENV in scalar context must call prime_env_iter()Nicholas Clark2021-09-121-0/+9
* Define a third kind of COW state; STATICPaul "LeoNerd" Evans2021-09-101-0/+37
* More tests for assigning to keys %hashNicholas Clark2021-09-081-8/+21
* detect struct stat.st_dev's size and signedness, and return it safelyTony Cook2021-09-011-1/+19
* Move the tied hash FETCH count tests to t/op/tiehash.tNicholas Clark2021-08-272-42/+39
* podcheck db: exporter fixed pod problemKarl Williamson2021-08-251-2/+1
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-254-5/+332
* cmpVERSION.pl and test.pl now handle checkouts from git-worktree.Nicholas Clark2021-08-251-1/+1
* pp_tie should completely reset the underlying hash's iterator state.Nicholas Clark2021-08-251-0/+78
* Tests for tied hashes using test.plNicholas Clark2021-08-251-0/+75
* Add /^vgcore.*/ to the list of podcheck.t filename exclusions.Nicholas Clark2021-08-241-0/+1
* 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