summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* PATCH: user defined special casing for non utf8Karl Williamson2010-05-261-1/+8
* Change a few tests to use new test.pl EBCDIC stuffKarl Williamson2010-05-253-27/+5
* Fix CLONE/weakref bug revealed by adf8f095c5881bce.Nicholas Clark2010-05-251-1/+58
* Deref ops ignore get-magic when SvROK(sv)Father Chrysostomos (via RT)2010-05-251-0/+12
* Just the tests from a proposed fix for 68192Father Chrysostomos2010-05-251-0/+95
* Set PADSTALE on all lexicals at the end of sub creation.Nicholas Clark2010-05-241-1/+19
* Don't clone the contents of lexicals in pads.Nicholas Clark2010-05-241-1/+18
* When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack.Nicholas Clark2010-05-241-10/+4
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-1/+11
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-1/+17
* Remove the tokeniser hack that prevents compile-time vivification of %stash::Nicholas Clark2010-05-211-5/+5
* fully test package-version-block syntaxZefram2010-05-201-14/+21
* Merge branch 'vincent/rvalue_stmt_given' into bleadVincent Pit2010-05-191-1/+133
|\
| * Make given() statements return the last evaluated expressionVincent Pit2010-01-031-1/+133
* | Fix groups.t test on AIXRainer Tammer2010-05-181-1/+2
* | use the correct format codes in warnings from gmtime/localtimeTony Cook2010-05-171-1/+42
* | Return 0 (with a warning) for sprintf("%.0g") and sprintf("%.0f")Nicholas Clark2010-05-131-2/+2
* | separate the 0755 from the . $TAINT0. this silences the warning "Dot after oc...Richard Soderberg2010-05-101-1/+1
* | RT #34604 didn't honour tied overloaded valuesDavid Mitchell2010-05-081-1/+30
* | Make t/op/sprintf.t test multiple warningsVincent Pit2010-05-061-4/+4
* | Stop returning 0 for sprintf("%.0g")Vincent Pit2010-05-061-2/+4
* | Really test special sprintf formatsVincent Pit2010-05-061-1/+2
* | Make sv_vcatpvfn() complain when special formats "%s" and "%.0f" can't find t...Vincent Pit2010-05-061-0/+4
* | Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-1/+1
* | make 'local $tied' untiedDavid Mitchell2010-05-041-1/+28
* | make local @tied, %tied, untiedDavid Mitchell2010-05-041-1/+35
* | Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-044-0/+236
|\ \
| * | bring G_KEEPERR back to the realm of sanityZefram2010-04-231-0/+45
| * | 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-031-1/+1
* | | 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-261-1/+19
* | | 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
* | | 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
* | Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-134-9/+266
|\ \
| * | RT 8857: premature free in local of tied elementDavid Mitchell2010-04-112-1/+32
| * | create SV leak test infrastructureDavid Mitchell2010-04-111-0/+37