summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-31/+43
* UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.Jarkko Hietaniemi2001-03-191-4/+5
* Sarathy's clear_pmop patch with Radu Greab's fix,Jarkko Hietaniemi2001-03-181-0/+24
* tr/// UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-03-181-3/+11
* Avoid stomping off the beginning of an array in tr///.Jarkko Hietaniemi2001-03-151-5/+2
* The #9145 CANNOT be enabled: the clear_pmop code stillJarkko Hietaniemi2001-03-141-24/+0
* reenable change#9145 (the test was busted due to a missingGurusamy Sarathy2001-03-141-0/+24
* Retract #9145.Jarkko Hietaniemi2001-03-141-24/+0
* Retract #9143.Jarkko Hietaniemi2001-03-141-1/+1
* (Retracted by #9150.)Jarkko Hietaniemi2001-03-141-0/+24
* (Retracted by #9149.)Jarkko Hietaniemi2001-03-141-1/+1
* Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-121-6/+40
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-15/+16
* 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