This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow dup'ing of PerlIO::Scalar etc.
[perl5.git] / ext / B /
2001-11-16 Jarkko Hietaniemi$VERSION "a5" doesn't quite work.
2001-11-16 Jarkko HietaniemiAdd the fruits of Larry Shatzer's version verifying...
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-06 Nick Ing-SimmonsKeep It Simple and Stupid version of readonly hash...
2001-10-26 Gurusamy Sarathyfix misleading comment on known inadequacy in B::Terse...
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-25 Jarkko HietaniemiIntegrate changes #12652 and #12653 from maintperl;
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-18 Jarkko HietaniemiWrong skip() arguments.
2001-10-08 Nicholas Clark& what's to be done for 5.8.0?
2001-10-03 Jarkko HietaniemiSkip the RV printing test under threads until fixed.
2001-10-01 Jarkko HietaniemiMake the diagnostic messages more neutral.
2001-09-28 Jarkko HietaniemiMove the B tests to B/t.
2001-09-28 Jarkko HietaniemiForgot from #12254.
2001-09-27 Rafael Garcia-SuarezRe: [BUG] B::Terse can't handle constant scalar refs
2001-09-26 Jarkko HietaniemiIntegrate macperl changes from Chris Nandor:
2001-09-16 Jarkko HietaniemiBump up version numbers.
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-28 Ville Skyttä[ID 20010827.008] no-foo options broken in B::Lint
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-14 Nikola Knezevic[b-]showlex.t
2001-08-08 Paul JohnsonTeach B::Concise about PADOP
2001-08-07 James A. DuncanB && BEGIN handling
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
next