summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* $ref1 == $ref2 without NV_PRESERVES_UVAndreas Schwab2001-03-261-3/+9
* Fix readline in list mode to tell rest of world that it hasNick Ing-Simmons2001-03-251-0/+3
* If stdin, stdout or stderr get opened in unexpected read/write stateNick Ing-Simmons2001-03-221-5/+4
* pattern in G_ARRAY contextJeff Pinyan2001-03-041-1/+1
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-34/+34
* Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):Jarkko Hietaniemi2001-02-181-1/+1
* [patch] -WallDoug MacEachern2001-02-171-1/+0
* Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIXNicholas Clark2001-01-311-79/+117
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-1/+1
* Consolidated lvalue sub changesStephen McCamant2001-01-121-2/+42
* save_delete(), err, SAVEDELETE() fixes from Charles Lane.Jarkko Hietaniemi2001-01-091-1/+1
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-1/+1
* Rewrite pp_concat() in terms of sv_catsv().Jarkko Hietaniemi2001-01-041-91/+36
* Turn SvUTF8 off if not required in pp_chr and pp_stringify.Nick Ing-Simmons2001-01-021-0/+2
* Integrate mainlineNick Ing-Simmons2001-01-011-1/+1
|\
| * Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
| * more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-21/+33
* | More rigor in UTF-8-ness of Encode's toUnicodeNick Ing-Simmons2001-01-011-5/+9
* | Integrate mainlineNick Ing-Simmons2000-12-301-21/+33
|/
* Signedness nit.Jarkko Hietaniemi2000-12-291-1/+1
* The maxiters upper limit sanity check (guarding againstJarkko Hietaniemi2000-12-281-3/+7
* Make some panic messages a bit more logical.Jarkko Hietaniemi2000-12-281-2/+2
* Re: [PATCH] Warn on use of reference as array elemSimon Cozens2000-12-281-1/+4
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-12/+15
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-5/+182
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-151-182/+5
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-141-5/+182
* move startglob out of pp_hot.cNicholas Clark2000-12-131-132/+2
* Re: [Fwd: BUG 20001205.022] Local on Hash elementsSimon Cozens2000-12-111-2/+11
* UTF8 output prework.Nick Ing-Simmons2000-12-091-5/+5
* Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmfulSimon Cozens2000-12-081-18/+18
* shrink pp_hot fractionallyNicholas Clark2000-12-051-30/+3
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-5/+0
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-4/+0
* Fix forAndrew Pimlott2000-11-041-5/+9
* The #7383 was right only in the context of the original bug report,Jarkko Hietaniemi2000-10-211-4/+2
* Fix for ID 20001020.006, concatenating an unset submatchJarkko Hietaniemi2000-10-211-2/+8
* Re: [ID 20001018.008] flip-flop bug when there's no <FH> Hugo van der Sanden2000-10-181-1/+2
* More IoTYPE sprinkling.Jarkko Hietaniemi2000-10-171-2/+2
* Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.Jarkko Hietaniemi2000-10-161-1/+1
* SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.Jarkko Hietaniemi2000-10-111-1/+3
* The #7198 was a false alarm.Jarkko Hietaniemi2000-10-111-2/+1
* (Retracted by #7200.)Jarkko Hietaniemi2000-10-101-1/+2
* Re: utf8 concat, mg_getSimon Cozens2000-10-101-7/+11
* Fix aliasing of tied filehandlesDaniel Chetlin2000-10-021-0/+3
* Re: unicode support and perl [ID 20000901.097]Spider Boardman2000-09-301-0/+4
* Point fix for s/// on foreach (keys %xxx).Nick Ing-Simmons2000-09-111-0/+2
* Re: [ID 20000906.004] segfault with bad perl statementSimon Cozens2000-09-081-0/+3
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-34/+35
* UTF8 concat fixes.Hugo van der Sanden2000-08-201-8/+5