Remaining nit in the deparsing of reversed foreach loops
[p5sagit/p5-mst-13.2.git] / ext / B / B / Deparse.pm
2004-11-18 Rafael Garcia-Suarez Remaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed sort and descending sorts,
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-07-05 Rafael Garcia-Suarez Update tests and $VERSION for change 23046
2004-07-05 Stephen McCamant Re: [perl #30504] B::Deparse scoping problem with for...
2004-07-05 Nicholas Clark Bump $B::Deparse::VERSION
2004-06-29 Rafael Garcia-Suarez More caveats in B::Deparse's documentation
2004-04-04 Nicholas Clark Bump version numbers for modules that have changed...
2004-02-22 Dave Mitchell Extend OP_AELEMFAST optimisation to lexical arrays
2004-02-20 Dave Mitchell add Deparse/Concise support for inplace sort (change...
2004-02-17 Dave Mitchell remove C<my $x if foo> construct from core modules
2003-09-23 Stephen McCamant Re: B::Deparse fails in pure_string()
2003-08-28 Paul Johnson Quieten more warnings in Deparse.pm
2003-08-14 Jarkko Hietaniemi Diffs-sans-version-diffs between blead and maint.
2003-08-11 Rafael Garcia-Suarez [perl #23274] B::Deparse wasn't handling correctly...
2003-07-29 Stephen McCamant B::Deparse 0.64
2003-07-24 Stephen McCamant Re: Bug in B::Deparse/Concise with ithreads
2003-07-02 Dave Mitchell various Deparse fixes
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-04-06 Stephen McCamant B::Deparse: sv_no != 0
2003-04-01 Adrian M. Enache Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
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-08-29 Rafael Garcia-Suarez B::check_av() ; B::Deparse for CHECK blocks
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-05-26 Stephen McCamant B::Deparse: handle blessed code refs in coderef2text
2002-04-21 Rafael Garcia-Suarez Revert change #15974.
2002-04-17 Robin Houston "foo bar"->()
2002-04-16 Hugo van der Sanden B::Deparse problems with japhs
2002-03-18 Rafael Garcia-Suarez B::perlstring()
2002-03-12 Rafael Garcia-Suarez fix to deparse ${^WARNINGS_BITS}
2002-03-04 Jarkko Hietaniemi The EBCDIC gaps apply only to the real A-Z.
2002-03-03 Jarkko Hietaniemi EBCDIC: deparse \cX correctly.
2002-03-01 Ilya Zakharevich autoloaded DESTROY bugfix
2002-02-21 Rafael Garcia-Suarez next batch of bugfixes
2002-02-18 Nick Ing-Simmons Integrate mainline
2002-02-18 Rafael Garcia-Suarez two fixes
2002-02-15 Rafael Garcia-Suarez Fix another bug introduced by #14615
2002-02-14 Jarkko Hietaniemi Deparse bug introduced by #14615: the fix is just a...
2002-02-09 Jarkko Hietaniemi EBCDIC: the non-printable characters are different.
2002-01-27 Jarkko Hietaniemi B::cstring() and B::Deparse EBCDIC fixes from Rafael...
2002-01-27 Rafael Garcia-Suarez new switch: don't check prototypes while deparsing
2002-01-12 Mattia Barbon {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B...
2002-01-09 Rafael Garcia-Suarez B::Deparse : support for \[...] prototypes
2002-01-08 Rafael Garcia-Suarez Re: Slight chokage from Deparse
2002-01-01 Rafael Garcia-Suarez alternate way to figure out prototypes
2001-12-21 Rafael Garcia-Suarez __DATA__ and packages
2001-12-20 Rafael Garcia-Suarez minor qr// fix
2001-12-17 Michael G. Schwern Re: [ID 20011216.005] B::Deparse turns legal code into...
2001-12-15 Rafael Garcia-Suarez rcatline support ($_.=<ARGV>)
2001-11-29 Rafael Garcia-Suarez deparse -wl0 -i.bak
2001-11-12 Jeffrey Friedl a few typo fixes
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-02 Robin Houston deparse empty formats
2001-07-16 Robin Houston formats can't contain formats
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Robin Houston Make warnings handling more robust
2001-07-02 Robin Houston hash key auto-quoting
2001-07-02 Robin Houston version number & changes
2001-06-04 Jarkko Hietaniemi Eradicate traces of 'asciirange' re subpragma.
2001-05-16 Robin Houston More on /x regexes
2001-05-15 Jarkko Hietaniemi Half of #10107 got lost.
2001-05-15 Robin Houston Lvaluable method calls
2001-05-15 Robin Houston C<$foo =~ give_me_a_regex>; /x modifier
2001-05-15 Robin Houston "${foo}_bar"
2001-05-11 Robin Houston $foo->bar(0)
2001-05-10 Robin Houston Extend tr/\0-\377/blah/c support
2001-05-10 Robin Houston t/op/64bitint.t
2001-05-10 Jarkko Hietaniemi Retract #10070, not ready yet.
2001-05-10 Hugo van der Sanden (Retracted by #10073)
2001-05-10 Robin Houston our() lists and foreach loops
2001-05-10 Robin Houston Fix tr///ansliteration
2001-05-08 Robin Houston Document known bugs
2001-05-07 Robin Houston Give (?{...}) a taste of its own medicine
2001-05-07 Robin Houston undefined folded constants
2001-05-07 Robin Houston use Foo (sub {...});
2001-05-06 Robin Houston scoping
2001-05-01 Robin Houston optimised sort
2001-05-01 Robin Houston for(;;), sort
2001-05-01 Robin Houston do, warn, use
2001-04-28 Robin Houston non-block scopes
2001-04-27 Robin Houston Human-readable pragmas &c
2001-04-26 Jarkko Hietaniemi Deparse nits.
2001-04-26 Robin Houston formats must be flush left
2001-04-26 Robin Houston fix easy bugs
2001-04-26 Jarkko Hietaniemi Dethinko from Robin Houston.
2001-04-26 Robin Houston C<$x = /(.)/> ne C<($x) = /(.)/>
2001-04-26 Robin Houston Re: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houston Re: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houston [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houston filetests, open(my $x,...), warnings, formats &c
2001-04-24 Robin Houston Re: [ID 20010423.006] Test failed in perl@9794
next