This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define _USE_32BIT_TIME_T for VC6 and VC7
[perl5.git] / t / op /
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...
2010-04-26 Lubomir Rintel ... Globs that are in symbol table can be un-globbed
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-26 Rafael Garcia-SuarezDon't use Test::More in t/op/* tests
2010-04-25 gfxFix utf8::is_utf8 to respect GMAGIC (e.g. $1)
2010-04-25 David Mitchellavoid multiple FETCHes
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-04-22 Jan Duboistime() resolution is full seconds
2010-04-22 Rafael Garcia-SuarezConsistently use OP_DESC instead of OP_NAME in error...
2010-04-22 Jan DuboisAdd fudge to timing checks on Windows
2010-04-21 David Mitchellfollow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-21 David Mitchelladd TODO test for #74484 trie leak
2010-04-20 Zeframmake die reliably hand error to post-eval code
2010-04-17 Nicholas ClarkDispatch signals in infinite loops such as 1 while 1;
2010-04-17 Nicholas ClarkFix RT #74290 - regression for labels immediately befor...
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchellmark two magic.t tests as TODO
2010-04-13 David MitchellMerge commit 'origin/davem/post-5.12' into blead
2010-04-11 David MitchellRT 8857: premature free in local of tied element
2010-04-11 David Mitchellcreate SV leak test infrastructure
2010-04-08 David Mitchellfix RT 23810: eval and tied methods
2010-04-02 Jesse Vincentuntodo the no-longer-failing todo test for rgs' patch
2010-04-02 Florian RagwitzAdd a TODO test for block evals segfaulting on syntax...
next