This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Continue #7041.
[perl5.git] / pp_hot.c
2000-09-08 Simon CozensRe: [ID 20000906.004] segfault with bad perl statement
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-20 Hugo van der SandenUTF8 concat fixes.
2000-08-06 Jarkko HietaniemiContinue fixing the io warnings. This also
2000-08-05 Ronald F. Guilmette[ID 20000724.004] Perl interpreter segfault when using...
2000-08-02 Gurusamy SarathyRemove the extraneous "main::" prefix from all the
2000-07-29 Jarkko HietaniemiUTF8 concat
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Jarkko HietaniemiTypo in #6341.
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6174..6203 into mainline...
2000-07-11 M. J. T. GuyRe: [ID 20000704.002] [PATCH] memory leak with debug...
2000-07-05 Jarkko HietaniemiIntegrate with Sarathy, preliminary fix for unicos
2000-07-04 Gurusamy Sarathytyop in change#6306
2000-07-04 Jarkko HietaniemiMultiline string literals ENONPORTABLE.
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-07-04 Gurusamy Sarathybetter diagnostic on Frob->stuff() when Frob:: doesn...
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-06-30 Gurusamy Sarathyslurp mode fix in change#4736 still not quite right
2000-06-30 Jarkko HietaniemiIntegrate with Sarathy.
2000-06-30 Simon CozensUTF8 concat
2000-06-30 Gurusamy Sarathydounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-05-31 Jarkko HietaniemiSubstitution utf8 patch from Simon Cozens.
2000-05-28 Gurusamy Sarathychange#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathyconcat doesn't preserve utf8-ness, and doesn't invalidate
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyfix RE brokenness on refs/overloaded things (from Ilya...
2000-03-18 Gurusamy Sarathymake return values from match in a list context, as...
2000-03-13 Gurusamy Sarathyavoid compiler warnings
2000-03-13 Gurusamy Sarathythe premature FREETMPS calls in change#1187 weren't...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathysupport for list assignment to pseudohashes (from John...
2000-02-26 Gurusamy Sarathyallow $fh->autoflush on globrefs, and thence autovivifi...
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathysome rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathystringify "\x{FFF}" to utf8 correctly; set SvUTF8 on...
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-02 Gurusamy Sarathyfix coredump on C<"x" =~ /x/; print @-> (from Ilya...
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-02 Gurusamy Sarathydisable optimization in change#3612 for join() and...
1999-12-29 Gurusamy Sarathyslurp mode fix in change#2910 wasn't quite right (spott...
1999-12-28 Gurusamy Sarathyintegrate mainline contents
1999-12-28 Gurusamy Sarathypartly fix perldiag regressions identified by Tom Chris...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathyminor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-10 Gurusamy Sarathymore cleanups for change#4539
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-10-17 Nick Ing-SimmonsPre-trip resolve
1999-10-16 Gurusamy Sarathyassumption about @_ always being non-REAL doesn't hold...
1999-10-16 Nick Ing-SimmonsResolve utfperl branch against mainline as of _62
1999-10-12 Gurusamy Sarathyvarious cleanups
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-09 Gurusamy SarathyPOPSUB() gave up the refcount to the CV before LEAVE...
1999-10-08 Gurusamy Sarathyrevert POP{SUB,LOOP}{1,2} logic to the simpler pre...
1999-10-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-10-02 Nick Ing-SimmonsIncremental merge of mainline
1999-09-29 Charles Baileyresync with mainline
1999-09-26 Gurusamy Sarathyfix buggy popping of subroutine contexts in the lvalue
1999-09-19 Gurusamy Sarathyavoid clearing @_ at all for faster subroutine calls...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-13 Gurusamy Sarathyadd -DPERL_Y2KWARN build option that will generate...
1999-09-08 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-09-08 Gurusamy Sarathyfix memory leak in C<sub f { @_ = 1 } f() while 1>
1999-09-07 Robin BarkerFix pointer casts.
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-08-11 Jarkko HietaniemiUnapply an experimental patch that accidentally escaped
1999-08-10 Dan SugalskiPatches needed to get _60 building with
1999-08-10 Jarkko HietaniemiGratuitous uid and gid casts to I32s and ints removed.
1999-08-02 Jarkko HietaniemiFix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-07-26 Gurusamy Sarathytypo in change#3768
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-05 Fifer, Ericcygwin32 update
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
next