summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* more warnings tidyupPaul Marquess2002-03-111-34/+34
* Unused.Jarkko Hietaniemi2002-03-101-1/+1
* Implement :std subpragma of the open pragmaJarkko Hietaniemi2002-03-101-1/+3
* taint + deprecated warningsPaul Marquess2002-03-041-16/+16
* Remove the bogus "incorrect case" warning completely.Jarkko Hietaniemi2002-03-031-7/+16
* For now, make "incorrect case" a Win32-only warning.Jarkko Hietaniemi2002-03-021-0/+2
* Repatch from Robin Barker: anon subs in C<package;> areJarkko Hietaniemi2002-02-271-3/+7
* Integrate change #14778 from maintperl;Jarkko Hietaniemi2002-02-201-0/+1
* Re: Modulus operator inconsistencyNicholas Clark2002-02-091-24/+0
* Retract the anon leak subpatch of #14418 and #14431Jarkko Hietaniemi2002-02-071-41/+5
* Fix/band-aid for op.c's anon CV leak fix co-existing with threads.Nick Ing-Simmons2002-01-261-19/+19
* Integrate changes 13474+13478+13584 from maintperl;Jarkko Hietaniemi2002-01-251-5/+40
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* 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