summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-045-0/+254
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-232-0/+63
| * SV-based interfaces for dieing and warningZefram2010-04-231-0/+108
| * make die reliably hand error to post-eval codeZefram2010-04-212-0/+83
* | tweak "0x123.456" deprecationZefram2010-05-033-4/+40
* | tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-4/+1
* | RT#73814 - unpack() didn't handle scalar context correctly for %32H and %32uTony Cook2010-04-301-1/+9
* | Globs that are in symbol table can be un-globbedLubomir Rintel (GoodData)2010-04-261-1/+10
* | Deal with "\c{", and its kinKarl Williamson2010-04-262-1/+20
* | Don't use Test::More in t/op/* testsRafael Garcia-Suarez2010-04-261-4/+10
* | Fix utf8::is_utf8 to respect GMAGIC (e.g. $1)gfx2010-04-251-0/+19
* | avoid multiple FETCHesDavid Mitchell2010-04-251-1/+23
* | t/mro/vulcan* fixesArkturuz2010-04-232-2/+2
* | Fix tests and add one more test for the deprecation warning added in last changeRafael Garcia-Suarez2010-04-231-6/+7
* | New deprecation warning: Dot after %s literal is concatenationJames Mastros2010-04-231-0/+17
* | time() resolution is full secondsJan Dubois2010-04-221-2/+4
* | Consistently use OP_DESC instead of OP_NAME in error messagesRafael Garcia-Suarez2010-04-221-1/+1
* | Add fudge to timing checks on WindowsJan Dubois2010-04-211-2/+7
* | follow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151David Mitchell2010-04-211-1/+1
* | add TODO test for #74484 trie leakDavid Mitchell2010-04-211-1/+29
|/
* Dispatch signals in infinite loops such as 1 while 1;Nicholas Clark2010-04-171-0/+38
* Fix RT #74290 - regression for labels immediately before string evals.Nicholas Clark2010-04-171-1/+10
* Set the legacy process name with prctl() on assignment to $0 on LinuxÆvar Arnfjörð Bjarmason2010-04-151-1/+32
* mark two magic.t tests as TODODavid Mitchell2010-04-151-0/+1
* PATCH: [perl #72998] regex loopingKarl Williamson2010-04-151-1/+9
* [perl #73712] ‘Variable is not imported’ cannot be suppressedFather Chrysostomos2010-04-131-0/+7
* Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-136-10/+328
|\
| * RT 8857: premature free in local of tied elementDavid Mitchell2010-04-112-1/+32
| * create SV leak test infrastructureDavid Mitchell2010-04-111-0/+37
| * fix RT 23810: eval and tied methodsDavid Mitchell2010-04-081-0/+90
| * PL_defoutgv isn't always a GV.David Mitchell2010-03-302-0/+59
| * RT #67962: $1 treated as tainted in untainted matchDavid Mitchell2010-03-251-1/+17
| * Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-232-9/+24
| * [perl #73626] get magic wasn't called on 3rd arg of openDavid Mitchell2010-03-211-1/+15
| * [perl #45167] Taint removal by sprintfDavid Mitchell2010-03-211-1/+28
| * [perl #6758] tainted values become untainted in tied hashesDavid Mitchell2010-03-201-1/+30
* | Fix test comment (noticed by Alex Vandiver)Rafael Garcia-Suarez2010-04-131-1/+1
* | [perl #74168] Assertion failure when emitting a stricture error messageRafael Garcia-Suarez2010-04-091-0/+6
* | untodo the no-longer-failing todo test for rgs' patchJesse Vincent2010-04-021-3/+1
* | Add a TODO test for block evals segfaulting on syntax errors.Florian Ragwitz2010-04-021-1/+11
* | More tests for in-place reverse (empty tied array)Rafael Garcia-Suarez2010-03-311-1/+5
* | Add a test for reversing in-place an empty arrayRafael Garcia-Suarez2010-03-311-1/+5
* | [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not workDavid Leadbeater2010-03-271-1/+5
* | Attached are two TODO patches for the remaining test failures on VMS.Craig A. Berry2010-03-172-4/+12
|/
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-101-1/+23
* Support cygwin-1.7 mountReini Urban2010-03-081-3/+3
* Revert "Forbid labels with keyword names"Jan Dubois2010-03-021-3/+3
* Setup @INC at compile time because commit ec34a119 needs to load utf8.pmJan Dubois2010-03-021-1/+3
* [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-021-2/+17
* Don't scrub DCL$PATH unless it's there.Craig A. Berry2010-03-011-1/+1