This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update Changes, patchlevel &c.
[perl5.git] / pp_hot.c
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
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-25 Ilya ZakharevichREx engine improvements
1999-05-25 Gurusamy Sarathyfix glob() bug that resulted in missing symlinks that...
1999-05-17 Gurusamy Sarathyemit more appropriate diagnostic for failed glob (variant
1999-05-11 Gurusamy Sarathyavoid creating spurious subroutine stubs on failed...
1999-05-10 Ilya ZakharevichSelf-consistent numeric conversion again
1999-05-10 Alexander Smishlajevcygwin32 update (untested adaptation of patch against...
1999-05-09 Gurusamy Sarathyallow readline($globref), <$globref> already works
1999-04-03 Gurusamy Sarathyscrounge and save three extra branches in pp_entersub()
1999-04-03 Gurusamy Sarathyremove duplicate code and an extra branch in sv_setsv...
1999-03-24 Gurusamy Sarathyfix failure of C<&locked_sub;> under -Dusethreads
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-20 Hugo van der Sandentest failures with MIME-tools-4.122 and perl 5.005_55
1999-02-14 Gurusamy Sarathyslurping an empty file should return '' rather than...
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-08 Ilya ZakharevichFix list-context //g with zero-length matches
1999-02-08 Gurusamy Sarathymake qw() into a true list at compile time (slightly...
1999-02-07 Ilya ZakharevichFix list-context //g with zero-length matches
1999-01-19 Ilya ZakharevichFixing \G bug by Francois Desarmenien
1998-12-29 Ilya ZakharevichBugs in hairy interactions of feature in REx
1998-12-01 Gurusamy Sarathy5.005_54, as released
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-29 Gurusamy Sarathybackout change#2334
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-11-28 Gurusamy Sarathys/Regexp/re/ and clarify policy on lowercased object...
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathyvarious win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Ilya ZakharevichSpeed up aassign
1998-10-25 Gurusamy Sarathyintegrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathyavoid the circular refcnt logic in magic_mutexfree()
1998-10-23 Larry WallProgram with utf8 identifiers fails to compile
1998-10-14 Gurusamy Sarathytwo typos
1998-10-13 Gurusamy Sarathydefer "deep recursion" warnings until CXt_SUB context...
1998-10-13 Gurusamy Sarathychange#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathyforce copy of substrings when matching against temporaries
1998-10-02 Gurusamy Sarathymake warning about glob process failure optional
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-08-02 Stephen McCamantavoid reusing foreach itervar if magic got tacked onto it
1998-08-01 Gurusamy Sarathyfix buggy detection of failed glob()
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Stephen McCamantapplied patch, add new message to perldeta
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-SimmonsAdd PL_ to merged file
1998-07-19 Nick Ing-SimmonsMerge Mainline
1998-07-19 Ilya Zakharevichfix flawed substitution-loop detection on zero-length...
1998-07-19 Gurusamy Sarathymake failed matches return empty list in list context
1998-07-18 Nick Ing-SimmonsPL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-15 Gisle Aasdon't copy foreach itervar when no external refs exist
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-11 Ilya ZakharevichUpdate os2's OS2::Process
1998-07-09 Gurusamy Sarathyundo problematic change#1367
1998-07-09 Gurusamy Sarathymerge changes from maintbranch (1354, and relevant...
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>
1998-07-08 Gisle AasFaster foreach integer range
1998-07-07 Gurusamy Sarathyfix accidental RE-de-optimization
1998-07-07 Gisle AasEvaluation of AVHVs in scalar context
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-07-04 Gurusamy Sarathyfix C<local $tied{foo} = $tied{foo}>, add tests
1998-07-04 Joshua Pritikinfixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Ilya Zakharevichallow a flags args to fbm_instr() for future needs
1998-07-04 Gurusamy Sarathymerge changes#1210,1211,1270 from maintbranch
1998-07-01 Gurusamy Sarathyfix C<@a = (%a = 1)> bizarreness
1998-06-28 Gisle AasOptimize foreach (1..1000000)
1998-06-22 Ilya ZakharevichAvoid temporaries on recursion
1998-06-22 Gurusamy Sarathymerge relevant portions from maintbranch change#1155
1998-06-05 Gurusamy Sarathy[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS...
1998-05-23 Nick Ing-SimmonsResolve win32 into ansiperl
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-16 Gurusamy Sarathy[win32] fix misplaced SPAGAIN that caused successful...
1998-05-15 Nick Ing-SimmonsIntegrate win32
1998-05-15 Gurusamy Sarathy[win32] merge changes#906,907,909,910 from maintbranch
1998-05-15 Gurusamy Sarathy[win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Gurusamy Sarathy[win32] integrate mainline
1998-05-14 Malcolm BeattieIntegrate win32 branch into mainline
1998-05-14 Gurusamy Sarathy[win32] merge change#886 from maintbranch
1998-05-06 Malcolm BeattieSpeed up pp_entersub for usethreads with only 1 thread...
1998-04-25 Nick Ing-SimmonsImplement use attrs qw(locked package);
1998-04-21 Gurusamy Sarathy[asperl] add AS patch#17
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
next