summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-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
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-061-16/+30
* [ID 20000724.004] Perl interpreter segfault when using built-in flockRonald F. Guilmette2000-08-051-2/+2
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-3/+3
* UTF8 concatJarkko Hietaniemi2000-07-291-24/+58
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-1/+3
* integrate cfgperl changes#6174..6203 into mainline (first of several)Gurusamy Sarathy2000-07-111-1/+1
|\
| * Substitution utf8 patch from Simon Cozens.Jarkko Hietaniemi2000-05-311-1/+1
* | tyop in change#6306Gurusamy Sarathy2000-07-041-1/+1
* | better diagnostic on Frob->stuff() when Frob:: doesn't existGurusamy Sarathy2000-07-041-3/+13
* | slurp mode fix in change#4736 still not quite rightGurusamy Sarathy2000-06-301-2/+2
* | dounwind() may cause POPSUB() to diddle the wrong PL_curpadGurusamy Sarathy2000-06-301-0/+1
|/
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-6/+14
* concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-071-10/+17
* fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-1/+2
* make return values from match in a list context, as well as $& etGurusamy Sarathy2000-03-181-0/+4
* avoid compiler warningsGurusamy Sarathy2000-03-131-2/+2
* the premature FREETMPS calls in change#1187 weren't defensive enoughGurusamy Sarathy2000-03-131-2/+6