summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* belatedly add a test for RT #51636:David Mitchell2010-06-041-0/+16
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-1/+13
* Skip two Japhs that use the fact that split in void context splittedAbigail2010-06-011-0/+2
* move the fresh_perl() tests above the environment testsTony Cook2010-06-011-12/+13
* PATCH: teach diag.t new warning function namesKarl Williamson2010-06-011-21/+63
* handle perl extended utf8 start bytesTony Cook2010-05-311-1/+20
* [perl #70075] no 6; brokenFather Chrysostomos2010-05-311-0/+4
* PATCH: [perl #75138] "\c`" -> " "Karl Williamson2010-05-302-5/+10
* Document tricks, work-arounds for user-defined casingKarl Williamson2010-05-301-0/+100
* Don't require doubled backslashes in perldiag.podKarl Williamson2010-05-301-8/+9
* Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.Nicholas Clark2010-05-291-2/+2
* Display characters as Unicode for clarityKarl Williamson2010-05-291-0/+1
* When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.Nicholas Clark2010-05-291-1/+14
* 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-254-34/+6
* Add functions to test.pl for easier EBCDIC testingKarl Williamson2010-05-251-1/+126
* 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
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+80
* 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
* additional tests for package block syntaxZefram2010-05-201-20/+72
* fix SEGV with eval("package Foo {")Zefram2010-05-201-1/+4
* support "package Foo { ... }"Zefram2010-05-201-0/+37
* 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
* | further fix for RT #23810David Mitchell2010-05-181-0/+40
* | use the correct format codes in warnings from gmtime/localtimeTony Cook2010-05-171-1/+42
* | PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-171-1/+0
* | [perl #41530] s/non-utf8/is-utf8/ fails.Karl Williamson2010-05-171-1/+21
* | 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
* | PATCH [perl #74978] dot after } breaks \N{}Karl Williamson2010-05-081-1/+7
* | Note in comment that many \N{...} tests won't work hereKarl Williamson2010-05-081-0/+2
* | Comment where to find file's formatKarl Williamson2010-05-081-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 "New deprecation warning: Dot after %s literal is concatenation"Jesse Vincent2010-05-051-17/+0
* | Revert "Fix tests and add one more test for the deprecation warning added in ...Jesse Vincent2010-05-051-7/+6
* | Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-053-40/+4