summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If you want you can now add -DUSE_UTF8_SCRIPTS to your cflagsJarkko Hietaniemi2001-08-121-1/+1
* More (less) regex/utf8 relics. (Toned down later in #11653.)Jarkko Hietaniemi2001-08-121-4/+0
* Relic in op.c (no regex feature should depend on the utf8 pragma),Jarkko Hietaniemi2001-08-121-2/+2
* turn $a.=<F> into an RCATLINEAbhijit Menon-Sen2001-08-111-0/+9
* cpp commands must start (the # must be) at the column #0.Jarkko Hietaniemi2001-08-101-2/+2
* [patch] plug PL_regex_padav leaksDoug MacEachern2001-08-031-2/+8
* Readability nit from Abhijit.Jarkko Hietaniemi2001-08-021-3/+8
* [PATCH] -Wall cleanup: op.cRichard Soderberg2001-08-021-1/+1
* Re: [PATCH pp_ctl.c] proposed Windows safe-guardDoug MacEachern2001-08-021-1/+4
* The #11541 didn't work under threads.Jarkko Hietaniemi2001-08-011-1/+1
* Pluggable optimizerSimon Cozens2001-08-011-7/+9
* Re: [PATCH pp_ctl.c] proposed Windows safe-guardDoug MacEachern2001-08-011-0/+18
* debugging selfloaded stuffIlya Zakharevich2001-07-231-0/+2
* defer op_seq allocationAbhijit Menon-Sen2001-07-201-1/+9
* Re: [PATCH] Threadsafe PMOPs! We might still win this war.Doug MacEachern2001-07-121-1/+1
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-38/+1
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-111-1/+10
* [patch] undef &xsub for 1,2Doug MacEachern2001-07-101-1/+2
* deprecate package with no argumentsRobin Houston2001-07-101-0/+1
* (Retracted by #11285).Abhijit Menon-Sen2001-07-091-1/+5
* Retract #11212.Jarkko Hietaniemi2001-07-081-4/+0
* (Retracted by #11223.)Graham Barr2001-07-081-0/+4
* Re: bleedperl perl_alloc..free leakageRadu Greab2001-07-071-3/+3
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-0/+33
* (retracted by #13533)Radu Greab2001-07-051-3/+9
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-9/+9
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-9/+7
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-2/+1
* Re: CvFILE corruption under ithreadsRobin Houston2001-06-251-2/+14
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-9/+9
* 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