summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #125341] check for unexpected trash after any sub startTony Cook2015-08-271-0/+5
* t/op/split.t: Generalize for EBCDICKarl Williamson2015-08-251-14/+5
* t/op/utf8decode.t: Better SKIP messageKarl Williamson2015-08-251-1/+1
* t/base/lex.t: Use more standard test for EBCDICKarl Williamson2015-08-251-1/+1
* t/op/tr.t: Clarify skip tests messageKarl Williamson2015-08-251-1/+1
* op/chr.t: Better skip messageKarl Williamson2015-08-251-1/+3
* Various .t files: Use globals to see if on EBCDICKarl Williamson2015-08-258-27/+24
* Revert "Update Pod-Simple to CPAN version 3.31"Tony Cook2015-08-251-0/+8
* test implicit anchors using re.pm [perl #125810]Lukas Mai2015-08-241-1/+17
* PATCH: [perl 125825] {n}+ possessive quantifier brokenKarl Williamson2015-08-242-1/+2
* Make qr/(?[ ])/ work in UTF-8 localesKarl Williamson2015-08-243-3/+87
* podcheck.t: regenerate dbKarl Williamson2015-08-241-2/+2
* PATCH: [perl #125805] Perl segfaults with a regex_sets error messageKarl Williamson2015-08-241-0/+1
* Update Pod-Simple to CPAN version 3.31Chris 'BinGOs' Williams2015-08-241-8/+0
* [perl 125760] fix new (and one old test) to pass with PERL_UNICODETony Cook2015-08-201-7/+8
* t/perf/benchmarks: 5.004 compatDavid Mitchell2015-08-191-20/+20
* [perl #125826] make the buffer large enough in TRIE_STORE_REVCHARTony Cook2015-08-191-0/+9
* disallow nested declarations [perl #125587] [perl #121058]Lukas Mai2015-08-182-2/+47
* fix a SV_NOSTEAL issue in pp_aassignDavid Mitchell2015-08-171-0/+37
* Optimise 1 arg in list assignDavid Mitchell2015-08-173-1/+24
* make my (...) = @_ non-OPpASSIGN_COMMON_RC1David Mitchell2015-08-172-2/+25
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-176-21/+731
* [perl #125760] deprecate sys(read|write)(), send(), recv() on :utf8Tony Cook2015-08-173-0/+24
* cygwin 2.1.0 can test -r just fine, incl. under adminIvan Pozdeev2015-08-111-1/+1
* Fix typo introduced in 0b81c0dda6Steve Hay2015-08-101-1/+1
* double-double long double %a fixesSisyphus2015-08-061-1/+20
* Check for POSIX locales once.Jarkko Hietaniemi2015-08-021-10/+9
* t/op/tr.t: Fix commentKarl Williamson2015-08-011-3/+2
* t/opbasic/cmp.t: Add test for NULKarl Williamson2015-08-011-1/+1
* re/re_tests: Rmv commentKarl Williamson2015-08-011-1/+0
* t/uni/variables.t: Fix nits in commentsKarl Williamson2015-07-281-1/+1
* Find *inline.h differently in args_assert.t.Craig A. Berry2015-07-231-2/+2
* Fix new warning in t/op/mkdir.t.Craig A. Berry2015-07-231-1/+1
* Update podcheck db to reflect a fix in perlgitKarl Williamson2015-07-221-1/+1
* Make *inline.h behave like *.cJarkko Hietaniemi2015-07-221-2/+2
* Fix test that fails with new warny File::PathChris 'BinGOs' Williams2015-07-191-1/+1
* Support reordered precision arguments in (s)printfAaron Crane2015-07-151-0/+5
* sv_vcatpvfn_flags(): make warnings more preciseAaron Crane2015-07-151-4/+5
* t/op/sprintf.t: include test comment in "ok" output, where availableAaron Crane2015-07-151-1/+1
* Forbid variable names with ASCII non-graphic charsKarl Williamson2015-07-132-102/+21
* uni/variables.t: Add TODO testsKarl Williamson2015-07-131-1/+10
* uni/variables.t: Output unexpected warningsKarl Williamson2015-07-131-1/+3
* uni/variables.t: Fix grammar in commentKarl Williamson2015-07-131-1/+1
* Delete experimental autoderef featureAaron Crane2015-07-1311-553/+70
* Make postfix dereferencing work without the postderef featureAaron Crane2015-07-132-29/+2
* chdir.t fix-up for VMS.Craig A. Berry2015-07-121-4/+3
* [perl #125373] set $! in chdir() if env not set, clarify docsTony Cook2015-07-071-5/+8
* Change wording of warning due to Unicode Standard changeKarl Williamson2015-07-061-40/+40
* Fix skip count for non-fchdir like win32.Jarkko Hietaniemi2015-07-031-1/+1
* Test the warnings.Jarkko Hietaniemi2015-07-031-8/+18