summaryrefslogtreecommitdiff
path: root/ext/B/Makefile.PL
Commit message (Expand)AuthorAgeFilesLines
* Neaten the PADNAME flag constantsPaul "LeoNerd" Evans2022-07-051-1/+1
* ext/B/Makefile.PL: #define can have interior white spaceKarl Williamson2020-10-161-1/+1
* ext/B/Makefile.PL: spot hex definesDavid Mitchell2014-12-071-0/+1
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-1/+3
* Make B constants depend on perl headersFather Chrysostomos2014-11-081-6/+9
* B/Makefile.PL: Allow constants to be long/unsignedKarl Williamson2014-09-291-4/+8
* Add GPFLAGS and GPf_* to BFather Chrysostomos2014-09-231-1/+1
* Automate processing of op_private flagsDavid Mitchell2014-09-101-0/+1
* Change all B's unsigned constants from IVs to UVs.Nicholas Clark2013-08-071-4/+3
* ext/B: remove pre-5.10 supportDavid Mitchell2012-10-261-7/+0
* Expose all GV flags matching qr/GVf_/ as constants in B.Nicholas Clark2012-07-241-2/+2
* Expose all CV flags matching qr/CVf_/ as constants in B.Nicholas Clark2012-07-241-11/+3
* Expose all SV flags matching qr/SV(?:[fps]|pad)_/ as constants in B.Nicholas Clark2012-07-241-2/+1
* In ext/B/Makefile.PL, order the list of files to scan lexically.Nicholas Clark2012-07-241-4/+5
* Remove the conditional #define of OPpPAD_STATE from the BOOT block in B.xsNicholas Clark2010-10-311-2/+2
* Convert B to use ExtUtils::Constant::ProxySubs for its constants.Nicholas Clark2010-10-231-25/+59
* Remove cruft from B's Makefile.PLNicholas Clark2010-10-221-20/+2
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-5/+0
* Work on getting B compiling outside of the perl source tree.Nicholas Clark2007-06-191-7/+24
* Fix dependencies in ext/B/Makefile.PLRafael Garcia-Suarez2005-01-191-1/+1
* ext/B/defsubs.h also depends on the program that builds itHugo van der Sanden2002-08-171-4/+4
* B::perlstring()Rafael Garcia-Suarez2002-03-181-7/+7
* $VERSION "a5" doesn't quite work.Jarkko Hietaniemi2001-11-161-1/+1
* Bad makefile.Jarkko Hietaniemi2000-08-231-1/+1
* VMS MMS (make) wants null action.Jarkko Hietaniemi2000-08-231-6/+8
* Be portable.Jarkko Hietaniemi2000-08-221-4/+12
* B:: missing dependencyHugo van der Sanden2000-08-221-0/+2
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-1/+1
* change some filenames to be 8.3-friendlyGurusamy Sarathy1999-09-141-1/+2
* ByteLoader mark 2Tom Hughes1999-05-281-20/+1
* a few random cleanupsGurusamy Sarathy1999-01-181-1/+1
* various tweaks for clean build and test on win32Gurusamy Sarathy1999-01-171-1/+1
* Tone down Makefile.PL so it works on Win32Nick Ing-Simmons1999-01-021-1/+0
* Export constant subs from B.xs for op.h, cop.h and a few others.Nick Ing-Simmons1999-01-021-3/+12
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
* Miscellaneous minor fixesCharles Bailey1998-03-051-0/+1
* [win32] various cleanups so that B can be built as "just another extension"Gurusamy Sarathy1998-02-261-10/+1
* [win32] get compiler building under win32 (needed Makefile.PLGurusamy Sarathy1998-02-221-0/+9
* Start getting compiler to work when built with the core.Malcolm Beattie1998-02-201-22/+13
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-201-0/+54