summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Embed.pm
Commit message (Expand)AuthorAgeFilesLines
* Replace multiple 'use vars' by 'our' in libNicolas R2017-11-111-9/+6
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
* Fix various pod errors.Karl Williamson2016-03-111-4/+7
* lib/ExtUtils/t/Embed.t: Skip tests is cross-compiling and $Config{cc} is not ...Brian Fraser2014-01-221-1/+1
* ExtUtils::Embed::canon needs to *globally* substitute / for $asNicholas Clark2013-07-151-1/+1
* Use more semantic markup in the Pod for ExtUtils::Embed.Nicholas Clark2013-07-091-48/+36
* Refactor ExtUtils::Embed::xsi_{protos,body} to use a scalar $retval.Nicholas Clark2013-07-091-20/+26
* Refactor xsinit generation code in ExtUtils::Embed.Nicholas Clark2013-07-091-30/+17
* Refactor ExtUtils::Miniperl to use ExtUtils::Embed.Nicholas Clark2013-07-091-4/+0
* Tweak ExtUtils::Embed's generated C code to be closer to ExtUtils::Miniperl.Nicholas Clark2013-07-091-11/+12
* Propagate bugfixes from {mini,}perlmain.c into ExtUtils::Embed.Nicholas Clark2013-07-091-2/+4
* Refactor ExtUtils::Embed to work with miniperl.Nicholas Clark2013-07-091-6/+6
* Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).Nicholas Clark2010-12-161-1/+1
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-161-1/+0
* Parentheses in compiler flags are legal on VMS.Craig A. Berry2010-10-171-1/+2
* $VERSION++ for all the non-dual life modules outside ext/ thatNicholas Clark2008-03-311-1/+1
* Silence new warning grep in void context warning in various modules and test ...Yves Orton2008-01-061-1/+1
* Bump the VERSION on ExtUtils::Embed.Nicholas Clark2007-11-151-1/+2
* Bump version to 1.26_01 after #31707.Abhijit Menon-Sen2007-08-161-1/+1
* Strip whitespace from the beginning of static_ext:Reini Urban2007-08-141-1/+3
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'...Jarkko Hietaniemi2006-07-131-2/+4
* Adjust docs to reflect that DynaLoader, as of change 27549,Gisle Aas2006-03-221-10/+1
* [perl #30914] ExtUtils::Embed should use libperl name from Config Marek Rouchal2004-08-031-2/+5
* Use the same escaping mechanism for all the *flags.Jarkko Hietaniemi2002-02-091-3/+8
* Protect possible parentheses in ccflags, ccdlflags, andJarkko Hietaniemi2002-02-091-3/+25
* Syncing with bleadperl Michael G. Schwern2002-01-181-2/+2
* $MM?Jarkko Hietaniemi2001-11-251-3/+3
* Further replacement of EU::MM with File::SpecDave Rolsky2001-11-251-2/+1
* Bump up version numbers.Jarkko Hietaniemi2001-09-161-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-6/+2
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-301-1/+1
* More module $VERSION bump-ups.Jarkko Hietaniemi2001-06-291-1/+1
* "lose the it's", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
* Integrate change #9501 from maintperl into mainline.Jarkko Hietaniemi2001-04-011-32/+21
* more pod patchesMichael Stevens2001-03-161-1/+1
* RE: [Patch 5.7.0] Removing -ldb from the core buildPaul Marquess2000-09-121-1/+1
* Drop the eg/ mentions and also mention the recent suidperl thing.Jarkko Hietaniemi2000-08-141-1/+1
* pod nits from Simon Cozens <simon@brecon.co.uk> and othersGurusamy Sarathy1999-12-281-3/+3
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-3/+2
* remove _() non-ansismGurusamy Sarathy1999-06-021-2/+2
* Jumbo doc patch from Abigail (almost identical toAbigail1999-01-061-1/+1
* allow extensions to be specified as paths Paul Johnson1998-07-221-1/+1
* Embed.pm support for PERL_OBJECTDoug MacEachern1998-07-121-7/+23
* ExtUtils-Embed upgradeDoug MacEachern1997-08-071-11/+18
* Update $VERSION of ExtUtils::Embed to reflect realityChip Salzenberg1997-04-011-2/+2
* Eliminate unused dummy variableDoug MacEachern1997-03-261-2/+3
* Fix typo in -l*perl* patternChip Salzenberg1997-03-091-1/+1
* [inseparable changes from match from perl-5.003_92 to perl-5.003_93]Perl 5 Porters1997-03-071-0/+4
* Allow explicit '-lperl' in link argumentsDoug MacEachern1997-02-251-2/+4
* [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-4/+3