This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Cast correctly to U8, not char
[perl5.git] / t /
2015-12-09 Achim Gratz[perl #126834] Cygwin cygdrive prefix test
2015-12-09 David Mitchellstop the eliding of void $pkg_var from assert fail
2015-12-09 Tony Cook[perl #126593] make sure utf8_heavy.pl doesn't depend...
2015-12-08 Craig A. BerryFix t/op/sprintf2.t on VMS
2015-12-07 Steve HayRemove duplicate line from test
2015-12-07 Tony Cook[perl #123991] report an error if we can't parse the...
2015-12-06 Jarkko Hietaniemihexfp: test longdblkind directly, instead of doublekind
2015-12-06 Karl Williamsont/uni/case.pl: Sort numerics with <=> to get better...
2015-12-05 Jarkko Hietaniemihexfp: these should be tested only with uselongdouble.
2015-12-03 David Mitchellthreads.t: make stress test less stressy
2015-12-03 Steve HayUndo blead customization of Text-ParseWords test script
2015-12-02 David Mitchell/..\G/: use chars, not bytes
2015-12-01 David Mitchellop/rand.t: better test even spread of random nums
2015-11-30 David Mitchellt/op/rand.t: modernise tests
2015-11-30 David Mitchellremove flawed tests from t/op/rand.t
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 0.0
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 1.0
2015-11-29 Jarkko Hietaniemihexfp: printf %a for negative zero.
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-24 Tony Cook[perl #126443] make sure PL_oldbufptr is preserved...
2015-11-24 Tony Cook[perl #126480] pipe() doesn't need the assertions
2015-11-24 Tony Cook[perl #126635] don't shortcut when SVf_IVisUV is set
2015-11-23 Steve HayPorting/Maintainers.pl - Fix ExtUtils::Constant
2015-11-23 David Mitchellassertion failure on foo(my $x : bar)
2015-11-23 Craig A. BerryTODO newish re/speed.t tests on VMS.
2015-11-20 Lukas Mai[perl #124280] don't warn for 'my $foo, *bar'
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-11-20 Karl Williamsont/loc_tools.pl: Improve locale detection
2015-11-20 Karl Williamsont/loc_tools.pl: Fix incomplete description in comment
2015-11-20 Karl Williamsont/loc_tools.pl: White-space only
2015-11-20 Steve HayUpdate Porting/Maintainers.pl for previous commit
2015-11-19 Abigailpodcheck.t: Deindent by 1 space to left margin.
2015-11-19 Abigailpodcheck.t: Line up comments.
2015-11-19 Abigailpodcheck.t: Fix typos in comments
2015-11-19 Aaron CraneQuell "used only once" warning in test suite
2015-11-18 David Mitchellsv_inc/dec_nomg(): croak on GVs etc
2015-11-17 Tony Cook[perl #126193] don't use a trash SV if no indexes are...
2015-11-16 Tony Cook[perl #126602] make sure targ isn't freed from under us
2015-11-14 Karl WilliamsonPATCH: [perl #126615] Segfault/assert fail with regex_sets
2015-11-11 Tony Cook[perl #126325] don't read past the end of the source...
2015-11-10 David Mitchellsplit pp_predec() from pp_preinc() and improve
2015-11-10 David Mitchellfaster add, subtract, multiply
2015-11-09 Karl Williamsont/op/utf8decode.t: print debugging info if test fails
2015-11-09 Karl Williamsonre/pat_advanced.t: Fix a test so also runs on EBCDIC
2015-11-08 Tony Cookcygwin: look harder for a C: mapping and skip if we...
2015-11-07 Jarkko Hietaniemiperl #126586 hexfp may lose 1-3 low order bits (most...
2015-11-07 Jarkko Hietaniemiperl #126582 hexfp overflow drops hi-order bits
2015-11-03 Chris 'BinGOs' Wil... Update Pod-Simple to CPAN version 3.32
2015-10-30 Karl WilliamsonPATCH: [perl #126481] panic for !! with syntax error...
2015-10-28 Jarkko HietaniemiUnicode::Normalize no-go with miniperl.
2015-10-28 David MitchellRT: #126309 die more gracefully on (1) x ~1
2015-10-26 Karl Williamsonregen podcheck db
2015-10-26 Karl Williamsont/re/subst.t: Don't skip a test on EBCDIC
2015-10-26 Karl Williamsonre/subst.t: Clarify a test's EBCDIC skip message
2015-10-26 Karl Williamsonre/pat_rt_report.t: Clarify EBCDIC skip msg for a test
2015-10-26 Karl Williamsont/op/print.t: Improve EBCDIC skip msg
2015-10-26 Karl Williamsont/op/chr.t: Improve EBCDIC skip msg
2015-10-26 Karl Williamsont/base/lex.t: Generalize for EBCDIC
2015-10-22 Karl WilliamsonAdd test for \b{sb}
2015-10-22 Karl Williamsont/re/pat_advanced.t: Add comment
2015-10-22 Karl WilliamsonPATCH: [perl #126253] Nested quantifiers not caught
2015-10-22 Karl WilliamsonPATCH: [perl # 126178] Unterminated /(?i/
2015-10-20 Victor AdamPATCH: [perl #126181] regex: handle \cX inside (?[])
2015-10-20 Karl WilliamsonPATCH: [perl #12406] regnode panic
2015-10-20 Karl WilliamsonPATCH: [perl #126404] Assertion fail in (?[...])
2015-10-19 Karl WilliamsonAdd test for [perl #126204]
2015-10-19 Karl WilliamsonRemove TODOs from tests now passing
2015-10-19 Karl WilliamsonFix some bugs in \B[sb}, \B{wb}, \B[gcb}
2015-10-19 Karl WilliamsonAdd TODO tests for [perl #126319]
2015-10-19 Karl Williamsont/re/subst.t: Use loc_tools for skipping locale tests
2015-10-19 Jarkko HietaniemiIRIX long-double sqrt(2) one bit error in the least...
2015-10-19 Steve HayClean-up temporary directories in Module-Metadata tests
2015-10-18 Dagfinn Ilmari Man... Delay @ISA magic while unshifting
2015-10-17 Steve HayBook-keeping for the previous commit (which restored...
2015-10-17 Jarkko Hietaniemirt.perl.org perl #88814 was revived in openbsd by commi...
2015-10-16 Jarkko Hietaniemiperl #126306: openbsd t/io/errno.t tests fail randomly
2015-10-15 Steve HayUpgrade Math::BigInt::FastCalc from 0.31 to 0.34
2015-10-15 Steve HayUpgrade Math::BigInt from 1.999701 to 1.999704
2015-10-14 Steve HayMath-BigRat is (nearly) in sync with 0.260801
2015-10-14 Steve HayMath-BigInt-FastCalc has a slightly customized .pm...
2015-10-14 Steve HayMath-BigInt is (nearly) in sync with 1.999701
2015-10-14 Steve HaySocket.pm is customized (for the ++$VERSION) as well...
2015-10-13 Karl WilliamsonPATCH: [perl #126180] /(?[\ &!])/ segfaults
2015-10-13 Karl Williamsonqr/\p{pkg1::...foo}/ must be a user-defined property
2015-10-13 Karl Williamsonpodcheck.t: Regen db after recent new long verbatim...
2015-10-13 Karl Williamsonporting/maintainers.t: Skip if -DPERL_EXTERNAL_GLOB
2015-10-13 Karl WilliamsonFix \p followed by a non-alpha
2015-10-13 Karl Williamsonregcomp.c: Make compile and run-time error msgs identical
2015-10-13 David Mitchellmake /fixed-substr/ much faster.
2015-10-12 Dagfinn Ilmari Man... Include the name of the non-lvalue sub in error message
2015-10-11 Karl WilliamsonAllow (#...) anywhere white space is under qr//x
2015-10-11 Karl WilliamsonRestrict white space inside [] inside(?[ ]) to \h
2015-10-08 Karl Williamsont/op/pack.t: Fix some skipped tests on EBCDIC
2015-10-08 Karl Williamsont/op/pack.t: Clarify comment; change variable name
2015-10-07 Chris 'BinGOs' Wil... Update Encode to CPAN version 2.78
2015-10-06 Karl Williamsonutf8.c: Slight code simplification
2015-10-06 Chris 'BinGOs' Wil... Update Compress-Raw-Zlib to CPAN version 2.069
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-10-05 Yves Ortonfix perl #126186 - (*ACCEPT) does not allow arguments
next