summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [patch] GvSHAREDDoug MacEachern2001-02-101-0/+18
* Integrate changes #8704,8710 from pureperl.Jarkko Hietaniemi2001-02-091-3/+5
* [ID 20000808.005] OP_REFGEN as an lvalueStephen McCamant2001-01-271-1/+0
* [PATCH @8436] Eliminate op_childrenStephen McCamant2001-01-151-16/+4
* Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.Jarkko Hietaniemi2001-01-121-6/+6
* Re: [PATCH] [ID 20001223.002] lvalues in list contextRadu Greab2001-01-121-0/+1
* Consolidated lvalue sub changesStephen McCamant2001-01-121-43/+34
* RE: [PATCH] [ID 20001223.002] lvalues in list contextRichard Soderberg2001-01-121-4/+5
* One more patch for UTF8 Inaba Hiroto2001-01-091-20/+47
* Fix spurious GVSV OPpOUR_INTROStephen McCamant2001-01-081-0/+1
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-2/+2
* Continue blocks and B::DeparseStephen McCamant2001-01-041-1/+9
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-0/+4
* Interesting syntax ideaSimon Cozens2000-12-291-0/+25
* Fix problem with `&' prototypeDaniel Chetlin2000-12-281-0/+2
* Re: useless use of void context work-aroundAndreas König2000-12-191-0/+6
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-7/+5
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-151-5/+7
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-141-7/+5
* Additional patch for UTF8-keys (Re: perl@8016)Inaba Hiroto2000-12-091-2/+2
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-58/+2
* Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) BugJarkko Hietaniemi2000-12-041-0/+2
* Make uv_to_utf8() to zero-terminate its output buffer,Jarkko Hietaniemi2000-12-031-1/+1
* Use DO_UTF8().Jarkko Hietaniemi2000-12-031-1/+1
* Re: [ID 20001127.002] const subs hurt under debuggerJohn Tobey2000-11-291-8/+2
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-0/+11
* constsub spillage.John Tobey2000-10-291-4/+6
* Locking null mutexes is not recommendable.Hugo van der Sanden2000-10-281-0/+5
* Re: [PATCH bleadperl] ripples from constsub patchJohn Tobey2000-10-271-2/+7
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-6/+6
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-7/+11
* Re: Creating const subs for constants.John Tobey2000-10-211-39/+111
* [ID 20001004.003] installman "Ambiguous call resolved as CORE::"nick@babyhippo.com2000-10-041-3/+0
* Re: [ID 20000828.017] bytecode fails with use subs;Nicholas Clark2000-10-021-0/+3
* Re: [ID 20000912.008] substr replacement of tainted data (bug) Radu Greab2000-10-021-0/+16
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-6/+6
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-6/+6
* C<@a = @b = split(...)> optimization coredumps under ithreadsGurusamy Sarathy2000-09-111-0/+4
* Optimizing hash keys into shared strings doesn't work with ithreads.Spider Boardman2000-09-081-2/+3