Nearly-working threads re-structuring. Do not integrate,
[p5sagit/p5-mst-13.2.git] / ext / B /
2002-01-13 Mattia Barbon Re: Warning in B.xs
2002-01-12 Mattia Barbon {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B...
2002-01-12 Mattia Barbon B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2002-01-12 Stephen McCamant Re: Magic numbers in B::Concise
2002-01-11 Stephen McCamant Re: Magic numbers in B::Concise
2002-01-10 Stephen McCamant Magic numbers in B::Concise
2002-01-09 Rafael Garcia-Suarez B::Deparse : support for \[...] prototypes
2002-01-08 Rafael Garcia-Suarez Re: Slight chokage from Deparse
2002-01-06 Mattia Barbon B, B::C, perlcc, t/TEST
2002-01-01 Rafael Garcia-Suarez alternate way to figure out prototypes
2002-01-01 Ilya Zakharevich Leaner exporter
2001-12-28 Mattia Barbon Re: B::walksymtable oddness
2001-12-21 Rafael Garcia-Suarez __DATA__ and packages
2001-12-21 Wolfgang Laun ext/B/B/Xref.pm adding "our" recognition
2001-12-21 Jarkko Hietaniemi packing I32 with L is not nice, need l; from Wolfgang...
2001-12-20 Rafael Garcia-Suarez minor qr// fix
2001-12-20 Nick Ing-Simmons Integrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko Hietaniemi One more embedded (?sx) de-embedded, from Wolfgang...
2001-12-19 Jarkko Hietaniemi B::Assembler/B::Disassembler patches and test;
2001-12-17 Michael G. Schwern Re: [ID 20011216.005] B::Deparse turns legal code into...
2001-12-15 Rafael Garcia-Suarez rcatline support ($_.=<ARGV>)
2001-12-15 Michael G. Schwern Compile test
2001-12-15 Michael G. Schwern Some weak docs
2001-12-15 Michael G. Schwern B::Asmdata test
2001-12-15 Michael G. Schwern Adding B::Asmdata docs
2001-12-01 Rafael Garcia-Suarez Re: [ID 20011129.163] B::Xref- $top corrupt
2001-11-29 Rafael Garcia-Suarez deparse -wl0 -i.bak
2001-11-29 Jarkko Hietaniemi Change $=, $., $*, $%, and $- to be IVs instead of...
2001-11-16 Jarkko Hietaniemi $VERSION "a5" doesn't quite work.
2001-11-16 Jarkko Hietaniemi Add the fruits of Larry Shatzer's version verifying...
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-06 Nick Ing-Simmons Keep It Simple and Stupid version of readonly hash...
2001-10-26 Gurusamy Sarathy fix misleading comment on known inadequacy in B::Terse...
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-10-25 Jarkko Hietaniemi Integrate changes #12652 and #12653 from maintperl;
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-18 Jarkko Hietaniemi Wrong skip() arguments.
2001-10-08 Nicholas Clark & what's to be done for 5.8.0?
2001-10-03 Jarkko Hietaniemi Skip the RV printing test under threads until fixed.
2001-10-01 Jarkko Hietaniemi Make the diagnostic messages more neutral.
2001-09-28 Jarkko Hietaniemi Move the B tests to B/t.
2001-09-28 Jarkko Hietaniemi Forgot from #12254.
2001-09-27 Rafael Garcia-Suarez Re: [BUG] B::Terse can't handle constant scalar refs
2001-09-26 Jarkko Hietaniemi Integrate macperl changes from Chris Nandor:
2001-09-16 Jarkko Hietaniemi Bump up version numbers.
2001-08-31 Gurusamy Sarathy remove 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 Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-14 Nikola Knezevic [b-]showlex.t
2001-08-08 Paul Johnson Teach B::Concise about PADOP
2001-08-07 James A. Duncan B && BEGIN handling
2001-08-03 Craig A. Berry fix Stash.t for VMS
2001-08-02 Craig A. Berry fix Showlex.t for VMS
2001-08-02 Robin Houston deparse empty formats
2001-07-23 Jarkko Hietaniemi Test tweak.
2001-07-22 Rafael Garcia-Suarez Re: [PATCH O.pm] avoid to clutter output with -l
2001-07-16 Robin Houston formats can't contain formats
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Robin Houston Make warnings handling more robust
2001-07-02 Robin Houston test just-posted patches
2001-07-02 Robin Houston hash key auto-quoting
2001-07-02 Robin Houston version number & changes
2001-07-01 Jarkko Hietaniemi Make 'compile' target a little less broken.
2001-06-27 Jarkko Hietaniemi "lose the looses", from Abhijit Menon-Sen.
2001-06-23 Jarkko Hietaniemi Just zap the -uPerlio.
2001-06-22 Craig A. Berry fix Deparse.t and write.t for VMS
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
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-09 Robin Houston Show string for PVOP, and referent for RV
2001-05-09 Robin Houston B::Deparse tester
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-30 Robin Houston suppress warning
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) = /(.)/>
next