This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
back out change#1111 and add alternative patch:
[perl5.git] / pp_hot.c
1998-06-05 Gurusamy Sarathy[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS...
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
1998-04-02 Tom PhoenixRe: Odd number of elements in hash list.
1998-04-02 Stephen PotterRe: doc: perlrun typo
1998-03-17 Gurusamy Sarathy[asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Malcolm BeattieBump patchlevel.h to 63.
1998-03-16 Charles BaileyVMS updates (direct)
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-02 Stephen McCamant[win32] this one with adjusted test numbers
1998-02-14 Gurusamy Sarathy[asperl] bring ASPerl uptodate with mainline changes
1998-02-13 Norton T. Allen_58: wantarray in void context broken
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-06 Ilya ZakharevichNewer -DLEAKTEST patch
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy[asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy[win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-15 Nick Ing-SimmonsFirst working TIEARRAY and other misc tie fixes
1998-01-14 Nick Ing-SimmonsTIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1998-01-08 Gurusamy Sarathyprint/printf/... over-eager mg_find for glob magic:
1997-12-17 Molnar LaszloMajor changes to the DOS/djgpp port (including threading):
1997-12-12 Malcolm Beattiepp_print and pp_prtf handling of tied file handles...
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-13 Malcolm BeattieRewrite thread return code to distinguish between ordin...
1997-11-13 Malcolm BeattieChange CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-07 Nick Ing-SimmonsRaw integrate of latest perl
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-23 Malcolm BeattieFix pp_hot.c:get_db_sub core dump when perl debugger...
1997-10-23 Malcolm BeattieFix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-15 Malcolm BeattieRemove stale code from pp_entersub which breaks sub...
1997-10-14 Gurusamy SarathyRemove spurious extra MUTEX_LOCK in pp_entersub()....
1997-10-10 Malcolm BeattieFix up locking/synchronisation for pp_entersub.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-09-22 Malcolm BeattieMore fprintf -> PerlIO_printf changes.
1997-09-10 Malcolm BeattieDebugging output for lock handling.
1997-09-09 Malcolm BeattieRewrite synchronisation of subs/methods and add attrs
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-11 Malcolm BeattieAssorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 Stephen McCamantBand-aid fix for local([@%]$x)
1997-07-24 Malcolm BeattieStart support for fake threads.
1997-07-17 Malcolm BeattieFix multiple problems with lexical @_.
1997-06-11 Gurusamy SarathyNo DESTROY on untie. Tie memory leak fixed.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-05-25 Malcolm BeattieFix up integration 5.003->5.004.
1997-05-25 Malcolm BeattieFirst stab at 5.003 -> 5.004 integration.
1997-05-15 Perl 5 Porters[inseparable changes from match from perl-5.003_99a...
1997-05-02 Malcolm BeattieDon't require CvDEPTH == 0 when bombing out of subs.
1997-04-30 Chip SalzenbergHandle tainted values in lists returned from subs,...
1997-04-23 Malcolm BeattieAdded programmer-level condition variables via "condpai...
1997-04-22 Perl 5 Porters[inseparable changes from match from perl-5.003_97g...
1997-04-18 Chip SalzenbergRemove pp_method() inefficiency from last patch
1997-04-17 Chip SalzenbergFix error messages on method lookup failure
1997-04-14 Perl 5 Porters[inseparable changes from patch from perl-5.003_97d... perl-5.003_97e
1997-04-09 Chip SalzenbergFix C< $x=''; pos($x)=0; $x=~/\G$/ >
1997-04-04 Perl 5 Porters[inseparable changes from match from perl-5.003_97a...
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-28 Malcolm BeattieInitial devel changes.
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-06 Chip SalzenbergWarn on %{+undef} and @{+undef}
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-21 Chip SalzenbergDon't taint $x in C<$x = ($tainted =~ /(\w+)/)>
1997-02-18 Chip SalzenbergFix sub call through magic var (e.g. C<&$1>)
1997-02-04 Perl 5 Porters[inseparable changes from patch from perl5.003_24 to... perl-5.003_25
1997-01-29 Chip SalzenbergPrevent premature death of @_ during leavesub
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
1997-01-25 Ilya ZakharevichEfficiency patchlet for pp_aassign()
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1997-01-15 John Q. LinuxForbid ++ and -- on readonly values
1997-01-07 Perl 5 Porters[inseparable changes from patch from perl5.003_19 to...
1997-01-04 Perl 5 Porters[inseparable changes from patch from perl5.003_18 to...
1997-01-04 Gurusamy SarathyIntroduce CVf_NODEBUG flag
1996-12-31 Chip SalzenbergDon't forget $c in C<(($a,$b,$c)=(1,2))=(3,4,5)>
1996-12-27 Chip SalzenbergSupport named closures
1996-12-24 Perl 5 Porters[inseparable changes from patch from perl5.003_15 to...
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
next