more complete support for implicit thread/interpreter pointer,
[p5sagit/p5-mst-13.2.git] / pp_hot.c
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 Zakharevich Newer -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-Simmons First working TIEARRAY and other misc tie fixes
1998-01-14 Nick Ing-Simmons TIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmons tie array changes to core and tests
1998-01-08 Gurusamy Sarathy print/printf/... over-eager mg_find for glob magic:
1997-12-17 Molnar Laszlo Major changes to the DOS/djgpp port (including threading):
1997-12-12 Malcolm Beattie pp_print and pp_prtf handling of tied file handles...
1997-12-01 Nick Ing-Simmons Create 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 Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-13 Malcolm Beattie Rewrite thread return code to distinguish between ordin...
1997-11-13 Malcolm Beattie Change CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-23 Malcolm Beattie Fix pp_hot.c:get_db_sub core dump when perl debugger...
1997-10-23 Malcolm Beattie Fix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-15 Malcolm Beattie Remove stale code from pp_entersub which breaks sub...
1997-10-14 Gurusamy Sarathy Remove spurious extra MUTEX_LOCK in pp_entersub()....
1997-10-10 Malcolm Beattie Fix up locking/synchronisation for pp_entersub.
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-09-22 Malcolm Beattie More fprintf -> PerlIO_printf changes.
1997-09-10 Malcolm Beattie Debugging output for lock handling.
1997-09-09 Malcolm Beattie Rewrite synchronisation of subs/methods and add attrs
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-11 Malcolm Beattie Assorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-08-06 Stephen McCamant Band-aid fix for local([@%]$x)
1997-07-24 Malcolm Beattie Start support for fake threads.
1997-07-17 Malcolm Beattie Fix multiple problems with lexical @_.
1997-06-11 Gurusamy Sarathy No DESTROY on untie. Tie memory leak fixed.
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-05-25 Malcolm Beattie Fix up integration 5.003->5.004.
1997-05-25 Malcolm Beattie First 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 Beattie Don't require CvDEPTH == 0 when bombing out of subs.
1997-04-30 Chip Salzenberg Handle tainted values in lists returned from subs,...
1997-04-23 Malcolm Beattie Added 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 Salzenberg Remove pp_method() inefficiency from last patch
1997-04-17 Chip Salzenberg Fix error messages on method lookup failure
1997-04-14 Perl 5 Porters [inseparable changes from patch from perl-5.003_97d...
1997-04-09 Chip Salzenberg Fix 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 Beattie Initial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-28 Malcolm Beattie Initial 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 Salzenberg Warn 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 Salzenberg Don't taint $x in C<$x = ($tainted =~ /(\w+)/)>
1997-02-18 Chip Salzenberg Fix sub call through magic var (e.g. C<&$1>)
1997-02-04 Perl 5 Porters [inseparable changes from patch from perl5.003_24 to...
1997-01-29 Chip Salzenberg Prevent premature death of @_ during leavesub
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1997-01-25 Ilya Zakharevich Efficiency patchlet for pp_aassign()
1997-01-15 Perl 5 Porters [inseparable changes from patch from perl5.003_20 to...
1997-01-15 John Q. Linux Forbid ++ 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 Sarathy Introduce CVf_NODEBUG flag
1996-12-31 Chip Salzenberg Don't forget $c in C<(($a,$b,$c)=(1,2))=(3,4,5)>
1996-12-27 Chip Salzenberg Support 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...
1996-12-06 Perl 5 Porters [inseparable changes from patch from perl5.003_10 to...
1996-11-26 Perl 5 Porters [inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-09-19 Randy J. Ray Patch: Untaint FH flag and clean DATA handles
1996-08-29 Perl 5 Porters perl 5.003_05: pp_hot.c
1996-07-04 Perl 5 Porters perl 5.003_01: pp_hot.c
1996-03-20 Perl 5 Porters Change calling sequence for VMS-specific routine
1996-02-29 Andy Dougherty perl 5.002
1996-02-03 Chip Salzenberg Beta3: Combine code: provide_refs
1996-02-03 Perl 5 Porters perl5.002beta3
1996-09-01 Perl 5 Porters Patch for LONG_MAX & co.
1996-08-25 Perl 5 Porters perl 5.003_03: pp_hot.c
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall 5.002 beta 1
1995-10-31 Andy Dougherty This is my patch patch.1n for perl5.001.
1995-06-22 Andy Dougherty This is my patch patch.1m for perl5.001.
1995-06-06 Andy Dougherty This is my patch patch.1l for perl5.001.
1995-05-30 Andy Dougherty This is my patch patch.1i for perl5.001.
1995-04-14 Andy Dougherty perl5.001 patch.1d
1995-03-31 Andy Dougherty perl5.001 patch.1b: [byacc deps fix, set*id fixes,...
1995-03-14 Larry Wall [fix s/// memory leak]
1995-03-13 Larry Wall Perl 5.001
1995-01-18 Andy Dougherty perl5.000 patch.0g: [various portability fixes, and...
next