summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-16/+11
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-29/+109
* allow $fh->autoflush on globrefs, and thence autovivified filehandlesGurusamy Sarathy2000-02-261-1/+5
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-9/+9
* some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-7/+0
* make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+9
* stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"Gurusamy Sarathy2000-02-071-0/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-0/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-1/+1
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-1/+1
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-12/+7
* disable optimization in change#3612 for join() and quotemeta()--thisGurusamy Sarathy2000-01-021-0/+6
* slurp mode fix in change#2910 wasn't quite right (spotted by HansGurusamy Sarathy1999-12-291-5/+4
* integrate mainline contentsGurusamy Sarathy1999-12-281-2/+2
|\
| * partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-2/+2