- shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
[p5sagit/p5-mst-13.2.git] / op.c
1997-11-22 Gurusamy Sarathy - shift() inside BEGIN|END|INIT now shifts @ARGV instea...
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-18 Malcolm Beattie Integrate win32 branch back into mainline.
1997-11-13 Malcolm Beattie Change CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-11 Malcolm Beattie Initial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm Beattie Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_g...
1997-11-11 Malcolm Beattie Fix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-07 Nick Ing-Simmons Merge changes as of 18:00 CST
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
1997-11-07 Malcolm Beattie Change pp_tie and pp_dbmopen to use perl_call_sv instea...
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr...
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm Beattie Per-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-Simmons Integrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Malcolm Beattie Half way through moving per-thread magicals into per...
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-29 Malcolm Beattie Change peep() to optimise away unneeded rv2av in lval...
1997-10-23 Malcolm Beattie Fix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-16 Malcolm Beattie Fix up merge with 5.004_04.
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
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-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-09-03 Malcolm Beattie Rename RESTART to INIT and associated changes
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 Chip Salzenberg Do not constant-fold ops that depend on locale if C...
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-07-01 Malcolm Beattie Support for op in global register (still buggy)
1997-06-20 Malcolm Beattie corrected bad_type() prototype.
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-06-05 Malcolm Beattie More fixups for thrperl integration.
1997-05-28 Malcolm Beattie Fixups for thrperl integration.
1997-05-26 Malcolm Beattie Integrate thrperl 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-07 Perl 5 Porters [inseparable changes from match from perl-5.003_99...
1997-05-07 Gurusamy Sarathy Fix for redefined sort subs nastiness
1997-04-30 Chip Salzenberg Forget prototype of subroutine after C<undef &subr>
1997-04-24 Perl 5 Porters [inseparable changes from match from perl-5.003_97h...
1997-04-22 Perl 5 Porters [inseparable changes from match from perl-5.003_97g...
1997-04-22 Ilya Zakharevich Problems with glob
1997-04-10 Malcolm Beattie Tweaks to allow compilation without -DUSE_THREADS and fix
1997-04-09 Chip Salzenberg Before 'BEGIN not safe', explain why
1997-04-02 Perl 5 Porters [inseparable changes from match from perl-5.003_97...
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-22 Perl 5 Porters [inseparable changes from match from perl-5.003_94...
1997-03-08 Perl 5 Porters [inseparable changes from match from perl-5.003_93...
1997-03-08 Roderick Schertler printf format corrections for -DDEBUGGING
1997-03-06 Perl 5 Porters [inseparable changes from match from perl-5.003_92...
1997-03-06 Gurusamy Sarathy Don't autovivify array and hash elements in sub parameters
1997-03-01 Perl 5 Porters [inseparable changes from match from perl-5.003_91...
1997-02-25 Gurusamy Sarathy Silence bogus typo warning on $DB::postponed
1997-02-21 Perl 5 Porters [inseparable changes from patch from perl5.003_27 to...
1997-02-18 Perl 5 Porters [inseparable changes from patch from perl5.003_26 to...
1997-02-18 Roderick Schertler Make format strings correspond exactly to parameters
1997-02-10 Perl 5 Porters [inseparable changes from patch from perl5.003_25 to...
1997-02-04 Chip Salzenberg Ignore refs to lexicals when making refs to lexicals
1997-01-29 Perl 5 Porters [inseparable changes from patch from perl5.003_23 to...
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1997-01-16 Perl 5 Porters [inseparable changes from patch from perl5.003_21 to...
1997-01-15 Perl 5 Porters [inseparable changes from patch from perl5.003_20 to...
1997-01-07 Perl 5 Porters [inseparable changes from patch from perl5.003_19 to...
1997-01-07 Doug MacEachern plug for safe/opcode leaks
1997-01-04 Perl 5 Porters [inseparable changes from patch from perl5.003_18 to...
1996-12-31 Perl 5 Porters [inseparable changes from patch from perl5.003_17 to...
1996-12-27 Chip Salzenberg Support named closures
1996-12-24 Chip Salzenberg Fix closures that are not in subroutines
1996-12-23 Chip Salzenberg Fixes for Interactive Unix
1996-12-23 Winfried Koenig Fixes for Interactive Unix
1996-12-19 Chip Salzenberg Fix core dump bug with anoncode
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-30 Spider Boardman Re: pre extending hash? - need speed
1996-09-04 Gurusamy Sarathy Re: \ ( @array ) busted for lexical @array (once more)
1996-06-23 Perl 5 Porters Fix overeager integer optimization
1996-07-05 Perl 5 Porters perl 5.003_01: op.c
1996-02-29 Perl 5 Porters Change run to runops
1996-02-29 Andy Dougherty perl 5.002
1996-02-09 Chip Salzenberg Beta3/Gamma: URGENT patch for integerized comparisons...
1996-02-03 Perl 5 Porters perl5.002beta3
1996-01-12 Perl 5 Porters Chip's U8/STDCHAR patch.
1996-09-01 Perl 5 Porters perl 5.003_04: dump.c gv.c op.c pp_ctl.c pp_sys.c proto...
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-03-14 Larry Wall cleaner version of the official unofficial patch
1995-03-14 Larry Wall Okay, here's your official unofficial closure leak...
next