This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename the Getopt::Long tests to be as they are
[perl5.git] / ext / B /
2001-08-03 Craig A. Berryfix Stash.t for VMS
2001-08-02 Craig A. Berryfix Showlex.t for VMS
2001-08-02 Robin Houstondeparse empty formats
2001-07-23 Jarkko HietaniemiTest tweak.
2001-07-22 Rafael Garcia-SuarezRe: [PATCH O.pm] avoid to clutter output with -l
2001-07-16 Robin Houstonformats can't contain formats
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Robin HoustonMake warnings handling more robust
2001-07-02 Robin Houstontest just-posted patches
2001-07-02 Robin Houstonhash key auto-quoting
2001-07-02 Robin Houstonversion number & changes
2001-07-01 Jarkko HietaniemiMake 'compile' target a little less broken.
2001-06-27 Jarkko Hietaniemi"lose the looses", from Abhijit Menon-Sen.
2001-06-23 Jarkko HietaniemiJust zap the -uPerlio.
2001-06-22 Craig A. Berryfix Deparse.t and write.t for VMS
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Richard SoderbergStep 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-04 Jarkko HietaniemiEradicate traces of 'asciirange' re subpragma.
2001-05-16 Robin HoustonMore on /x regexes
2001-05-15 Jarkko HietaniemiHalf of #10107 got lost.
2001-05-15 Robin HoustonLvaluable method calls
2001-05-15 Robin HoustonC<$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 HoustonExtend tr/\0-\377/blah/c support
2001-05-10 Robin Houstont/op/64bitint.t
2001-05-10 Jarkko HietaniemiRetract #10070, not ready yet.
2001-05-10 Hugo van der Sanden(Retracted by #10073)
2001-05-10 Robin Houstonour() lists and foreach loops
2001-05-10 Robin HoustonFix tr///ansliteration
2001-05-09 Robin HoustonShow string for PVOP, and referent for RV
2001-05-09 Robin HoustonB::Deparse tester
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-30 Robin Houstonsuppress warning
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-25 Paul JohnsonRe: [PATCH 5.7.1] B::Concise and extra variables
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-21 Michael G. SchwernB::walksymtable improperly documented?
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 Robin Houstonprint control-character vars readably
2001-04-05 Jarkko HietaniemiIntegrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-02 Robin Houstonpadname values may have bogus SvCUR
2001-04-02 Robin Houston@stash_array = split(/pat/, str);
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-03-30 Robin HoustonPATCH: B::Debug should show LOOP-specific fields
2001-03-27 Benjamin SugarsB::Terse and warnings
2001-03-16 Michael Stevensmore pod patches
2001-03-10 Chris NandorPortability fixes for Mac OS / bleadperl
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2001-01-24 Charles BaileySYN SYN
2001-01-16 Stephen McCamantRe: Eliminate op_children
2001-01-15 Jarkko Hietaniemi(Replaced by #8448) More op_children traces (cleanup...
2001-01-15 Jarkko Hietaniemi(Replaced by #8448) Traces of op_children (cleanup...
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2001-01-13 Stephen McCamantRe: B::Concise -- an improved replacement for B::Terse
2001-01-13 Jarkko HietaniemiThe B::Terse drop-in replacement wasn't quite drop-in.
2001-01-12 Stephen McCamantB::Concise -- an improved replacement for B::Terse
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-28 Daniel ChetlinFix B::Terse indentation
next