Eradicate traces of 'asciirange' re subpragma.
[p5sagit/p5-mst-13.2.git] / ext / B / B / Deparse.pm
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
2001-04-23 Robin Houston Deparse nit
2001-04-22 Robin Houston Distinguish package variables, if necessary
2001-04-22 Robin Houston Support BEGIN blocks in B::Deparse (& more)
2001-04-20 Robin Houston Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Robin Houston Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Robin Houston PATCH: Propagate low byte of hints in cop.op_private
2001-04-18 Jarkko Hietaniemi Declare hints only if needed.
2001-04-18 Robin Houston some pragma support
2001-04-18 David Dyck Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
2001-04-17 Robin Houston Re: Deparse - parenthesise args to undeclared subs
2001-04-17 Robin Houston utf8 literal strings (and possibly a unicode/regex...
2001-04-17 Robin Houston Deparse - parenthesise args to undeclared subs
2001-04-17 Robin Houston ambient pragmas
2001-04-17 Robin Houston multiple B::* changes
2001-04-05 Robin Houston suppress "unintialized value" warnings
2001-04-05 Robin Houston regex quoting, and a minor milestone
2001-04-05 Robin Houston binmode is no longer an UNOP
2001-04-05 Robin Houston "${foo}bar", "${foo}[1]" etc.
2001-04-05 Robin Houston cope with SVf_IVisUV, and cope with $^^ and friends
2001-04-05 Robin Houston lexical variables with ridiculously long names that...
2001-04-05 Jarkko Hietaniemi Integrate changes #9544,9547,9549(perlio),9550,9551...
2001-03-30 Robin Houston Re: [ID 20010330.003] O=Deparse,-p does not preserve...
2001-03-30 Jeremy Madea B::Deparse precedence bug. (Patch included.)
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-04 Stephen McCamant Re: [PATCH @8269] Continue blocks and B::Deparse
2001-01-04 Stephen McCamant Continue blocks and B::Deparse
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Simon Cozens Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
2000-10-22 John Tobey ripples from constsub patch
2000-10-20 Charles Bailey SYN SYN
2000-09-30 Spider Boardman Re: [ID 20000915.010] Infinite loop with -MO=Deparse
2000-08-29 Abigail Warnings in B::Deparse
2000-08-18 Peter Scott Typo in pp_complement().
2000-08-11 Simon Cozens B::Deparse didn't do sub attributes.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathy add testsuite for B backends, fix bug in B::Deparse...
2000-04-24 Gurusamy Sarathy Consolidated B::Deparse fixes (from Stephen McCamant)
2000-02-21 Gurusamy Sarathy get Compiler "working" under useithreads
2000-02-09 Charles Bailey Resync with mainline
2000-01-26 Gurusamy Sarathy pod typos and warnings (from Abigail <abigail@delanet...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
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-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathy fixes from Stephen McCamant that address bugs in change...
1999-07-26 Gurusamy Sarathy patch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy. perldiag.pod required manual...
1999-07-07 Stephen McCamant B::Deparse update
1999-05-12 Gurusamy Sarathy typo in change#3400
1999-05-12 Albert Dvornik deparse \&func() as \(&func()) for clarity
1999-03-25 Gurusamy Sarathy B::Deparse update from Stephen McCamant <smccam@uclink4...
1999-01-02 Nick Ing-Simmons Export constant subs from B.xs for op.h, cop.h and...
1998-12-07 Gurusamy Sarathy fix dup lexical
1998-07-21 Stephen McCamant B::Deparse 0.56 (first testsuite fixes; big)
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
1998-06-28 Stephen McCamant apply patch sent via private mail
1998-02-20 Malcolm Beattie Move lib/B/... and lib/[BO].pm over to where they shoul...