This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/B/Makefile.PL: #define can have interior white space
[perl5.git] / ext / B / Makefile.PL
2020-10-16 Karl Williamsonext/B/Makefile.PL: #define can have interior white...
2014-12-07 David Mitchellext/B/Makefile.PL: spot hex defines
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-08 Father ChrysostomosMake B constants depend on perl headers
2014-09-29 Karl WilliamsonB/Makefile.PL: Allow constants to be long/unsigned
2014-09-23 Father ChrysostomosAdd GPFLAGS and GPf_* to B
2014-09-10 David MitchellAutomate processing of op_private flags
2013-08-07 Nicholas ClarkChange all B's unsigned constants from IVs to UVs.
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-07-24 Nicholas ClarkExpose all GV flags matching qr/GVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all CV flags matching qr/CVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all SV flags matching qr/SV(?:[fps]|pad)_/ as...
2012-07-24 Nicholas ClarkIn ext/B/Makefile.PL, order the list of files to scan...
2010-10-31 Nicholas ClarkRemove the conditional #define of OPpPAD_STATE from...
2010-10-23 Nicholas ClarkConvert B to use ExtUtils::Constant::ProxySubs for...
2010-10-22 Nicholas ClarkRemove cruft from B's Makefile.PL
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2007-06-19 Nicholas ClarkWork on getting B compiling outside of the perl source...
2005-01-19 Rafael Garcia-SuarezFix dependencies in ext/B/Makefile.PL
2002-08-17 Hugo van der Sandenext/B/defsubs.h also depends on the program that builds it
2002-03-18 Rafael Garcia-SuarezB::perlstring()
2001-11-16 Jarkko Hietaniemi$VERSION "a5" doesn't quite work.
2000-10-20 Charles BaileySYN SYN
2000-08-23 Jarkko HietaniemiBad makefile.
2000-08-23 Jarkko HietaniemiVMS MMS (make) wants null action.
2000-08-22 Jarkko HietaniemiBe portable.
2000-08-22 Hugo van der SandenB:: missing dependency
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-05 Gurusamy Sarathyvarious nits identified by warnings unmasked by recent...
1999-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-14 Gurusamy Sarathychange some filenames to be 8.3-friendly
1999-05-28 Tom HughesByteLoader mark 2
1999-01-18 Gurusamy Sarathya few random cleanups
1999-01-17 Gurusamy Sarathyvarious tweaks for clean build and test on win32
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...
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-03-05 Charles BaileyMiscellaneous minor fixes
1998-02-26 Gurusamy Sarathy[win32] various cleanups so that B can be built as...
1998-02-22 Gurusamy Sarathy[win32] get compiler building under win32 (needed Makef...
1998-02-20 Malcolm BeattieStart getting compiler to work when built with the...
1998-02-20 Malcolm BeattieMerge perlext/Compiler/... into mainline. Some files...