summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
...
* B::walkoptree bugfix (see also #15850)Rafael Garcia-Suarez2002-04-162-2/+10
* B::Deparse problems with japhsHugo van der Sanden2002-04-161-1/+2
* Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONTRafael Garcia-Suarez2002-04-103-8/+10
* Re: ext/B/t/xref.t @15300 on VMSRafael Garcia-Suarez2002-03-191-4/+7
* Close the file so it can be (a) removed (b) reopened.Jarkko Hietaniemi2002-03-181-0/+1
* B::perlstring and unicodeRafael Garcia-Suarez2002-03-181-0/+28
* Forgot from #15288.Jarkko Hietaniemi2002-03-181-4/+16
* Be tidy.Jarkko Hietaniemi2002-03-181-0/+5
* B::perlstring()Rafael Garcia-Suarez2002-03-183-16/+19
* a test for B::XrefRafael Garcia-Suarez2002-03-142-6/+113
* Move the readonly interface back to universal.c,Jarkko Hietaniemi2002-03-121-1/+1
* B::Xref improvementsRafael Garcia-Suarez2002-03-121-3/+4
* fix to deparse ${^WARNINGS_BITS}Rafael Garcia-Suarez2002-03-121-1/+3
* access::readonly is goneMichael G. Schwern2002-03-111-1/+1
* Re: [PATCH] xsubpp prototypes warningsNicholas Clark2002-03-111-0/+2
* Deglitch from Rafael.Jarkko Hietaniemi2002-03-091-1/+2
* New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.Jarkko Hietaniemi2002-03-082-1/+91
* The new test has some teething problems.Jarkko Hietaniemi2002-03-081-81/+0
* B::Lint testsRafael Garcia-Suarez2002-03-082-2/+83
* B::Lint doesn't workRafael Garcia-Suarez2002-03-061-3/+3
* The EBCDIC gaps apply only to the real A-Z.Jarkko Hietaniemi2002-03-041-2/+1
* EBCDIC: deparse \cX correctly.Jarkko Hietaniemi2002-03-031-1/+37
* autoloaded DESTROY bugfixIlya Zakharevich2002-03-011-0/+2
* docs, typosRafael Garcia-Suarez2002-02-261-2/+40
* next batch of bugfixesRafael Garcia-Suarez2002-02-211-3/+7
* two fixesRafael Garcia-Suarez2002-02-181-1/+3
* Fix another bug introduced by #14615Rafael Garcia-Suarez2002-02-151-1/+2
* Deparse bug introduced by #14615: the fix is just a workaround,Jarkko Hietaniemi2002-02-142-7/+10
* EBCDIC: the non-printable characters are different.Jarkko Hietaniemi2002-02-091-3/+3
* skip assembler.t when there is no ByteLoaderCraig A. Berry2002-01-281-0/+7
* The shift key is important.Jarkko Hietaniemi2002-01-281-1/+1
* B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.Jarkko Hietaniemi2002-01-272-3/+11
* Cleanup the stash test, and reclaim it in non-ASCII-sortingJarkko Hietaniemi2002-01-271-18/+38
* Apparently no need for EBCDIC exception any more.Jarkko Hietaniemi2002-01-271-6/+1
* new switch: don't check prototypes while deparsingRafael Garcia-Suarez2002-01-271-0/+19
* Re: Warning in B.xsMattia Barbon2002-01-131-1/+1
* {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs Mattia Barbon2002-01-121-1/+4
* B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xsMattia Barbon2002-01-125-73/+400
* Re: Magic numbers in B::ConciseStephen McCamant2002-01-121-5/+7
* Re: Magic numbers in B::ConciseStephen McCamant2002-01-111-0/+24
* Magic numbers in B::ConciseStephen McCamant2002-01-102-5/+40
* B::Deparse : support for \[...] prototypesRafael Garcia-Suarez2002-01-091-91/+18
* Re: Slight chokage from DeparseRafael Garcia-Suarez2002-01-081-22/+21
* B, B::C, perlcc, t/TESTMattia Barbon2002-01-063-129/+615
* alternate way to figure out prototypesRafael Garcia-Suarez2002-01-011-4/+21
* Leaner exporterIlya Zakharevich2002-01-011-1/+1
* Re: B::walksymtable oddnessMattia Barbon2001-12-281-5/+5
* __DATA__ and packagesRafael Garcia-Suarez2001-12-211-2/+4
* ext/B/B/Xref.pm adding "our" recognitionWolfgang Laun2001-12-211-9/+10
* packing I32 with L is not nice, need l; from Wolfgang Laun.Jarkko Hietaniemi2001-12-213-3/+3