Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / ext / B /
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-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
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 Doug MacEachern add B::PV::{LEN,CUR}
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-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathy fix small nits
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
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-05-05 Charles Bailey applied non-conflicting parts of suggested patch
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
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 Stephen McCamant Compiler needs to know about utf8 SVOP tr///s
1999-03-25 Gurusamy Sarathy B::Deparse update from Stephen McCamant <smccam@uclink4...
1999-03-24 Charles Bailey applied suggested patch, modulo superseded parts
1999-03-24 Vishal Bhatia applied suggested patch, modulo bogus hunk
1999-03-04 Vishal Bhatia updates to compiler modules
1999-03-02 Hans Mulder To: perl5-porters@perl.org, vmsperl@perl.org
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 Gurusamy Sarathy a few random cleanups
1999-01-18 Vishal Bhatia Duplicate saved ops (CC.pm)
1999-01-17 Gurusamy Sarathy various tweaks for clean build and test on win32
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 Tone down Makefile.PL so it works on Win32
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-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
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-30 Gurusamy Sarathy remaining PL_foo stragglers
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
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-10-15 Gurusamy Sarathy correct bugs exposed in MM_Unix.pm by commenting out...
1998-09-24 Gurusamy Sarathy correct FSF address in various places
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-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
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-09 Stephen McCamant UNOP opclass test in B.xs
1998-07-05 Stephen McCamant Document B::Deparse, add pp_threadsv
1998-06-28 Stephen McCamant apply patch sent via private mail
1998-06-23 Stephen McCamant Inheritance of B:: classes
1998-06-19 Gurusamy Sarathy update repository copy of Asmdata.pm after `perl byteco...
1998-06-04 Gurusamy Sarathy [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Charles Bailey Consolidated patch to 5.004_64
1998-05-14 Ilya Zakharevich [PATCH 5.004_64] newSV
1998-04-14 Malcolm Beattie [compiler] CC did "<<" instead of ">>" for right-shift...
next