This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Quickier thread-specific data on OS/2
[perl5.git] / ext / B /
1999-05-10 Gurusamy Sarathymore Compiler patches from Vishal Bhatia <vishalb@my...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-05-09 Stephen McCamantRe: pdt: Perl Development Tools?
1999-05-06 Gurusamy Sarathycompiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-05-05 Charles Baileyapplied non-conflicting parts of suggested patch
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-25 Vishal Bhatiaapplied needful parts of suggested patch
1999-03-25 Gurusamy Sarathyfix refcnt on PL_main_cv (variant of suggestion by...
1999-03-25 Stephen McCamantCompiler needs to know about utf8 SVOP tr///s
1999-03-25 Gurusamy SarathyB::Deparse update from Stephen McCamant <smccam@uclink4...
1999-03-24 Charles Baileyapplied suggested patch, modulo superseded parts
1999-03-24 Vishal Bhatiaapplied suggested patch, modulo bogus hunk
1999-03-04 Vishal Bhatiaupdates to compiler modules
1999-03-02 Hans MulderTo: perl5-porters@perl.org, vmsperl@perl.org
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-02-12 Gurusamy Sarathyadd missing hunk in change#2657
1999-01-21 Vishal Bhatiapp_mapstart & pp_grepstart return val (CC.pm)
1999-01-18 Gurusamy Sarathya few random cleanups
1999-01-18 Vishal BhatiaDuplicate saved ops (CC.pm)
1999-01-17 Gurusamy Sarathyvarious tweaks for clean build and test on win32
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-13 Vishal BhatiaB::CC::pp_rv2cv problem
1999-01-02 Nick Ing-SimmonsTone down Makefile.PL so it works on Win32
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-29 Vishal Bhatiareturn value of perlcc/B::CC generated functions.
1998-12-21 Vishal Bhatiapp_next/pp_last/pp_redo problems
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-07 Gurusamy Sarathyfix dup lexical
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-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-28 Nick Ing-SimmonsMore C.pm tweaks
1998-11-28 Gurusamy Sarathys/comment/comment_t/ tweak (suggested by John Gorman
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-30 Gurusamy Sarathyremaining PL_foo stragglers
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Vishal Bhatiaimplement C<goto &func> and other fixes (via private...
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-17 Vishal Bhatiafix bug in B::CC::pp_sassign()
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-09-24 Gurusamy Sarathycorrect FSF address in various places
1998-09-23 Gurusamy Sarathydefine PUT_svindex(), PUT_opindex()
1998-08-02 Gurusamy Sarathyfixes for pod noises
1998-07-22 Gurusamy Sarathyfix up B modules for PL_* changes
1998-07-22 Malcolm BeattieCompiler docs for 5.005
1998-07-21 Gurusamy Sarathyfix bytecode.pl with moved var names
1998-07-21 Stephen McCamantB::Deparse 0.56 (first testsuite fixes; big)
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-15 Gurusamy Sarathyadd stub docs for ext/B, other minor tweaks
1998-07-15 Stephen McCamantapplied patch, regen headers
1998-07-11 Stephen McCamantmore complete version of change#1421
1998-07-11 Gisle AasB::Deparse for(1..100000)
1998-07-11 Stephen McCamantadd patch (via PM)
1998-07-09 Stephen McCamantUNOP opclass test in B.xs
1998-07-05 Stephen McCamantDocument B::Deparse, add pp_threadsv
1998-06-28 Stephen McCamantapply patch sent via private mail
1998-06-23 Stephen McCamantInheritance of B:: classes
1998-06-19 Gurusamy Sarathyupdate repository copy of Asmdata.pm after `perl byteco...
1998-06-04 Gurusamy Sarathy[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-05-14 Gurusamy Sarathy[win32] integrate mainline
1998-05-14 Charles BaileyConsolidated patch to 5.004_64
1998-05-14 Ilya Zakharevich[PATCH 5.004_64] newSV
1998-04-14 Malcolm Beattie[compiler] CC did "<<" instead of ">>" for right-shift...
1998-03-05 Charles BaileyMiscellaneous minor fixes
1998-02-26 Gurusamy Sarathy[win32] various cleanups so that B can be built as...
1998-02-25 Gurusamy Sarathy[win32] integrate mainline
1998-02-25 Malcolm BeattieMore compiler tweaks.
1998-02-22 Gurusamy Sarathy[win32] get compiler building under win32 (needed Makef...
1998-02-20 Malcolm BeattieMove lib/B/... and lib/[BO].pm over to where they shoul...
1998-02-20 Malcolm BeattieStart getting compiler to work when built with the...
1998-02-20 Malcolm BeattieMerge perlext/Compiler/... into mainline. Some files...