summaryrefslogtreecommitdiff
path: root/t/op/local.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #112966] Crash on delete local; other local bugsFather Chrysostomos2012-06-231-1/+33
* [perl #105912] local $_ should not FETCHFather Chrysostomos2012-01-031-4/+3
* remove index offsetting ($[)Zefram2011-09-091-11/+1
* GVs of localised arrays and hashes should be refcountedFather Chrysostomos2011-08-261-3/+7
* #84774: local $_ calls STORE when $_ is aliased to a tied hash elementJan Dubois2011-03-201-4/+15
* Revert "make 'local $tied' untied"David Mitchell2010-06-071-28/+1
* make 'local $tied' untiedDavid Mitchell2010-05-041-1/+28
* make local @tied, %tied, untiedDavid Mitchell2010-05-041-1/+35
* localisation of $[ is deprecated, so needs no warnings 'deprecated';Nicholas Clark2009-10-161-0/+1
* Introduce "delete local"Vincent Pit2009-07-251-1/+184
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* On scope end, delete localized array elements that should not exist anymore, ...Vincent Pit2008-12-281-2/+109
* Fix new test added by #34198, which failed on Win32Steve Hay2008-08-261-1/+1
* [perl #52740] [PATCH-tests] crash when localizing a symtab entry Bram2008-08-111-1/+6
* [perl #43425] local $[: fix scoping during parser error handling.Dave Mitchell2007-07-161-5/+2
* Link TODO test to appropriate RT ticketRafael Garcia-Suarez2007-07-121-1/+1
* blead segfaults on local *@; eval {1} because ERRSV assumes thatNicholas Clark2007-05-311-1/+10
* Re: localising hash element by variable Hugo van der Sanden2007-05-301-2/+12
* Re: localising hash element by variableBo Lindbergh2007-05-291-1/+16
* Add lib to @INC so that ./perl t/op/local.t works.Nicholas Clark2007-01-231-0/+1
* [perl #39012] another REIFY bugDave Mitchell2006-04-271-1/+13
* Localising hash slices with UTF-8 encoded keys was also buggy.Nicholas Clark2006-03-301-1/+24
* Fix bug #38815 (localising keys which are UTF-8 encoded didn't deleteNicholas Clark2006-03-301-1/+25
* Re: [perl #38710] localised stash sliceRick Delaney2006-03-201-2/+0
* [perl #38710] localised stash slice Hugo van der Sanden2006-03-141-1/+29
* Additional tests for RT #38207: "Useless localization of constant ($[)Steve Peters2006-01-131-1/+14
* [patch@25744] t/op/local.t - change 25514 broke VMSJohn E. Malmberg2005-10-131-1/+10
* Re: [perl #36733] %SIG not properly local-izedRick Delaney2005-09-201-1/+34
* Make t/op/local.t use test.pl.Rick Delaney2005-09-081-89/+99
* handle magic in local correctlyDave Mitchell2005-06-221-1/+2
* When localising a magic value, propagate the readonly flagRafael Garcia-Suarez2003-09-221-1/+6
* Fix bug #23141 : localization of readonly magic scalarsRafael Garcia-Suarez2003-08-041-1/+15
* Re: [perl #21321] local ${"FOO"} does not workRafael Garcia-Suarez2003-02-251-2/+2
* Re: [proposed PATCH] correctly unlocalise exists on tied/%ENVDave Mitchell2002-05-061-1/+14
* [proposed PATCH] correctly unlocalise exists on tied/%ENVDave Mitchell2002-05-061-0/+1
* Re-integrate #9138 from maintperl to mainline,Jarkko Hietaniemi2001-03-181-3/+0
* The Day of the Retractions continues: the #9138Jarkko Hietaniemi2001-03-141-0/+3
* Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-141-3/+0
* Re: [Fwd: BUG 20001205.022] Local on Hash elementsSimon Cozens2000-12-111-1/+12
* compatibility fix: magic non-propagation in foreach implicit localizationGurusamy Sarathy1999-02-111-3/+40
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-211-1/+2
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-0/+2
* fix C<local $tied{foo} = $tied{foo}>, add testsGurusamy Sarathy1998-07-041-5/+41
* [win32] merge C<local $tied{foo}> patch, also moved statics inGurusamy Sarathy1998-03-091-1/+59
* [win32] renumber some tests to match maint branchGurusamy Sarathy1998-03-041-28/+26
* [win32] this one with adjusted test numbersStephen McCamant1998-03-021-1/+36
* [win32] merge a maint patchGurusamy Sarathy1998-02-121-1/+11
* Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-1/+7
* Band-aid fix for local([@%]$x)Stephen McCamant1997-08-071-1/+10
* perl 5.0 alpha 3Larry Wall1993-10-101-2/+2