A fix from Graham for
[p5sagit/p5-mst-13.2.git] / ext / B /
2003-09-23 Stephen McCamant Re: B::Deparse fails in pure_string()
2003-09-09 Jarkko Hietaniemi strict stash seems to have gone, too.
2003-09-08 Rafael Garcia-Suarez Loading warnings.pm now loads attributes.pm that loads...
2003-09-04 Adrian M. Enache Re: [PATCH] Re: ByteLoader and MSWin32
2003-09-04 Jarkko Hietaniemi A SuSE patchlet for perlcc -c to avoid
2003-08-28 Paul Johnson Quieten more warnings in Deparse.pm
2003-08-22 Jarkko Hietaniemi Test the correct longness; from Enache.
2003-08-22 Jarkko Hietaniemi More bytecode patching from Enache.
2003-08-21 Jarkko Hietaniemi Byteloader patching from Enache continues;
2003-08-20 Jarkko Hietaniemi Patch from Enache for the crashing of bytecode.t in...
2003-08-19 Alain Barbet Can't build thread on openbsd sparc64 => B.c:5078:...
2003-08-19 Jarkko Hietaniemi (From Enache) Keep bytecode files (.plc) around in...
2003-08-14 Jarkko Hietaniemi Make the blead versions of these be newer...
2003-08-14 Jarkko Hietaniemi Diffs-sans-version-diffs between blead and maint.
2003-08-13 Nicholas Clark Re: script wanted
2003-08-13 Adrian M. Enache Re: script wanted
2003-08-11 Rafael Garcia-Suarez [perl #23274] B::Deparse wasn't handling correctly...
2003-08-05 Jarkko Hietaniemi Bytecode patching from Enache.
2003-08-01 Jarkko Hietaniemi Now the test should be really testing what it's suppose...
2003-08-01 Jarkko Hietaniemi Fix the options.
2003-07-31 Jarkko Hietaniemi Unportable subtest needs rethink.
2003-07-31 Jarkko Hietaniemi Yet another bytecode tweak from Enache.
2003-07-31 Adrian M. Enache test for B::Bytecode/ByteLoader
2003-07-29 Stephen McCamant B::Deparse 0.64
2003-07-28 Jarkko Hietaniemi More bytecode tweaks.
2003-07-28 Jarkko Hietaniemi Prettyprint the constants list of defsubs_h.PL.
2003-07-28 Stephen McCamant B enhancements
2003-07-28 Jarkko Hietaniemi Add $VERSION to B::Bytecode.
2003-07-27 Jarkko Hietaniemi Further Byteloader tweaks from Enache.
2003-07-27 Jarkko Hietaniemi Skip the test until Enache fixes it.
2003-07-27 Jarkko Hietaniemi Regenerated because of #20220.
2003-07-27 Adrian M. Enache Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2003-07-24 Stephen McCamant Re: Bug in B::Deparse/Concise with ithreads
2003-07-17 Stephen McCamant [PATCH] Increment cop_seqmax in utilize()
2003-07-08 Marcus Holland-Moritz warnings, line numbers & windows
2003-07-02 Dave Mitchell various Deparse fixes
2003-07-02 James Jurach line numbers are given % 64k
2003-07-01 Adrian M. Enache B:: fixes + 'When were CVOPs gone ?'
2003-06-29 Rafael Garcia-Suarez Misc Pod Nits.
2003-06-02 Rafael Garcia-Suarez A little bit more of weird-code-proofing in B::Deparse.
2003-05-24 Dave Mitchell [PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-23 Robin Barker RE: state of deparse?
2003-05-17 Rafael Garcia-Suarez Fix bug #22216 : B::Deparse can't handle "use Module...
2003-05-03 Jarkko Hietaniemi Extra tweakage from Rafael for #19392.
2003-04-19 Adrian M. Enache Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-04-12 Jarkko Hietaniemi The debugging aid #19182 didn't.
2003-04-10 Jarkko Hietaniemi A temporary debugging aid for Tru64 threaded builds.
2003-04-06 Stephen McCamant B::Deparse: sv_no != 0
2003-04-01 Adrian M. Enache Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
2003-03-20 Adrian M. Enache Re: Bytecode? Back into service.
2003-03-14 Stas Bekman [patch ext/B/typemap] STRLEN T_UV
2003-03-11 Todd C. Miller typos and other minor things
2003-03-08 Rafael Garcia-Suarez Add a B::COP::io() method, to return the cop_io field...
2003-03-04 Rafael Garcia-Suarez Change #18829 makes this test workaround obsolete.
2003-03-04 Salvador Fandiño [PATCH] assertions
2003-02-18 Stephen McCamant Re: [perl #21261] B::Terse not outputting correct const...
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-11 Stephen McCamant More B::Concise fixes
2003-02-04 Stephen McCamant B::Concise updates (incl. avoiding use of op_seq)
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-12-12 Rafael Garcia-Suarez Whitespace and indentation fix in the output of B:...
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-11-16 Rafael Garcia-Suarez New B::Lint option, bare-subs, that checks for...
2002-11-07 Hugo van der Sanden Re: [perl #17605] strange behaviour (difference between...
2002-11-06 Rafael Garcia-Suarez The new test introduced in #18114 failed with threads
2002-11-06 Stephen McCamant Re: [PATCH] [perl #18175] B::Concise,-exec doesn't...
2002-10-24 Audrey Tang B/C.pm: make $0 to argv[0] again
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-11 Rafael Garcia-Suarez Fix bug #17006 : remove spurious do{} in the deparsing
2002-09-09 Paul Johnson Re: [PATCH] Quieten warnings in Deparse.pm
2002-09-09 Paul Johnson Quieten warnings in Deparse.pm
2002-09-03 Rafael Garcia-Suarez Fix bug #16828.
2002-08-29 Rafael Garcia-Suarez B::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Mark-Jason Dominus Re: [perl #16677] B::SV::FLAGS dumps core
2002-08-22 Hugo van der Sanden fix test failure from #17747
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-08-17 Hugo van der Sanden ext/B/defsubs.h also depends on the program that builds it
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-07-09 Jarkko Hietaniemi Change PerlIO::Scalar and Via to scalar and via.
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-05-26 Rafael Garcia-Suarez Fix a remaining B::Lint bug.
2002-05-26 Stephen McCamant B::Deparse: handle blessed code refs in coderef2text
2002-05-19 Jarkko Hietaniemi Mac OS X 10.1.4 started to consume 150MB+ virtual memory
2002-05-17 Jarkko Hietaniemi Forgotten from #16656.
2002-05-12 Jarkko Hietaniemi Be clean.
2002-05-12 chromatic RE: VOS bleadperl test failure on 16539
2002-05-11 Jarkko Hietaniemi Explicit casts due to #16542.
2002-05-10 chromatic Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
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-21 Rafael Garcia-Suarez Revert change #15974.
2002-04-19 Rafael Garcia-Suarez Add a BUGS sections to O.pm
2002-04-17 Robin Houston "foo bar"->()
2002-04-16 Rafael Garcia-Suarez B::walkoptree bugfix (see also #15850)
2002-04-16 Hugo van der Sanden B::Deparse problems with japhs
2002-04-10 Rafael Garcia-Suarez Fix a bug in B::walkoptree_slow (wasn't handling OP_SUB...
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Rafael Garcia-Suarez Re: ext/B/t/xref.t @15300 on VMS
next