summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-2/+2
| * minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-4/+4
| * more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-21/+20
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-5/+8
| |\
| | * avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-1/+1
| | * more cleanups for change#4539Gurusamy Sarathy1999-11-101-0/+3
| | * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-4/+4
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-3/+1
| |\ \ | | |/
| | * make nested ARGV/$^I loops work correctly; fixes several bugsGurusamy Sarathy1999-10-311-3/+1
| * | Incremental Mac integration from Matthias.Jarkko Hietaniemi1999-11-041-3/+1
| * | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-0/+9
| |/
| * usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-3/+3
* | integrate mainline changesGurusamy Sarathy1999-12-121-30/+37
* | Pre-trip resolveNick Ing-Simmons1999-10-171-1/+7
|\ \ | |/
| * assumption about @_ always being non-REAL doesn't hold whenGurusamy Sarathy1999-10-161-1/+7
* | Resolve utfperl branch against mainline as of _62Nick Ing-Simmons1999-10-161-37/+39
|\ \ | |/