This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate with Sarathy.
[perl5.git] / ext / B / B / C.pm
1999-09-06 Vishal Bhatiaapplied suggested patch with suitable test to detect...
1999-08-08 Nick Ing-SimmonsWill now correctly re-call
1999-08-07 Nick Ing-SimmonsB::C changes to get simple Tk app. compiling again
1999-08-02 Jarkko HietaniemiIntegrate with Sarathy.
1999-08-02 Vishal Bhatia"use constant" in the compiler
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathyfix defined(@foo) encarpments
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-07 Vishal BhatiaCompiler and XSUBS
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-05 Vishal Bhatiaapplied parts not duplicated by previous patches
1999-07-05 Vishal BhatiaRe: [PATCH 5.005_57] pp_sort sorted out
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-10 Gurusamy Sarathymore Compiler patches from Vishal Bhatia <vishalb@my...
1999-03-25 Gurusamy Sarathyfix refcnt on PL_main_cv (variant of suggestion by...
1999-03-24 Vishal Bhatiaapplied suggested patch, modulo bogus hunk
1999-03-04 Vishal Bhatiaupdates to compiler modules
1999-02-16 Gurusamy Sarathypropagate PERL_VERSION everywhere, add to pod
1999-02-15 Vishal Bhatiaenable dynaloading in C.pm-compiled programs (non-confl...
1999-01-18 Vishal BhatiaDuplicate saved ops (CC.pm)
1999-01-17 Gurusamy Sarathyfix change#2602 to not used hard coded constants
1999-01-17 Gurusamy Sarathyintegrate cfgperl changes into mainline, fix conflicts
1999-01-13 Vishal BhatiaB::MAGIC::PTR doesnot check for valid length.
1999-01-02 Nick Ing-SimmonsExport constant subs from B.xs for op.h, cop.h and...
1999-01-02 Nick Ing-SimmonsIntegrate ext/B changes from //depot/cfgperl
1998-12-29 Vishal BhatiaMore minor Fixes in CC.pm/C.pm
1998-12-29 Vishal BhatiaRe:perlcc -e 'my $x = shift; print +($x ?...' failure
1998-12-20 Nick Ing-SimmonsSave _all_ GV's which have SV, AV or HV set.
1998-12-10 Vishal Bhatia1. Fixes the bug reported by Robin Barker <rmb1@cise...
1998-12-05 Nick Ing-SimmonsAvoid hard-coding op numbers
1998-12-05 Nick Ing-SimmonsB.xs had its own code to calculate hash() which differe...
1998-12-04 Nick Ing-SimmonsSnapshot of re-worked B::C which compiles Tk apps at...
1998-12-04 Nick Ing-SimmonsVishal Bhatia's patch as a basis.
1998-11-28 Nick Ing-SimmonsMore C.pm tweaks
1998-11-27 Nick Ing-SimmonsHandle INIT list in C.pm
1998-11-27 Gurusamy SarathyB::C tweaks to allow Tk compiles from Nick Ing-Simmons
1998-10-30 Vishal Bhatiahand-apply whitespace-mutiliated patch
1998-10-25 Vishal Bhatiaimplement C<goto &func> and other fixes (via private...
1998-07-22 Gurusamy Sarathyfix up B modules for PL_* changes
1998-07-22 Malcolm BeattieCompiler docs for 5.005
1998-07-15 Gurusamy Sarathyadd stub docs for ext/B, other minor tweaks
1998-02-20 Malcolm BeattieMove lib/B/... and lib/[BO].pm over to where they shoul...