p5sagit/p5-mst-13.2.git
1997-12-17 Malcolm Beattie Fix typo in compiler B/C.pm.
1997-12-10 Malcolm Beattie Start overhauling compiler. It was working at least...
1997-10-29 Malcolm Beattie Add pp_lock knowledge to compiler
1997-10-02 Malcolm Beattie Fix pod text in Lint.pm for private-names option.
1997-09-30 Malcolm Beattie Added Lint option regexp-variables.
1997-09-15 Malcolm Beattie Add undefined-subs option to Lint.pm.
1997-09-03 Malcolm Beattie Let Lint private_names catch out-of-package _foo methods.
1997-09-03 Malcolm Beattie Make compiler build/work with devel 5.005
1997-09-02 Malcolm Beattie Added private-names option.
1997-09-02 Malcolm Beattie For compiler's CC, make PP_EVAL, PP_ENTERTRY work with...
1997-08-28 Malcolm Beattie Missing sprintf in try_autoload.
1997-08-08 Malcolm Beattie Made Lint check subs (and -u packages).
1997-07-16 Malcolm Beattie Change %lx to %x in B::CV::save to prevent some CV
1997-07-05 Malcolm Beattie B::CC::pp_padsv must cope with vivify_ref (5.004)
1997-06-12 Malcolm Beattie Document -m option of CC backend.
1997-06-12 Malcolm Beattie Support sysseek introduced in 5.004.
1997-05-26 Malcolm Beattie Fix ppname when saving subs.
1997-05-26 Malcolm Beattie -mFoo option now forces -uFoo.
1997-05-26 Malcolm Beattie Put back objsym/savesym (used by walkoptree_exec).
1997-05-12 Malcolm Beattie Finish code generation rewrite. Clean up B::Section...
1997-05-05 Malcolm Beattie Don't make pp_enter and pp_return trigger basic blocks.
1997-05-05 Malcolm Beattie Rewrite code generation. Sections (de)multiplexed into a
1997-05-03 Malcolm Beattie Development to pre-alpha4
1997-05-03 Malcolm Beattie Initial check-in of perl compiler.