summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Correct slab allocator for case where sizeof(IV) > sizeof(IV *)Nick Ing-Simmons2002-01-151-14/+23
* Typo in #else branch of PL_SLAB_ALLOCNick Ing-Simmons2002-01-151-1/+1
* Hand merge of non slab allocator stuffNick Ing-Simmons2002-01-151-2/+2
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-19/+13
* Slab allocator for opsNick Ing-Simmons2002-01-131-26/+56
* [patch] peep() is rudeHugo van der Sanden2002-01-081-1/+1
* Not OK 13843 Andreas König2002-01-081-3/+1
* One missing aTHX_Nick Ing-Simmons2002-01-051-7/+7
* Bad \[...] prototype checkingRafael Garcia-Suarez2002-01-041-3/+10
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+6
* Fix misplaced application of #14016.Abhijit Menon-Sen2002-01-021-2/+2
* random crash in B::LISTOP::lastMattia Barbon2002-01-021-0/+2
* Re: Not OK 13881Andreas König2001-12-251-1/+1
* PATCH: Restore "Can't declare scalar dereference in my" errorMark-Jason Dominus2001-12-241-0/+3
* Unicode casefolding fixes.Jarkko Hietaniemi2001-12-221-0/+4
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-1/+2
* ...while $var = glob(...)Robin Houston2001-12-171-1/+1
* Re: attributes are brokenSpider Boardman2001-12-091-20/+119
* Retract #11156 since Sarathy has found that it breaks code:Jarkko Hietaniemi2001-12-081-9/+3
* Re: weirdness in regexpsRobin Houston2001-12-061-0/+7
* Re: counting tr thinks it's modifying Rafael Garcia-Suarez2001-12-061-0/+3
* Retract #13475 until Arthur gets back to the mine.Jarkko Hietaniemi2001-12-051-37/+5
* (retracted by #13476)Jarkko Hietaniemi2001-12-051-5/+37
* parser panics on lvalue methods Rafael Garcia-Suarez2001-12-011-5/+0
* local(*CORE::GLOBAL::require) doesn't behave like other overridesGurusamy Sarathy2001-11-221-6/+9
* new warning "Useless use of sort in scalar context"Rafael Garcia-Suarez2001-11-191-0/+3
* Re: [ID 20010713.001] use lib segmentation faultRobert Spier2001-11-151-1/+1
* Re: [ID 20011106.083] $dbline[$i] == 0 generates warningsMark-Jason Dominus2001-11-071-3/+3
* Slight modification of #12811.Abhijit Menon-Sen2001-11-021-14/+19
* Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"Radu Greab2001-11-021-12/+15
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-3/+3
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+10
* Retract the #10451 which seems to be the causeJarkko Hietaniemi2001-10-191-15/+4
* Re: [PATCH] turn $a.=<F> into an RCATLINEAbhijit Menon-Sen2001-09-171-3/+5
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-2/+0
* Re: perl@12003Robin Barker2001-09-121-3/+3
* Re: perl@11978Robin Barker2001-09-101-3/+3
* Apply INT2PTR with force to silence warnings fromArtur Bergman2001-09-101-5/+5
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-4/+5
* -Wall nit.Jarkko Hietaniemi2001-09-051-1/+1
* Quench a -Wall gripe noticed by Robin Barker.Jarkko Hietaniemi2001-09-041-2/+2
* Add the \[$@%&*] prototype support.Jarkko Hietaniemi2001-09-041-20/+59
* RE: [PATCH] Add a nextstate into empty blocksIlmari Karonen2001-09-021-4/+8
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-2/+2
* Introduces SvREPADTMP(sv) that marks a repad SvIV as a offsetArtur Bergman2001-08-301-0/+2
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-40/+40
* Custom OpsSimon Cozens2001-08-271-13/+51
* Plugs a memory leak on destruction of regular expressionsArtur Bergman2001-08-271-5/+20
* Backed out 11732, it breaks lib/strict.tArtur Bergman2001-08-231-2/+1
* Re: [ID 20010822.001] Freeing pads after parse errorSimon Cozens2001-08-231-1/+2