This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Deparse.pm bugfix
[perl5.git] / ext / B / B / Deparse.pm
2001-05-10 Robin HoustonFix tr///ansliteration
2001-05-08 Robin HoustonDocument known bugs
2001-05-07 Robin HoustonGive (?{...}) a taste of its own medicine
2001-05-07 Robin Houstonundefined folded constants
2001-05-07 Robin Houstonuse Foo (sub {...});
2001-05-06 Robin Houstonscoping
2001-05-01 Robin Houstonoptimised sort
2001-05-01 Robin Houstonfor(;;), sort
2001-05-01 Robin Houstondo, warn, use
2001-04-28 Robin Houstonnon-block scopes
2001-04-27 Robin HoustonHuman-readable pragmas &c
2001-04-26 Jarkko HietaniemiDeparse nits.
2001-04-26 Robin Houstonformats must be flush left
2001-04-26 Robin Houstonfix easy bugs
2001-04-26 Jarkko HietaniemiDethinko from Robin Houston.
2001-04-26 Robin HoustonC<$x = /(.)/> ne C<($x) = /(.)/>
2001-04-26 Robin HoustonRe: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin HoustonRe: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houston[PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houstonfiletests, open(my $x,...), warnings, formats &c
2001-04-24 Robin HoustonRe: [ID 20010423.006] Test failed in perl@9794
2001-04-23 Robin HoustonDeparse nit
2001-04-22 Robin HoustonDistinguish package variables, if necessary
2001-04-22 Robin HoustonSupport BEGIN blocks in B::Deparse (& more)
2001-04-20 Robin HoustonRe: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Robin HoustonRe: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Robin HoustonPATCH: Propagate low byte of hints in cop.op_private
2001-04-18 Jarkko HietaniemiDeclare hints only if needed.
2001-04-18 Robin Houstonsome pragma support
2001-04-18 David DyckDeparse.pm of split(" ") decodes as /\s+/ (with PATCH)
2001-04-17 Robin HoustonRe: Deparse - parenthesise args to undeclared subs
2001-04-17 Robin Houstonutf8 literal strings (and possibly a unicode/regex...
2001-04-17 Robin HoustonDeparse - parenthesise args to undeclared subs
2001-04-17 Robin Houstonambient pragmas
2001-04-17 Robin Houstonmultiple B::* changes
2001-04-05 Robin Houstonsuppress "unintialized value" warnings
2001-04-05 Robin Houstonregex quoting, and a minor milestone
2001-04-05 Robin Houstonbinmode is no longer an UNOP
2001-04-05 Robin Houston"${foo}bar", "${foo}[1]" etc.
2001-04-05 Robin Houstoncope with SVf_IVisUV, and cope with $^^ and friends
2001-04-05 Robin Houstonlexical variables with ridiculously long names that...
2001-04-05 Jarkko HietaniemiIntegrate changes #9544,9547,9549(perlio),9550,9551...
2001-03-30 Robin HoustonRe: [ID 20010330.003] O=Deparse,-p does not preserve...
2001-03-30 Jeremy MadeaB::Deparse precedence bug. (Patch included.)
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-04 Stephen McCamantRe: [PATCH @8269] Continue blocks and B::Deparse
2001-01-04 Stephen McCamantContinue blocks and B::Deparse
2000-12-11 Nick Ing-SimmonsIntegrate mainline
2000-12-11 Simon CozensRe: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
2000-10-22 John Tobeyripples from constsub patch
2000-10-20 Charles BaileySYN SYN
2000-09-30 Spider BoardmanRe: [ID 20000915.010] Infinite loop with -MO=Deparse
2000-08-29 AbigailWarnings in B::Deparse
2000-08-18 Peter ScottTypo in pp_complement().
2000-08-11 Simon CozensB::Deparse didn't do sub attributes.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathyadd testsuite for B backends, fix bug in B::Deparse...
2000-04-24 Gurusamy SarathyConsolidated B::Deparse fixes (from Stephen McCamant)
2000-02-21 Gurusamy Sarathyget Compiler "working" under useithreads
2000-02-09 Charles BaileyResync with mainline
2000-01-26 Gurusamy Sarathypod typos and warnings (from Abigail <abigail@delanet...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathyfixes from Stephen McCamant that address bugs in change...
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy. perldiag.pod required manual...
1999-07-07 Stephen McCamantB::Deparse update
1999-05-12 Gurusamy Sarathytypo in change#3400
1999-05-12 Albert Dvornikdeparse \&func() as \(&func()) for clarity
1999-03-25 Gurusamy SarathyB::Deparse update from Stephen McCamant <smccam@uclink4...
1999-01-02 Nick Ing-SimmonsExport constant subs from B.xs for op.h, cop.h and...
1998-12-07 Gurusamy Sarathyfix dup lexical
1998-07-21 Stephen McCamantB::Deparse 0.56 (first testsuite fixes; big)
1998-07-15 Stephen McCamantapplied patch, regen headers
1998-07-11 Stephen McCamantmore complete version of change#1421
1998-07-11 Gisle AasB::Deparse for(1..100000)
1998-07-11 Stephen McCamantadd patch (via PM)
1998-07-05 Stephen McCamantDocument B::Deparse, add pp_threadsv
1998-06-28 Stephen McCamantapply patch sent via private mail
1998-02-20 Malcolm BeattieMove lib/B/... and lib/[BO].pm over to where they shoul...