summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-1/+1
* add a warning for using the :win32 PerlIO layerTony Cook2014-06-101-2/+2
* [perl #121733] fix t/op/stat.t 96 for windowsReini Urban2014-06-101-3/+9
* [perl #121732] fix t/op/filetest.t for windowsReini Urban2014-06-101-1/+13
* 'use locale' no longer ever fails.to compileKarl Williamson2014-06-052-81/+17
* Disallow omitting % and @ on hash and array namesDagfinn Ilmari Mannsåker2014-06-043-67/+31
* Create new testing helper fileKarl Williamson2014-05-313-3/+3
* Clarify "require <>"-message.Norman Koch2014-05-311-1/+1
* Uninitialized tmbuf.Jarkko Hietaniemi2014-05-291-3/+6
* Fixes for running a clean minitest (at least in OS X). - detect POSIX locale ...Jarkko Hietaniemi2014-05-293-5/+17
* [perl #121854] use re 'taint' regressionDavid Mitchell2014-05-131-1/+13
* Revert "[perl #79908] Stop sub inlining from breaking closures"Ævar Arnfjörð Bjarmason2014-05-121-3/+9
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-071-6/+3
* vec(): downgrade before accessing string bufferDavid Mitchell2014-05-021-1/+17
* Pseudo-fork dups arg array on argless callsDavid Mitchell2014-04-281-0/+14
* [perl #120998] avoid caller() crashing on eval '' stack framesTony Cook2014-04-141-1/+13
* [perl #21442] skip link() tests where the filesystem doesn't support themTony Cook2014-04-091-1/+14
* tidy up kill0.t and kill0_childDavid Mitchell2014-03-172-24/+46
* RT #121230, tests for process group kill on Win32Daniel Dragan2014-03-172-1/+49
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-1/+44
* [perl #120939] at least fix the leak in const_av_xsubTony Cook2014-02-211-1/+5
* [perl #120936] op/taint.t handling of no ipcsysv on cygwinTony Cook2014-02-181-4/+14
* [perl #121242] Fix crash in gp_free when gv is freedFather Chrysostomos2014-02-151-1/+58
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-091-2/+15
* merge basic zefram/purple_signatures into bleadZefram2014-02-062-4/+1310
|\
| * more tests for signaturesZefram2014-02-021-1/+71
| * more torture tests for signaturesZefram2014-02-011-1/+145
| * subroutine signaturesZefram2014-02-012-4/+1096
* | handy.h Special case toCTRL('?') for EBCDICKarl Williamson2014-02-051-1/+9
* | Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-041-2/+2
* | Test state vars following padranges [Perl #121134]Matthew Horsfall2014-02-031-1/+31
|/
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-1/+38
* t/op/sigdispatch.t: SKIP, not TODOBrian Fraser2014-01-261-2/+2
* t/op/filetest.t: On Android, don't try checking if ln exists with whichBrian Fraser2014-01-261-2/+9
* t/op/sigdispatch.t: Increase timeout to avoid issues on slow processorsBrian Fraser2014-01-261-1/+1
* t/op/stat.t: use 'ls -l' on android, even if d_readlink is definedBrian Fraser2014-01-261-1/+2
* t/op/fork.t: Up the sleep time in a test to avoid timing issuesBrian Fraser2014-01-261-1/+1
* t/op/fork.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-0/+3
* t/op/magic.t: Skip tests that use env on AndroidBrian Fraser2014-01-261-2/+6
* t/op/magic.t: Work around android only having an inbuilt pwdBrian Fraser2014-01-261-0/+3
* t/op/incfilter.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-1/+6
* t/op/sigdispatch.t: TODO tests that don't work on some Android buildsJess Robinson2014-01-261-1/+4
* t/op/magic.t: TODO tests that don't work on some cross-compile buildsJess Robinson2014-01-261-0/+1
* t/op/sprintf.t: Add Android to the list of skips for %.0gJess Robinson2014-01-261-1/+1
* t/op/magic.t: Use three-arg open to avooid creating a subshellBrian Fraser2014-01-221-3/+3
* Moved a glob test from t/run/fresh_perl.t to t/op/glob.tBrian Fraser2014-01-221-1/+35
* [perl #121031] fix all of the other incorrect calls to fresh_perl_is()Tony Cook2014-01-204-5/+5
* [perl #121031] pass a valid value for $runperl_args to fresh_perl_is()Tony Cook2014-01-201-2/+2
* fix splice+isa test that got mangled when making splice.t use test.plTobias Leich2014-01-201-1/+1
* [perl #119949] Stop undef *_, goto &sub from crashingFather Chrysostomos2014-01-181-1/+18