summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* fixes from Stephen McCamant that address bugs in change#3612Gurusamy Sarathy1999-08-011-99/+146
* fix defined(@foo) encarpmentsGurusamy Sarathy1999-08-011-1/+1
* here lies 5.005_58Gurusamy Sarathy1999-07-271-103/+0
* change#3762 wasn't neededGurusamy Sarathy1999-07-271-1/+1
* setstate stop-gap from Vishal BhatiaGurusamy Sarathy1999-07-261-1/+1
* patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;Gurusamy Sarathy1999-07-269-190/+204
* make CC.pm use a distinct CCPP() macro rather than PP()Gurusamy Sarathy1999-07-171-1/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* B::Deparse updateStephen McCamant1999-07-071-54/+294
* Compiler and XSUBSVishal Bhatia1999-07-071-29/+58
* add B::PV::{LEN,CUR}Doug MacEachern1999-07-071-0/+8
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-29/+27
* Eliminate CONDOPsStephen McCamant1999-07-0710-115/+35
* Minor bug fix in pp_requireVishal Bhatia1999-07-071-1/+17
* applied patch after demunging headers with appropriate pathsVishal Bhatia1999-07-064-19/+40
* applied parts not duplicated by previous patchesVishal Bhatia1999-07-054-50/+69
* Re: [PATCH 5.005_57] pp_sort sorted outVishal Bhatia1999-07-053-10/+55
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-3/+3
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-1/+0
* fix small nitsGurusamy Sarathy1999-06-101-4/+4
* win32 build fixesGurusamy Sarathy1999-06-101-13/+0
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-092-16/+26
* remove _() non-ansismGurusamy Sarathy1999-06-023-8/+8
* ByteLoader mark 2Tom Hughes1999-05-284-102/+18
* typo in change#3400Gurusamy Sarathy1999-05-121-1/+1
* deparse \&func() as \(&func()) for clarityAlbert Dvornik1999-05-121-7/+16
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-1/+1
* more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>Gurusamy Sarathy1999-05-106-13/+56
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-104-4/+14
* Re: pdt: Perl Development Tools? Stephen McCamant1999-05-091-1/+1
* compiler fixes from Vishal Bhatia <vishalb@hotmail.com>Gurusamy Sarathy1999-05-063-13/+91
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-2/+2
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-042-9/+9
* applied needful parts of suggested patchVishal Bhatia1999-03-252-4/+9
* fix refcnt on PL_main_cv (variant of suggestion by Vishal BhatiaGurusamy Sarathy1999-03-251-0/+1
* Compiler needs to know about utf8 SVOP tr///sStephen McCamant1999-03-251-2/+10
* B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>Gurusamy Sarathy1999-03-251-160/+240
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-241-0/+4
* applied suggested patch, modulo bogus hunkVishal Bhatia1999-03-242-14/+23
* updates to compiler modulesVishal Bhatia1999-03-043-14/+60
* To: perl5-porters@perl.org, vmsperl@perl.orgHans Mulder1999-03-021-1/+2
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-162-10/+0
* enable dynaloading in C.pm-compiled programs (non-conflicting partVishal Bhatia1999-02-151-1/+7
* add missing hunk in change#2657Gurusamy Sarathy1999-02-121-2/+9
* pp_mapstart & pp_grepstart return val (CC.pm)Vishal Bhatia1999-01-211-1/+8
* a few random cleanupsGurusamy Sarathy1999-01-181-1/+1
* Duplicate saved ops (CC.pm)Vishal Bhatia1999-01-181-0/+24
* various tweaks for clean build and test on win32Gurusamy Sarathy1999-01-171-1/+1
* fix change#2602 to not used hard coded constantsGurusamy Sarathy1999-01-172-3/+3
* integrate cfgperl changes into mainline, fix conflictsGurusamy Sarathy1999-01-173-11/+37
|\