Moved Locale-Maketext from lib/ to ext/
[p5sagit/p5-mst-13.2.git] / ext / B / B / Concise.pm
2008-09-23 Nicholas Clark defined %{$package.'::'} isn't good enough to tell...
2008-03-31 Nicholas Clark $VERSION++ for all the non-dual life modules in ext...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-10-22 Nicholas Clark B::Concise was failing an assertion on index "foo"...
2007-09-28 Nicholas Clark Make all of B work on 5.8.x
2007-09-28 Rafael Garcia-Suarez Document hint symbols in B::Concise
2007-09-26 Jim Cromie Re: [patch] improve B::Concise -src support
2007-09-24 Jim Cromie [patch] improve B::Concise -src support
2007-09-08 Jim Cromie [patch] readabilty tweaks
2007-09-01 Jim Cromie Re: RFC patch - display src-lines in B::Concise
2007-06-25 Paul Johnson remove op_static
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-28 Rafael Garcia-Suarez Several POD fixes by Jonathan Stowe
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2006-12-28 Nicholas Clark Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas Clark Abstract the pad code's overloaded use of SvNVX and...
2006-10-20 Alexander Gough B:: changes for UNITCHECK blocks
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-06-05 Nicholas Clark Add the missing ${^OPEN} hints flag to B::Concise
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-01-04 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-02 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-09-27 Rafael Garcia-Suarez OPpRUNTIME can be set on OP_QR too
2005-09-21 Rafael Garcia-Suarez A few POD fixes
2005-09-02 Yitzchak Scott-Tho... Re: Optree Generation
2005-08-25 Jim Cromie update B::Concise pod to reflect previous changes
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-06-03 Jim Cromie B::Concise torture
2005-06-02 Jim Cromie Re: [patch] teach B::Concise to see XS code
2005-06-01 Jim Cromie Re: [patch] teach B::Concise to see XS code
2005-05-05 Nicholas Clark Bump B version numbers
2005-01-27 Jim Cromie Re: [patch] decrufting OptreeCheck stuff
2004-10-04 Jim Cromie [perl #31697] [PATCH] B::Showlex::newlex enhancement...
2004-09-08 Nicholas Clark backport B to work on 5.8.x, so that a single version...
2004-09-01 Jim Cromie [ PATCH ] 2 added private flags for B::Concise
2004-07-14 Nicholas Clark Optimise foreach my $i (reverse ...)
2004-07-13 Nicholas Clark A proper, working, stable optimisation for sort {$b...
2004-05-14 Jim Cromie Re: more B::Concise stuff (PATCH - updated)
2004-05-07 Jim Cromie Re: stdio still supported?
2004-04-06 Jim Cromie Re: tests for change #22539
2004-03-26 Dave Mitchell Clarify op.h comments for which ops the OPpDEREF* priva...
2004-03-23 Nicholas Clark Unify 5.008 and 5.009's B::Concise 0.58
2004-03-23 Nicholas Clark Unify 5.008 and 5.009's B::Concise 0.56
2004-03-19 Jim Cromie [perl #24821] enhancement patch for B::Concise
2004-02-22 Dave Mitchell Extend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-20 Dave Mitchell add Deparse/Concise support for inplace sort (change...
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2004-02-08 Rafael Garcia-Suarez Add the new private flag OPpGREP_LEX in B::Concise.
2003-08-14 Jarkko Hietaniemi Diffs-sans-version-diffs between blead and maint.
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-02 Dave Mitchell various Deparse fixes
2003-05-24 Dave Mitchell [PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-03 Jarkko Hietaniemi Extra tweakage from Rafael for #19392.
2003-03-11 Todd C. Miller typos and other minor things
2003-02-18 Stephen McCamant Re: [perl #21261] B::Terse not outputting correct const...
2003-02-11 Stephen McCamant More B::Concise fixes
2003-02-04 Stephen McCamant B::Concise updates (incl. avoiding use of op_seq)
2002-11-07 Hugo van der Sanden Re: [perl #17605] strange behaviour (difference between...
2002-11-06 Stephen McCamant Re: [PATCH] [perl #18175] B::Concise,-exec doesn't...
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-02-26 Rafael Garcia-Suarez docs, typos
2002-01-10 Stephen McCamant Magic numbers in B::Concise
2001-08-08 Paul Johnson Teach B::Concise about PADOP
2001-04-30 Robin Houston suppress warning
2001-04-25 Paul Johnson Re: [PATCH 5.7.1] B::Concise and extra variables
2001-04-22 Robin Houston Support BEGIN blocks in B::Deparse (& more)
2001-04-17 Robin Houston multiple B::* changes
2001-04-05 Robin Houston print control-character vars readably
2001-04-02 Robin Houston padname values may have bogus SvCUR
2001-04-02 Robin Houston @stash_array = split(/pat/, str);
2001-01-24 Charles Bailey SYN SYN
2001-01-13 Stephen McCamant Re: B::Concise -- an improved replacement for B::Terse
2001-01-12 Stephen McCamant B::Concise -- an improved replacement for B::Terse