summaryrefslogtreecommitdiff
path: root/t/op/each.t
Commit message (Expand)AuthorAgeFilesLines
* detect each() after insert and produce warnings when we doYves Orton2013-03-191-1/+20
* each() should not leave RITER set on empty hashFather Chrysostomos2011-11-051-1/+15
* ensure hash iterator gets deletedDavid Mitchell2011-05-191-1/+18
* [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not workDavid Leadbeater2010-03-271-1/+5
* Tests for barewords and hash operators need no warnings 'deprecated';Nicholas Clark2009-10-161-4/+10
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-1/+36
* Properly return a syntax error instead of segfaulting if each/keys/values is ...Rafael Garcia-Suarez2009-10-081-1/+7
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* is() is better than ok()Nicholas Clark2005-05-271-23/+23
* EBCDIC: pack U is no more equal to concat of \xHHs.Jarkko Hietaniemi2002-02-111-1/+1
* Few more paranoia checks for Unicode hash keys.Jarkko Hietaniemi2002-01-241-1/+20
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-1/+1
* Re: [PATCH] tests for hash assignmentNicholas Clark2001-12-101-46/+36
* Drop all the unnecessary "use utf8" clauses and some ofJarkko Hietaniemi2001-08-121-8/+4
* Integrate perlio:Jarkko Hietaniemi2001-03-281-2/+4
* More EBCDIC fixes.Nick Ing-Simmons2001-03-191-6/+11
* Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-281-2/+2
* UTF-8 nit from Inaba Hiroto.Jarkko Hietaniemi2001-01-301-2/+8
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-1/+14
* Re: Additional patch for UTF8-keys (Re: perl@8016)Inaba Hiroto2000-12-091-1/+14
* Test for Unicode (UTF-8) hash keys.Jarkko Hietaniemi2000-12-051-1/+13
* avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-231-3/+14
* support OE/MVSJarkko Hietaniemi1998-08-021-1/+2
* 5.004_58, move intuition testsStephen Potter1998-02-201-1/+13
* More testsTom Phoenix1997-01-011-1/+40
* perl 5.003_06: t/op/each.tPerl 5 Porters1996-10-071-3/+20
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-1/+1
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-0/+53