This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline
[perl5.git] / ext / B /
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-04-21 Rafael Garcia-SuarezRevert change #15974.
2002-04-19 Rafael Garcia-SuarezAdd a BUGS sections to O.pm
2002-04-17 Robin Houston"foo bar"->()
2002-04-16 Rafael Garcia-SuarezB::walkoptree bugfix (see also #15850)
2002-04-16 Hugo van der SandenB::Deparse problems with japhs
2002-04-10 Rafael Garcia-SuarezFix a bug in B::walkoptree_slow (wasn't handling OP_SUB...
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Rafael Garcia-SuarezRe: ext/B/t/xref.t @15300 on VMS
2002-03-18 Jarkko HietaniemiClose the file so it can be (a) removed (b) reopened.
2002-03-18 Rafael Garcia-SuarezB::perlstring and unicode
2002-03-18 Jarkko HietaniemiForgot from #15288.
2002-03-18 Jarkko HietaniemiBe tidy.
2002-03-18 Rafael Garcia-SuarezB::perlstring()
2002-03-14 Rafael Garcia-Suareza test for B::Xref
2002-03-12 Jarkko HietaniemiMove the readonly interface back to universal.c,
2002-03-12 Rafael Garcia-SuarezB::Xref improvements
2002-03-12 Rafael Garcia-Suarezfix to deparse ${^WARNINGS_BITS}
2002-03-11 Michael G. Schwernaccess::readonly is gone
2002-03-11 Nicholas ClarkRe: [PATCH] xsubpp prototypes warnings
2002-03-09 Jarkko HietaniemiDeglitch from Rafael.
2002-03-08 Jarkko HietaniemiNew shinier lint.t (and Lint.pm) from Rafael Garcia...
2002-03-08 Jarkko HietaniemiThe new test has some teething problems.
2002-03-08 Rafael Garcia-SuarezB::Lint tests
2002-03-06 Rafael Garcia-SuarezB::Lint doesn't work
2002-03-04 Jarkko HietaniemiThe EBCDIC gaps apply only to the real A-Z.
2002-03-03 Jarkko HietaniemiEBCDIC: deparse \cX correctly.
2002-03-01 Ilya Zakharevichautoloaded DESTROY bugfix
2002-02-26 Rafael Garcia-Suarezdocs, typos
2002-02-21 Rafael Garcia-Suareznext batch of bugfixes
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-18 Rafael Garcia-Suareztwo fixes
2002-02-15 Rafael Garcia-SuarezFix another bug introduced by #14615
2002-02-14 Jarkko HietaniemiDeparse bug introduced by #14615: the fix is just a...
2002-02-09 Jarkko HietaniemiEBCDIC: the non-printable characters are different.
2002-01-29 Nick Ing-SimmonsIntegrate mainline
2002-01-28 Craig A. Berryskip assembler.t when there is no ByteLoader
2002-01-28 Jarkko HietaniemiThe shift key is important.
2002-01-27 Jarkko HietaniemiB::cstring() and B::Deparse EBCDIC fixes from Rafael...
2002-01-27 Jarkko HietaniemiCleanup the stash test, and reclaim it in non-ASCII...
2002-01-27 Jarkko HietaniemiApparently no need for EBCDIC exception any more.
2002-01-27 Rafael Garcia-Suareznew switch: don't check prototypes while deparsing
2002-01-13 Mattia BarbonRe: Warning in B.xs
2002-01-12 Mattia Barbon{PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B...
2002-01-12 Mattia BarbonB::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2002-01-12 Stephen McCamantRe: Magic numbers in B::Concise
2002-01-11 Stephen McCamantRe: Magic numbers in B::Concise
2002-01-10 Stephen McCamantMagic numbers in B::Concise
2002-01-09 Rafael Garcia-SuarezB::Deparse : support for \[...] prototypes
2002-01-08 Rafael Garcia-SuarezRe: Slight chokage from Deparse
2002-01-06 Mattia BarbonB, B::C, perlcc, t/TEST
2002-01-01 Rafael Garcia-Suarezalternate way to figure out prototypes
2002-01-01 Ilya ZakharevichLeaner exporter
2001-12-28 Mattia BarbonRe: B::walksymtable oddness
2001-12-21 Rafael Garcia-Suarez__DATA__ and packages
2001-12-21 Wolfgang Launext/B/B/Xref.pm adding "our" recognition
2001-12-21 Jarkko Hietaniemipacking I32 with L is not nice, need l; from Wolfgang...
2001-12-20 Rafael Garcia-Suarezminor qr// fix
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko HietaniemiOne more embedded (?sx) de-embedded, from Wolfgang...
2001-12-19 Jarkko HietaniemiB::Assembler/B::Disassembler patches and test;
2001-12-17 Michael G. SchwernRe: [ID 20011216.005] B::Deparse turns legal code into...
2001-12-15 Rafael Garcia-Suarezrcatline support ($_.=<ARGV>)
2001-12-15 Michael G. SchwernCompile test
2001-12-15 Michael G. SchwernSome weak docs
2001-12-15 Michael G. SchwernB::Asmdata test
2001-12-15 Michael G. SchwernAdding B::Asmdata docs
2001-12-01 Rafael Garcia-SuarezRe: [ID 20011129.163] B::Xref- $top corrupt
2001-11-29 Rafael Garcia-Suarezdeparse -wl0 -i.bak
2001-11-29 Jarkko HietaniemiChange $=, $., $*, $%, and $- to be IVs instead of...
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
next