summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * various cleanupsGurusamy Sarathy1999-10-121-3/+3
| * revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-3/+3
| * POPSUB() gave up the refcount to the CV before LEAVE had a chance toGurusamy Sarathy1999-10-091-6/+18
| * revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24Gurusamy Sarathy1999-10-081-14/+10
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-8/+2
| |\
| | * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-8/+2
| * | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-9/+9
| |/
* | Incremental merge of mainlineNick Ing-Simmons1999-10-021-17/+26
|\ \ | |/
| * fix buggy popping of subroutine contexts in the lvalueGurusamy Sarathy1999-09-261-12/+25
| * avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-191-5/+1
| * Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-1/+14
| |\
| | * add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-1/+14
| * | Replace change #4100 withRobin Barker1999-09-131-1/+1
| |/
* | Re-integrate mainlineNick Ing-Simmons1999-09-181-3/+15
|/
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-081-2/+2
|\