summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #123893] Fix hang with "@{"Father Chrysostomos2015-08-281-4/+15
* [perl #123712] Don’t check sub_inwhatFather Chrysostomos2015-08-281-1/+8
* [perl #123712] Fix /$a[/ parsingFather Chrysostomos2015-08-281-1/+9
* RT #124156: death during unwinding causes crashDavid Mitchell2015-08-191-1/+51
* [perl #124127] fix cloning arrays with unused elementsTony Cook2015-08-101-1/+7
* [perl #123538] always set chophere and itembytes at the same timeTony Cook2015-01-211-1/+13
* Silence "Useless use ... in void context" warnings from commit 2ce04c5f4aSteve Hay2015-01-171-2/+2
* Semicolon before ellipsis inside block disambiguates.James E Keenan2015-01-131-3/+28
* Adjust test expectations from previous commitSteve Hay2015-01-111-2/+4
* [perl #123495] Stop gmtime(nan) from crashingFather Chrysostomos2015-01-111-1/+7
* [perl #123410] sort CORE::fake bizarre behaviourFather Chrysostomos2015-01-101-1/+3
* [perl #123245] avoid a panic in sv_chop() in formatsTony Cook2015-01-081-3/+0
* [perl #123245] tests for format crashesTony Cook2015-01-081-1/+28
* svleak.t: Add test for #123198Father Chrysostomos2015-01-081-1/+2
* Fix t/op/taint.t on WindowsFather Chrysostomos2014-12-271-6/+12
* [perl #122669] Don’t taint at compile timeFather Chrysostomos2014-12-271-1/+9
* Fix crash with lex subs under -dFather Chrysostomos2014-12-271-1/+40
* Fix crash when lex subs are used for overloadFather Chrysostomos2014-12-271-1/+11
* Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-12-271-1/+19
* state.t: Improve test for #123029Father Chrysostomos2014-12-271-1/+1
* [perl #123029]: add regression testAaron Crane2014-12-271-1/+9
* [perl #122995] Hang with while(1) in a sub-listFather Chrysostomos2014-12-271-0/+4
* magic.t: android: bypass two $0 tests and add oneAlexandre (Midnite) Jousset2014-08-221-2/+3
* t/op/taint.t: Accommodate for systems without an inbuilt echo (android, black...Brian Fraser2014-07-311-1/+3
* Uninitialized tmbuf.Jarkko Hietaniemi2014-07-221-3/+6
* [perl #121733] fix t/op/stat.t 96 for windowsReini Urban2014-07-151-3/+9
* [perl #121732] fix t/op/filetest.t for windowsReini Urban2014-07-151-1/+13
* s///e on tainted utf8 strings got pos() messed upDavid Mitchell2014-07-151-1/+10
* [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