summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid overflow warning in chop.t.Craig A. Berry2010-06-041-0/+1
* 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
* move the fresh_perl() tests above the environment testsTony Cook2010-06-011-12/+13
* handle perl extended utf8 start bytesTony Cook2010-05-311-1/+20
* PATCH: [perl #75138] "\c`" -> " "Karl Williamson2010-05-301-5/+7
* Document tricks, work-arounds for user-defined casingKarl Williamson2010-05-301-0/+100
* When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.Nicholas Clark2010-05-291-1/+14