severe bugs in change#3786 fixed
[p5sagit/p5-mst-13.2.git] / ext / B / B /
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-07 Gurusamy Sarathy typos in change#4546
1999-12-03 Gurusamy Sarathy support -a switch to append bytecode to an existing...
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-04 Gurusamy Sarathy change#4485 didn't do the right thing for B::Bytecode
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-09-30 Vishal Bhatia [patch _61] Minor corrections in C.pm
1999-09-20 Gurusamy Sarathy suppress warning (from John Tobey <jtobey@epsilondev...
1999-09-20 Vishal Bhatia add arenas for managing allocations of remaining xpv...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-12 Doug MacEachern B::clearsym
1999-09-06 Vishal Bhatia applied suggested patch with suitable test to detect...
1999-09-06 Gurusamy Sarathy support bytecode and C backends in perlcc (patch suggested
1999-08-09 Jarkko Hietaniemi Integrate with Nick.
1999-08-08 Nick Ing-Simmons Will now correctly re-call
1999-08-07 Nick Ing-Simmons Vishal Bhatia <vishalb@my-deja.com>
1999-08-07 Nick Ing-Simmons B::C changes to get simple Tk app. compiling again
1999-08-06 Nathan Torkington Fix for Nathan's fix (#3920) from Guy Decoux.
1999-08-04 Nathan Torkington [5.005_60 PATCH] Make B::Bytecode work
1999-08-02 Jarkko Hietaniemi Integrate with Sarathy.
1999-08-02 Vishal Bhatia "use constant" in the compiler
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Nathan Torkington ext/B/B/Disassembler.pm patch
1999-08-01 Gurusamy Sarathy fixes from Stephen McCamant that address bugs in change...
1999-08-01 Gurusamy Sarathy fix defined(@foo) encarpments
1999-07-27 Gurusamy Sarathy change#3762 wasn't needed
1999-07-26 Gurusamy Sarathy setstate stop-gap from Vishal Bhatia
1999-07-26 Gurusamy Sarathy patch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-17 Gurusamy Sarathy make CC.pm use a distinct CCPP() macro rather than...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy. perldiag.pod required manual...
1999-07-07 Stephen McCamant B::Deparse update
1999-07-07 Vishal Bhatia Compiler and XSUBS
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-07 Vishal Bhatia Minor bug fix in pp_require
1999-07-06 Vishal Bhatia applied patch after demunging headers with appropriate...
1999-07-05 Vishal Bhatia applied parts not duplicated by previous patches
1999-07-05 Vishal Bhatia Re: [PATCH 5.005_57] pp_sort sorted out
1999-06-10 Gurusamy Sarathy fix small nits
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-12 Gurusamy Sarathy typo in change#3400
1999-05-12 Albert Dvornik deparse \&func() as \(&func()) for clarity
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Gurusamy Sarathy more Compiler patches from Vishal Bhatia <vishalb@my...
1999-05-10 Tom Hughes applied suggested patch, with win32 and PERL_OBJECT...
1999-05-09 Stephen McCamant Re: pdt: Perl Development Tools?
1999-05-06 Gurusamy Sarathy compiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-03-25 Vishal Bhatia applied needful parts of suggested patch
1999-03-25 Gurusamy Sarathy fix refcnt on PL_main_cv (variant of suggestion by...
1999-03-25 Gurusamy Sarathy B::Deparse update from Stephen McCamant <smccam@uclink4...
1999-03-24 Vishal Bhatia applied suggested patch, modulo bogus hunk
1999-03-04 Vishal Bhatia updates to compiler modules
1999-02-16 Gurusamy Sarathy propagate PERL_VERSION everywhere, add to pod
1999-02-15 Vishal Bhatia enable dynaloading in C.pm-compiled programs (non-confl...
1999-02-12 Gurusamy Sarathy add missing hunk in change#2657
1999-01-21 Vishal Bhatia pp_mapstart & pp_grepstart return val (CC.pm)
1999-01-18 Vishal Bhatia Duplicate saved ops (CC.pm)
1999-01-17 Gurusamy Sarathy fix change#2602 to not used hard coded constants
1999-01-17 Gurusamy Sarathy integrate cfgperl changes into mainline, fix conflicts
1999-01-13 Vishal Bhatia B::MAGIC::PTR doesnot check for valid length.
1999-01-13 Vishal Bhatia B::CC::pp_rv2cv problem
1999-01-02 Nick Ing-Simmons Export constant subs from B.xs for op.h, cop.h and...
1999-01-02 Nick Ing-Simmons Integrate ext/B changes from //depot/cfgperl
1998-12-29 Vishal Bhatia More minor Fixes in CC.pm/C.pm
1998-12-29 Vishal Bhatia Re:perlcc -e 'my $x = shift; print +($x ?...' failure
1998-12-29 Vishal Bhatia return value of perlcc/B::CC generated functions.
1998-12-21 Vishal Bhatia pp_next/pp_last/pp_redo problems
1998-12-20 Nick Ing-Simmons Save _all_ GV's which have SV, AV or HV set.
1998-12-10 Vishal Bhatia 1. Fixes the bug reported by Robin Barker <rmb1@cise...
1998-12-07 Gurusamy Sarathy fix dup lexical
1998-12-05 Nick Ing-Simmons Avoid hard-coding op numbers
1998-12-05 Nick Ing-Simmons B.xs had its own code to calculate hash() which differe...
1998-12-04 Nick Ing-Simmons Snapshot of re-worked B::C which compiles Tk apps at...
1998-12-04 Nick Ing-Simmons Vishal Bhatia's patch as a basis.
1998-11-28 Nick Ing-Simmons More C.pm tweaks
1998-11-28 Gurusamy Sarathy s/comment/comment_t/ tweak (suggested by John Gorman
1998-11-27 Nick Ing-Simmons Handle INIT list in C.pm
1998-11-27 Gurusamy Sarathy B::C tweaks to allow Tk compiles from Nick Ing-Simmons
1998-10-30 Vishal Bhatia hand-apply whitespace-mutiliated patch
1998-10-25 Vishal Bhatia implement C<goto ...
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Vishal Bhatia fix bug in B::CC::pp_sassign()
1998-09-23 Gurusamy Sarathy define PUT_svindex(), PUT_opindex()
1998-08-02 Gurusamy Sarathy fixes for pod noises
1998-07-22 Gurusamy Sarathy fix up B modules for PL_* changes
1998-07-22 Malcolm Beattie Compiler docs for 5.005
1998-07-21 Gurusamy Sarathy fix bytecode.pl with moved var names
1998-07-21 Stephen McCamant B::Deparse 0.56 (first testsuite fixes; big)
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-15 Gurusamy Sarathy add stub docs for ext/B, other minor tweaks
1998-07-15 Stephen McCamant applied patch, regen headers
1998-07-11 Stephen McCamant more complete version of change#1421
1998-07-11 Gisle Aas B::Deparse for(1..100000)
1998-07-11 Stephen McCamant add patch (via PM)
1998-07-05 Stephen McCamant Document B::Deparse, add pp_threadsv
next