summaryrefslogtreecommitdiff
path: root/B
Commit message (Expand)AuthorAgeFilesLines
* Start overhauling compiler. It was working at least minimallyMalcolm Beattie1997-12-103-49/+49
* Fix pod text in Lint.pm for private-names option.Malcolm Beattie1997-10-021-4/+4
* Added Lint option regexp-variables.Malcolm Beattie1997-09-301-1/+14
* Add undefined-subs option to Lint.pm.Malcolm Beattie1997-09-151-1/+21
* Let Lint private_names catch out-of-package _foo methods.Malcolm Beattie1997-09-031-0/+9
* Make compiler build/work with devel 5.005Malcolm Beattie1997-09-031-1/+1
* Added private-names option.Malcolm Beattie1997-09-021-3/+23
* Missing sprintf in try_autoload.Malcolm Beattie1997-08-281-2/+2
* Made Lint check subs (and -u packages).Malcolm Beattie1997-08-081-10/+120
* Change %lx to %x in B::CV::save to prevent some CVMalcolm Beattie1997-07-162-4/+5
* B::CC::pp_padsv must cope with vivify_ref (5.004)Malcolm Beattie1997-07-052-3/+14
* Fix ppname when saving subs.Malcolm Beattie1997-05-261-2/+1
* -mFoo option now forces -uFoo.Malcolm Beattie1997-05-261-0/+2
* Finish code generation rewrite. Clean up B::Section class andMalcolm Beattie1997-05-122-59/+61
* Don't make pp_enter and pp_return trigger basic blocks.Malcolm Beattie1997-05-051-10/+3
* Rewrite code generation. Sections (de)multiplexed into aMalcolm Beattie1997-05-052-360/+288
* Development to pre-alpha4Malcolm Beattie1997-05-039-174/+610
* Initial check-in of perl compiler.Malcolm Beattie1997-05-0312-0/+5191