summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* OPpRUNTIME can be set on OP_QR tooRafael Garcia-Suarez2005-09-271-1/+1
* Make B::Deparse handle correctly CORE::requireRafael Garcia-Suarez2005-09-261-3/+4
* A few POD fixesRafael Garcia-Suarez2005-09-211-2/+2
* regression test for 25352Jim Cromie2005-09-051-1/+38
* Re: Optree GenerationYitzchak Scott-Thoennes2005-09-021-3/+6
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-9/+9
* update B::Concise pod to reflect previous changesJim Cromie2005-08-251-5/+6
* Typos in *.p[lm]Piotr Fusik2005-08-027-9/+9
* Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" t...Steve Hay2005-07-151-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-082-3/+3
* B::Deparse was chocking on variable names with colons (like foo::::bar)Rafael Garcia-Suarez2005-06-281-1/+1
* don't repopulate PADTMP slots with null SVs when freeing opsDave Mitchell2005-06-232-6/+6
* Storing the ixv for magic arrays seems to cause double free errors onNicholas Clark2005-06-161-0/+3
* Don't write bytecode to load the NVX of AVs and HVsNicholas Clark2005-06-151-0/+7
* We were failing to pring "not ok" if the text exited uncleanlyNicholas Clark2005-06-151-1/+2
* Change 24838 breaks deparse.t, which checks that embedded NULs work.Nicholas Clark2005-06-141-1/+9
* Fix for SEGV in ext/B/t/xref.t on OpenBSDSteve Peters2005-06-141-2/+2
* With shared hash key scalars now accessing the hash via the PVX, youNicholas Clark2005-06-131-4/+4
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-1/+1
* make some more functions staticAlexey Tourbin2005-06-071-1/+1
* B::Concise tortureJim Cromie2005-06-032-33/+137
* Re: [patch] teach B::Concise to see XS codeJim Cromie2005-06-022-6/+30
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-2/+2
* Re: [patch] teach B::Concise to see XS codeJim Cromie2005-06-013-44/+288
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-41/+37
* ext/B/t/deparse.t was failing with t/TEST but not with t/harnessRafael Garcia-Suarez2005-05-241-6/+6
* Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.Yves Orton2005-05-241-1/+32
* Bytecode mustn't save the NVX for hashes now that the NVX is a unionNicholas Clark2005-05-231-1/+0
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-212-8/+0
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-1/+0
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-203-90/+83
* Goodbye AvFLAGSNicholas Clark2005-05-207-105/+90
* [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. yves orton2005-05-191-2/+2
* B::Disassembler.pmNicholas Clark2005-05-181-5/+5
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-0/+3
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-1/+1
* Bump B version numbersNicholas Clark2005-05-056-6/+7
* A slightly better layout for the diagram.Nicholas Clark2005-05-021-17/+17
* Change inheritance hierarchy of B subclassses :Nicholas Clark2005-05-021-23/+23
* For now, TODO the 2 tests that fail on 5.8.xNicholas Clark2005-04-221-1/+9
* Symbian port of PerlJarkko Hietaniemi2005-04-211-7/+7
* Mangle the expected output correctly for both 5.9 and 5.8Nicholas Clark2005-04-081-1/+4
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+1
* $B::Disassembler::VERSIONAlexey Tourbin2005-03-181-2/+3
* [perl #32968] [PATCH] Re: B::walkoptree segfaults Stephen McCamant2005-02-181-2/+2
* Re: [PATCH] Re: perl winpid?Yitzchak Scott-Thoennes2005-02-161-1/+1
* Calculate the number of tests in one place, so that the skip()s willNicholas Clark2005-01-282-4/+6
* Re: [patch] decrufting OptreeCheck stuffJim Cromie2005-01-2710-485/+790
* [perl #32967] [PATCH] Re: More B bugs: svref_2object Stephen McCamant2005-01-211-1/+9
* doc SVt_PVLV <=> SVt_PVGV change version in B.pmYitzchak Scott-Thoennes2005-01-211-5/+5