This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Handle /@a/ array expansion within regex engine
[perl5.git] / t /
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-04-20 David MitchellPerl_re_op_compile(): handle utf8 concating better
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David MitchellHandle overloading properly in compile-time regex
2013-04-12 David Mitchellregex and overload: unifiy 1 and N arg branches
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-27 Brian Frasert/porting/dual-life.t: Drop dependency on smartmatch
2013-03-27 Brian Frasert/re/regexp_unicode_prop.t: Drop dependency on given...
2013-03-25 Craig A. BerryMake vms.c's Perl_flex_fstat preserve errno on success.
2013-03-24 Yves OrtonAdd a commented out warning and a way for diag.t to...
2013-03-23 David Mitchelladd descriptions to require.t test output
2013-03-21 Nicholas ClarkAdd a deprecation warning for all uses of @*, %*, ...
2013-03-21 Nicholas ClarkChange the warning for $* to add ", and will become...
2013-03-21 Nicholas ClarkGenerate the deprecation warnings for all uses $* or $#.
2013-03-21 Nicholas ClarkAdditional tests for the deprecation warnings when...
2013-03-21 Nicholas ClarkChange tie_fetch_count.t to use *] instead of **.
2013-03-19 Nicholas ClarkTest that UTF-8 in the look-ahead of (?(?=...)...)...
2013-03-19 Nicholas ClarkTest that S_grok_bslash_N() copes if S_reg() restarts...
2013-03-18 Yves Ortondetect each() after insert and produce warnings when...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-18 Karl Williamsondist/bignum/lib/bignum.pm: Fix broken pod link
2013-03-18 Karl Williamsonext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod...
2013-03-18 Karl Williamsondist/bignum/lib/bigrat.pm: Fix broken pod link
2013-03-18 Karl Williamsondist/bignum/lib/bigint.pm: Fix broken pod link
2013-03-18 Karl WilliamsonMath/BigRat.pm: Fix some broken pod links
2013-03-18 Karl Williamsonlibnetcfg.PL: Fix broken pod link
2013-03-18 Karl WilliamsonMath-BigInt: Fix some broken links
2013-03-18 Karl WilliamsonTie/File.pm: Fix pod broken link typo
2013-03-18 Karl Williamsonpodcheck.t: Note existence of some CPAN modules
2013-03-18 Karl Williamsonconstant.pm: Rmv ref in pod to non-existent module
2013-03-18 Karl Williamsonpod/perldiag: Document some regex messages
2013-03-18 Karl Williamsonpod/perldiag: Document new messages for qr/(?[ ])/
2013-03-18 Karl Williamsonperldiag.pod: Fix broken link
2013-03-18 David Mitchellfix a segfault in run-time qr//s with (?{})
2013-03-15 Brian Frasertoke.c, S_scan_ident: Ignore whitespace on both sides...
2013-03-14 Charlie GonzalezRemoved needless comment in for.t
2013-03-14 James E KeenanMoved t/cmd/lexsub.t, t/cmd/while.t to t/op; split...
2013-03-12 David Mitchell[perl #117095] state var init getting skipped
2013-03-09 Brian FraserPATCH: [perl #117101] toke.c: Make \$$1 work again.
2013-03-07 Chris 'BinGOs' Wil... Skip io/eintr.t on QNX Neutrino too
2013-03-07 Nicholas Clarkt/lib/common.pl should use absolute paths in @INC
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
2013-03-06 Brian FraserFix several differences in the parsing of $.. and ...
2013-03-06 Nicholas ClarkSet PL_stderrgv to NULL if it is freed.
2013-03-05 Jasmine AhujaAdded descriptions to tests lacking them
2013-03-03 Andrew TamAdded descriptions to tests lacking them.
2013-03-03 Peter MartiniStop SEGV on 'our sub { syntax error }'
2013-03-02 David MitchellDisable by default the new Copy-on-Write for 5.18
2013-02-24 Karl Williamsonperlintro: Typo and stop verbatim wrapping
2013-02-23 Craig A. BerryHandle undef values in magic.t on VMS.
2013-02-20 Chris 'BinGOs' Wil... Also skip io/eintr.t on MidnightBSD
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-20 Rafael Garcia-SuarezUn-deprecate the support for lexical $_
2013-02-20 Steve HaySilence irrelevant stderr output from op/magic.t
2013-02-20 Steve HayFix failing op/magic.t test 157
2013-02-19 Karl Williamsonre/charset.t, re/fold_grind.t: Note C locale can match...
2013-02-19 Karl Williamsonre/charset.t: Make sure locale is loaded at compile...
2013-02-19 Rafael Garcia-SuarezSilence encoding.pm deprecation warnings in the core...
2013-02-19 Karl WilliamsonSome tests for [perl #112244]
2013-02-18 Chris 'BinGOs' Wil... Update Encode to CPAN version 2.48
2013-02-17 Kent Fredricmg.c : revert ENV{x} = undef behaviour to be empty...
2013-02-15 Karl WilliamsonINSTALL: Fix pod verbatim lines
2013-02-15 Nicholas ClarkExtend t/porting/diag.t to cover code in DynaLoader.
2013-02-15 Nicholas ClarkExtend t/porting/diag.t to cover various other C-like...
2013-02-15 Nicholas Clarkt/porting/diag.t now reads files from MANIFEST, instead...
2013-02-10 Father Chrysostomosdiag.t: Validate severity of ck warn routines better
2013-02-10 Matthew Horsfall... RT-116192 - If a directory in @INC already has a traili...
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-02-05 Chris 'BinGOs' Wil... Update Pod-Parser to CPAN version 1.60
2013-02-05 Chris 'BinGOs' Wil... Make makemeta more cognisant and easier to use
2013-02-04 Karl WilliamsonAdd tests and clarify pod for (?[ ])
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-02-02 Chris 'BinGOs' Wil... Teach makemeta to use CPAN::Meta to generate both META...
2013-01-31 Karl Williamsonregcomp.c: Expand diagnostic
2013-01-28 Marcel Gruenauer... Convert t/op/sprintf.t to use test.pl
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-24 Chris 'BinGOs' Wil... Make sure that Test-Harness customisations are declared...
2013-01-24 Karl WilliamsonAdd deprecation warning for literal PATWS under /x
2013-01-24 Karl Williamsonreg_mesg.t: Remove repetitious boiler plate
2013-01-24 Karl WilliamsonMove t/lib/warnings/regcomp to t/re/reg_mesg.t
2013-01-24 Karl Williamsonregcomp.c: Change warning category to just deprecated
2013-01-24 Karl Williamsonreg_mesg.t: Add cpabilities; improve output
2013-01-24 Karl Williamsonre/reg_mesg.t: White-space only; no code changes
2013-01-24 Karl Williamsonre/reg_mesg.t: Add tests for suppressing warnings
2013-01-23 Brad GilbertClean up indenting on t/win32/fs.t
2013-01-23 Brad GilbertRemove dead code from t/win32/fs.t
2013-01-23 James E KeenanConvert to use of t/test.pl
2013-01-23 James E KeenanNote why switchF1.t and switchp.t do not use test.pl.
2013-01-22 Tony Cooksyntax check a directory: set the test process locale too
2013-01-20 Chris 'BinGOs' Wil... Actually update Test-Harness to CPAN version 3.26
2013-01-20 Karl WilliamsonReplace XXX by correct bug number
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-20 Karl WilliamsonRevert "Deprecate literal unescaped "{" in regexes."
2013-01-19 Karl WilliamsonExtend strictness for qr/(?[ \N{} ])/
2013-01-19 James E KeenanSkip t/io/eintr.t on older Darwins.
2013-01-18 Ricardo Signesfurther refinement to EISDIR tests from `perl dir`
2013-01-16 Ricardo Signesin testing EISDIR string, check known value first
2013-01-16 Nicholas ClarkRemove the Rhapsody port.
next