summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-1/+7
* Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2647b1fBram (via RT)2010-08-251-1/+28
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-201-1/+16
* while_readdir.t needs a private directory to run in.Nicholas Clark2010-08-201-6/+56
* Make sure the stack is balanced in the case that we fake the result of unsupp...Andy Armstrong2010-08-171-0/+19
* [perl #72588] t/op/mkdir.t fails, setting LC_ALL=C does not workSlaven Rezic2010-08-141-2/+2
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-133-12/+3
* TODO tests for untimely destruction introduced by lvalue ops [RT#67838]Eric Brine2010-08-133-3/+47
* Convert int.t to test.pl (and hence produce better failure diagnostics).Nicholas Clark2010-08-121-50/+21
* RT #75468: readline ignores <> overloading when arg is tiedFather Chrysostomos2010-08-111-1/+3
* Close the tempfile in caller.tCraig A. Berry2010-08-021-0/+1
* Make new tie test less noisyRafael Garcia-Suarez2010-07-301-2/+1
* Tests to check if FETCH of a tied variable isn't called moreAbigail2010-07-301-0/+174
* Hash assignment can zap weak references to the hashFather Chrysostomos (via RT)2010-07-291-1/+12
* Make srand() return "0 but true" for 0, for backwards compatible behaviour.Nicholas Clark2010-07-281-1/+19
* Add a test for srand's return valueRafael Garcia-Suarez2010-07-281-1/+5
* [perl #75656] lvalue subs don't copy on writeFather Chrysostomos2010-07-261-1/+6
* Fix for RT#1804: Anonymous glob breaks when assigned throughFather Chrysostomos2010-07-261-1/+12
* add print.t with testing of implicit printing of $_Gerard Goossen2010-07-251-0/+12
* Global executable bit cleanupDavid Golden2010-07-242-0/+0
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-1/+42
* Remove spurious ')'Jan Dubois2010-07-201-2/+2
* alarm() on Windows doesn't interrupt system callsJan Dubois2010-07-201-0/+2
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-1/+10
* Add \o{} escapeKarl Williamson2010-07-171-1/+4
* Add tests for \400 for "" strings, s//replacement/Karl Williamson2010-07-171-1/+4
* Avoid test suite hang with new readline test on VMS.Craig A. Berry2010-07-161-2/+8
* [perl #72729] Test appending sv_gets for ascii/utf8 in target and handleJosh ben Jore2010-07-141-1/+49
* [perl #72729] TODO for aborted readline() returning '' instead of undefJosh ben Jore2010-07-141-3/+4
* protect CvGV weakref with backrefDavid Mitchell2010-07-142-56/+74
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-1/+14
* [perl #72729] Test that sv_gets doesn't revive dead stringsJosh ben Jore2010-07-141-1/+85
* Add t/op/readline.t docsJosh ben Jore2010-07-141-1/+5
* Perl_sv_len_utf8 can use the UTF-8 offset cache to reduce its linear scan.Nicholas Clark2010-07-121-1/+8
* Perl_sv_pos_b2u now calls utf8_mg_len_cache_update for the string end offset.Nicholas Clark2010-07-121-1/+9
* Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898.Nicholas Clark2010-07-111-1/+10
* Tests for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-3/+12
* eval $overloaded can crashDavid Mitchell2010-07-031-1/+8
* Reinstate require error messages for .h and .phNicholas Clark2010-06-291-0/+35
* In pp_require and code refs in @INC, avoid using memory after free().Nicholas Clark2010-06-291-1/+13
* RT 75902: Add prototypes for tie() and untie() to allow overloadingFather Chrysostomos2010-06-251-3/+3
* RT #75812: apply get magic before checking flags, PVXTony Cook2010-06-251-1/+8
* In pp_sort, ensure that @_ is freed correctly.Nicholas Clark2010-06-241-1/+38
* In S_sortcv_stacked(), handle @_ correctly. Fix for #72334.Gerard Goossen2010-06-231-1/+11
* Note why pp_tie can't use call_method() for a package name.Nicholas Clark2010-06-141-0/+8
* Revert "make 'local $tied' untied"David Mitchell2010-06-071-28/+1
* glob crashes when %File::Glob:: is emptyFather Chrysostomos2010-06-071-2/+10
* Test the return value of push and unshift.Nicholas Clark2010-06-061-4/+6
* Convert tiearray.t to test.pl.Nicholas Clark2010-06-061-117/+55
* fix for RT #8438: $tied->() doesn't call FETCHDavid Mitchell2010-06-041-0/+16