Remove support for assertions and -A
[p5sagit/p5-mst-13.2.git] / ext / B / B.xs
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-05 Nicholas Clark Tweak change 30841 so that B works on maint too.
2007-04-07 Nicholas Clark Turn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clark Remove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2007-02-17 Nicholas Clark Missed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-05 Nicholas Clark Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-05 Steve Hay Silence various VC6 warnings
2006-12-31 Nicholas Clark Move SVt_BIND to be the lowest type after SVt_NULL...
2006-12-28 Nicholas Clark Abstract the pad code's overloaded use of SvNVX and...
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas Clark Correct some assumptions about PVBM table offset in...
2006-12-06 Yves Orton Re: [PATCH] User pragmas now accessible from B
2006-12-06 Joshua ben Jore User pragmas now accessible from B
2006-10-20 Alexander Gough B:: changes for UNITCHECK blocks
2006-07-27 Steve Hay Clear up most of the VC6 compiler warnings in the follo...
2006-05-30 Nicholas Clark Fix bugs in the bytecode system caused by the abolition...
2006-05-20 Nicholas Clark Fix bug in change 28258. So how come I thought I'd...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-04-13 Nicholas Clark Fix B and ByteLoader to cope with cop_warnings no longe...
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-02-21 Joshua ben Jore Re: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-02 Steve Peters Death to magic characters! No pun intended.
2006-01-25 Stephen McCamant aelemfast optimization opclass problem (c.f. [perl...
2005-11-20 Rafael Garcia-Suarez Declarations must come first, or some compilers aren...
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-05 Nicholas Clark Make the 5.9 changes to B conditional on perl version.
2005-06-14 Nicholas Clark Change 24838 breaks deparse.t, which checks that embedd...
2005-06-14 Steve Peters Fix for SEGV in ext/B/t/xref.t on OpenBSD
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-30 Andy Lester [PATCH] Minor warning squashings
2005-05-21 Nicholas Clark Add a union in place of xnv_nv, which allows AVs and...
2005-05-20 Nicholas Clark Remove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-10 Nicholas Clark s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-02-18 Stephen McCamant [perl #32968] [PATCH] Re: B::walkoptree segfaults
2004-09-09 Nicholas Clark A single version of B that supports 5.8 and 5.10
2004-09-08 Nicholas Clark backport B to work on 5.8.x, so that a single version...
2004-08-10 Jim Cromie 2 patches: goto.t, B.pm/xs
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2003-07-28 Jarkko Hietaniemi More bytecode tweaks.
2003-07-28 Stephen McCamant B enhancements
2003-07-27 Adrian M. Enache Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2003-07-08 Marcus Holland-Moritz warnings, line numbers & windows
2003-07-01 Adrian M. Enache B:: fixes + 'When were CVOPs gone ?'
2003-03-08 Rafael Garcia-Suarez Add a B::COP::io() method, to return the cop_io field...
2003-02-18 Stephen McCamant Re: [perl #21261] B::Terse not outputting correct const...
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-09-03 Rafael Garcia-Suarez Fix bug #16828.
2002-08-29 Rafael Garcia-Suarez B::check_av() ; B::Deparse for CHECK blocks
2002-05-17 Jarkko Hietaniemi Forgotten from #16656.
2002-05-11 Jarkko Hietaniemi Explicit casts due to #16542.
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2002-04-26 Gurusamy Sarathy various signed/unsigned mismatch nits
2002-04-16 Rafael Garcia-Suarez B::walkoptree bugfix (see also #15850)
2002-03-18 Rafael Garcia-Suarez B::perlstring and unicode
2002-03-18 Jarkko Hietaniemi Forgot from #15288.
2002-01-28 Jarkko Hietaniemi The shift key is important.
2002-01-27 Jarkko Hietaniemi B::cstring() and B::Deparse EBCDIC fixes from Rafael...
2002-01-13 Mattia Barbon Re: Warning in B.xs
2002-01-12 Mattia Barbon B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2002-01-06 Mattia Barbon B, B::C, perlcc, t/TEST
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-10-25 Jarkko Hietaniemi Integrate changes #12652 and #12653 from maintperl;
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-07 James A. Duncan B && BEGIN handling
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-05-10 Robin Houston Extend tr/\0-\377/blah/c support
2001-05-10 Robin Houston Fix tr///ansliteration
2001-04-17 Robin Houston utf8 literal strings (and possibly a unicode/regex...
2001-04-05 Jarkko Hietaniemi Integrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-02 Robin Houston padname values may have bogus SvCUR
2001-02-18 Doug MacEachern [patch] -Wall cleanup round 2
2001-01-24 Charles Bailey SYN SYN
2001-01-16 Stephen McCamant Re: Eliminate op_children
2001-01-15 Jarkko Hietaniemi (Replaced by #8448) Traces of op_children (cleanup...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-10-22 John Tobey ripples from constsub patch
2000-10-20 Charles Bailey SYN SYN
2000-08-22 Jarkko Hietaniemi cSVOPo_*v things index into the current PL_curpad
2000-08-22 Jarkko Hietaniemi Bytecompiler patches from Benjamin Stuhl.
2000-08-11 Simon Cozens B::Deparse didn't do sub attributes.
2000-06-07 Jarkko Hietaniemi Mopup for #6204.
2000-06-06 Benjamin Stuhl B::Bytecode patches
2000-02-25 Gurusamy Sarathy more Compiler tweaks for useithreads
2000-02-21 Gurusamy Sarathy detypo
next