summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* PERL_HASH() casting games so that our hashed data is "unsignedJarkko Hietaniemi2002-05-171-3/+3
* Explicit casts due to #16542.Jarkko Hietaniemi2002-05-111-3/+3
* Unused variables now that "did you use incorrect case" is gone;Jarkko Hietaniemi2002-04-281-31/+16
* temporary variable not wide enough to hold all the bits inGurusamy Sarathy2002-04-261-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-51/+51
* warning for split(/.../g, ...);Mark-Jason Dominus2002-04-011-0/+4
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-291-0/+2
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-281-0/+4
* Purify: #15434 got the test the wrong.Jarkko Hietaniemi2002-03-231-1/+1
* Purify: Array bounds read: o->op_last was accessedJarkko Hietaniemi2002-03-231-1/+2
* NetWare tweaks from C Aditya <caditya@novell.com>Jarkko Hietaniemi2002-03-181-3/+7
* 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