summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate change #10667 from maintperl:Jarkko Hietaniemi2001-06-171-0/+1
* more anonymous stash cleanupsAbhijit Menon-Sen2001-06-171-7/+5
* in change#10451, check that CvOUTSIDE is a CV before looking inGurusamy Sarathy2001-06-071-2/+4
* Integrate changes #10450 and #10451 from maintperl:Jarkko Hietaniemi2001-06-061-8/+19
* Integrate change #10448 from maintperl; lexicalsJarkko Hietaniemi2001-06-061-3/+9
* Sigh. This is what #10424 was supposed to check in.Jarkko Hietaniemi2001-06-041-8/+7
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-49/+3
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-2/+2
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+0
* CORE::GLOBAL::require override happens too earlyGisle Aas2001-05-241-18/+20
* [LARGE!] symbolic magicDave Mitchell2001-05-201-2/+2
* Re: undef(&foo) does not work for XS functionsDoug MacEachern2001-05-121-0/+3
* [patch] make op_{clear,null} publicDoug MacEachern2001-05-101-23/+23
* [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etcRobin Houston2001-05-081-0/+10
* Retract changes #8254 and #8255, causes coredump inJarkko Hietaniemi2001-05-021-25/+0
* Re: Useless use of constants other than 0,1 in void context?Mike Guy2001-04-251-0/+3
* PATCH: Propagate low byte of hints in cop.op_privateRobin Houston2001-04-191-1/+1
* Fix core dump from undef %File::Glob::Benjamin Sugars2001-04-171-0/+1
* PATCH: $[Robin Houston2001-04-071-1/+1
* Integrate change #9605 from maintperl into mainline.Jarkko Hietaniemi2001-04-071-0/+1
* Re: [PATCH] Lighten up globBenjamin Sugars2001-04-041-3/+20
* Change the push/unshift warning to be of class syntax, not misc.Jarkko Hietaniemi2001-04-031-2/+2
* Change the push/unshift warning (#9532) to talk about "no values"Jarkko Hietaniemi2001-04-031-1/+1
* Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)Robin Houston2001-04-031-0/+6
* tr/// UTF-8 tweaking from Inaba Hiroto.Jarkko Hietaniemi2001-04-011-26/+13
* Better peep()ing for foreach() loopsStephen McCamant2001-03-301-0/+1
* Re: B::Deparse bug (5.6.0)Robin Houston2001-03-241-2/+0
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-31/+43
* UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.Jarkko Hietaniemi2001-03-191-4/+5
* Sarathy's clear_pmop patch with Radu Greab's fix,Jarkko Hietaniemi2001-03-181-0/+24
* tr/// UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-03-181-3/+11
* Avoid stomping off the beginning of an array in tr///.Jarkko Hietaniemi2001-03-151-5/+2
* The #9145 CANNOT be enabled: the clear_pmop code stillJarkko Hietaniemi2001-03-141-24/+0
* reenable change#9145 (the test was busted due to a missingGurusamy Sarathy2001-03-141-0/+24
* Retract #9145.Jarkko Hietaniemi2001-03-141-24/+0
* Retract #9143.Jarkko Hietaniemi2001-03-141-1/+1
* (Retracted by #9150.)Jarkko Hietaniemi2001-03-141-0/+24
* (Retracted by #9149.)Jarkko Hietaniemi2001-03-141-1/+1
* Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-121-6/+40
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-15/+16
* Retract the PMOP cleanup patch: I'm seeing strange core dumpsJarkko Hietaniemi2001-03-061-24/+0
* Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)Gurusamy Sarathy2001-03-051-0/+24
* UTF8 tr/// fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-031-0/+9
* Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.Jarkko Hietaniemi2001-02-261-2/+1
* Retract #8902 for now, requested by Charles Lane, the correctJarkko Hietaniemi2001-02-231-1/+1
* (Retracted by #8914)Charles Lane2001-02-231-1/+1
* glob-in-eval memory leak fixCharles Lane2001-02-211-0/+1
* Integrate pureperl changes #8844,8845,8850 to mainlineJarkko Hietaniemi2001-02-201-5/+4
* [patch] -WallDoug MacEachern2001-02-171-5/+9
* Re: [patch] GvSHAREDDoug MacEachern2001-02-111-0/+10