This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
porting/manifest.t fail gracefully under !git
[perl5.git] / t / op /
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-09-17 Tony CookExplicitly disable unicode for non-unicode tests in...
2010-09-16 Father ChrysostomosFix "Wide character in warn" warning
2010-09-16 Father ChrysostomosFix warn to respect utf8-encoded scalars [perl #45549]
2010-09-16 Father Chrysostomoschange warn.t to use test.pl
2010-09-11 David Mitchelllist cxt hash assign with dups gives garbage
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-08 Florian RagwitzMove test for #76540 to op/gv.t
2010-09-07 Rafael Garcia-SuarezMore tests for when(slice)
2010-09-07 David LeadbeaterFix RT #77468: Smart matching on slices
2010-09-06 David Mitchell$ref++, $ref-- leaked referent
2010-09-06 Father Chrysostomos[perl #76138] perl inadvertently destroys signal handle...
2010-08-27 Nicholas ClarkPeephole optimise adjacent pairs of nextstate ops.
2010-08-25 Bram (via RT)Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2...
2010-08-20 Ben MorrowFix my $x = 3; $x = length(undef);.
2010-08-20 Nicholas Clarkwhile_readdir.t needs a private directory to run in.
2010-08-17 Andy ArmstrongMake sure the stack is balanced in the case that we...
2010-08-14 Slaven Rezic[perl #72588] t/op/mkdir.t fails, setting LC_ALL=C...
2010-08-13 Eric BrineFix untimely destruction introduced by lvalue ops ...
2010-08-13 Eric BrineTODO tests for untimely destruction introduced by lvalu...
2010-08-12 Nicholas ClarkConvert int.t to test.pl (and hence produce better...
2010-08-11 Father ChrysostomosRT #75468: readline ignores <> overloading when arg...
2010-08-02 Craig A. BerryClose the tempfile in caller.t
2010-07-30 Rafael Garcia-SuarezMake new tie test less noisy
2010-07-30 AbigailTests to check if FETCH of a tied variable isn't called...
2010-07-29 Father Chrysostomo... Hash assignment can zap weak references to the hash
2010-07-28 Nicholas ClarkMake srand() return "0 but true" for 0, for backwards...
2010-07-28 Rafael Garcia-SuarezAdd a test for srand's return value
2010-07-26 Father Chrysostomos[perl #75656] lvalue subs don't copy on write
2010-07-26 Father ChrysostomosFix for RT#1804: Anonymous glob breaks when assigned...
2010-07-25 Gerard Goossenadd print.t with testing of implicit printing of $_
2010-07-24 David GoldenGlobal executable bit cleanup
2010-07-21 Nicholas ClarkAdd Perl_init_dbargs(), to set up @DB::args without...
2010-07-21 Jan DuboisRemove spurious ')'
2010-07-21 Jan Duboisalarm() on Windows doesn't interrupt system calls
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl WilliamsonAdd tests for \400 for "" strings, s//replacement/
2010-07-16 Craig A. BerryAvoid test suite hang with new readline test on VMS.
2010-07-15 Josh ben Jore[perl #72729] Test appending sv_gets for ascii/utf8...
2010-07-15 Josh ben Jore[perl #72729] TODO for aborted readline() returning...
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-14 Josh ben Jore[perl #72729] Test that sv_gets doesn't revive dead...
2010-07-14 Josh ben JoreAdd t/op/readline.t docs
2010-07-12 Nicholas ClarkPerl_sv_len_utf8 can use the UTF-8 offset cache to...
2010-07-12 Nicholas ClarkPerl_sv_pos_b2u now calls utf8_mg_len_cache_update...
2010-07-11 Nicholas ClarkAvoid UTF-8 cache panics with offsets beyond the string...
2010-07-06 Bo LindberghTests for allowing uppercase X/B in hexadecimal/binary...
2010-07-03 David Mitchelleval $overloaded can crash
2010-06-29 Nicholas ClarkReinstate require error messages for .h and .ph
2010-06-29 Nicholas ClarkIn pp_require and code refs in @INC, avoid using memory...
2010-06-25 Father ChrysostomosRT 75902: Add prototypes for tie() and untie() to allow...
2010-06-25 Tony CookRT #75812: apply get magic before checking flags, PVX
2010-06-24 Nicholas ClarkIn pp_sort, ensure that @_ is freed correctly.
2010-06-23 Gerard GoossenIn S_sortcv_stacked(), handle @_ correctly. Fix for...
2010-06-14 Nicholas ClarkNote why pp_tie can't use call_method() for a package...
2010-06-07 David MitchellRevert "make 'local $tied' untied"
2010-06-07 Father Chrysostomosglob crashes when %File::Glob:: is empty
2010-06-06 Nicholas ClarkTest the return value of push and unshift.
2010-06-06 Nicholas ClarkConvert tiearray.t to test.pl.
2010-06-04 David Mitchellfix for RT #8438: $tied->() doesn't call FETCH
2010-06-04 Craig A. BerryAvoid overflow warning in chop.t.
2010-06-04 David Mitchellbelatedly add a test for RT #51636:
2010-06-03 Vincent PitMake pp_reverse fetch the lexical $_ from the correct pad
2010-05-31 Tony Cookmove the fresh_perl() tests above the environment tests
2010-05-31 Tony Cookhandle perl extended utf8 start bytes
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-30 Karl WilliamsonDocument tricks, work-arounds for user-defined casing
2010-05-29 Nicholas ClarkWhen assigning to $^P, don't zero $DB::single, $DB...
2010-05-26 Karl WilliamsonPATCH: user defined special casing for non utf8
2010-05-25 Karl WilliamsonChange a few tests to use new test.pl EBCDIC stuff
2010-05-25 Nicholas ClarkFix CLONE/weakref bug revealed by adf8f095c5881bce.
2010-05-25 Father Chrysostomo... Deref ops ignore get-magic when SvROK(sv)
2010-05-25 Father ChrysostomosJust the tests from a proposed fix for 68192
2010-05-24 Nicholas ClarkSet PADSTALE on all lexicals at the end of sub creation.
2010-05-24 Nicholas ClarkDon't clone the contents of lexicals in pads.
2010-05-24 Nicholas ClarkWhen deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas ClarkBetter ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas ClarkAbstract *correct* initialisation of CLONE_PARAMS into...
2010-05-21 Nicholas ClarkRemove the tokeniser hack that prevents compile-time...
2010-05-20 Zeframfully test package-version-block syntax
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-18 Rainer TammerFix groups.t test on AIX
2010-05-17 Tony Cookuse the correct format codes in warnings from gmtime...
2010-05-13 Nicholas ClarkReturn 0 (with a warning) for sprintf("%.0g") and sprin...
2010-05-10 Richard Soderbergseparate the 0755 from the . $TAINT0. this silences...
2010-05-08 David MitchellRT #34604 didn't honour tied overloaded values
2010-05-06 Vincent PitMake t/op/sprintf.t test multiple warnings
2010-05-06 Vincent PitStop returning 0 for sprintf("%.0g")
2010-05-06 Vincent PitReally test special sprintf formats
2010-05-06 Vincent PitMake sv_vcatpvfn() complain when special formats "...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-04 David Mitchellmake 'local $tied' untied
2010-05-04 David Mitchellmake local @tied, %tied, untied
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-04-30 Tony CookRT#73814 - unpack() didn't handle scalar context correc...
next