summaryrefslogtreecommitdiff
path: root/configpm
Commit message (Expand)AuthorAgeFilesLines
* RT #132834: prevent duplicate Config.pm varsAaron Crane2018-03-051-0/+2
* configpm: fix duplicate 'our' declarationDavid Mitchell2017-11-131-1/+1
* Replace multiple 'use vars' by 'our' in utilsNicolas R2017-11-111-3/+3
* RT#132347: fix building TkAaron Crane2017-10-231-1/+14
* Strip ccache from $Config{cc}H.Merijn Brand2017-10-131-0/+3
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-5/+5
* fix sort order to be by key alone, not key and valueYves Orton2016-12-051-2/+9
* perl -V: make 'Compile-time options' one per lineDavid Mitchell2016-06-171-7/+4
* Grab the warnflags and stdflags from cflags [perl #122694].Jarkko Hietaniemi2014-09-041-0/+18
* Make configpm produce better diagnostics for malformed glossary entriesYves Orton2014-01-311-1/+11
* configpm: Remove remnants of the old cross modelBrian Fraser2014-01-221-5/+0
* Remove old cross-compilation modelBrian Fraser2014-01-221-50/+4
* configpm should use "osname" from config.sh, instead of miniperl's $^O.Jess Robinson2014-01-221-70/+72
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-2/+2
* restore XS module building for WinCEDaniel Dragan2013-08-231-0/+7
* Report the perl executable path in the error if Config.pm is out of sync.Nicholas Clark2013-08-071-3/+2
* Try to avoid nesting F<$F<...>> in generated Config.pmDavid Golden2013-05-231-1/+1
* typo fixes for root level scriptsDavid Steinbrunner2013-05-221-1/+1
* Remove fakethr.h and eliminate all references to it and FAKE_THREADSNicholas Clark2013-05-211-1/+0
* Split out hash functions into new file and turn into inline static functionsYves Orton2013-03-191-1/+1
* Give Config a version numberDavid Golden2013-02-131-2/+4
* Revert "smoke-me diag"Father Chrysostomos2012-08-271-4/+1
* smoke-me diagFather Chrysostomos2012-08-211-1/+4
* Expand $^O at build time when generating Config::_V()Nicholas Clark2012-07-101-9/+10
* In configpm, switch to using sprintf for part of generating Config_heavy.plNicholas Clark2012-07-101-4/+4
* configpm: comment typoFather Chrysostomos2012-06-151-2/+2
* Generate $Config::Config{byteorder} slightly more efficiently.Nicholas Clark2011-08-301-4/+3
* configpm: Fix broken linksKarl Williamson2011-05-181-2/+2
* configpm: handle multi-line key='value\n...'David Mitchell2011-04-181-1/+2
* Modern cygwin often has empty $ENV{CYGWIN}Reini Urban2011-02-261-1/+1
* No need to sort {non_,}bincompat_options in Config, as they are always sorted.Nicholas Clark2011-02-231-2/+2
* In Config, use typeglob aliasing instead of subref to typeglob assignment.Nicholas Clark2011-02-191-3/+1
* Tidy the generated code for Config.pmNicholas Clark2011-02-191-11/+8
* Add Config::header_files() to list the header dependencies for XS code.Nicholas Clark2011-02-191-1/+40
* Add functions to Config to expose the remaining information from perl -VNicholas Clark2011-02-171-1/+42
* Refactor Config.pm to set @EXPORT_OK from keys %Export_CacheNicholas Clark2011-02-171-11/+18
* Add 'dlext' and 'so' to the initial %Config::ConfigNicholas Clark2010-10-061-0/+5
* Config.pm: report perl path in version conflict.alex2010-08-251-2/+2
* In Config::import, avoid assigning to $pkg, which is never read.Nicholas Clark2010-06-231-4/+7
* Convert Config::fetch_string to use a regexp, rather than index and substr.Nicholas Clark2010-06-231-40/+18
* $^O is initalised to OSNAME, so no need to return the latter from Internals::V.Nicholas Clark2009-10-051-2/+2
* Move the implementation of ./perl -V to Internals::V and Config::_VNicholas Clark2009-09-291-0/+39
* Add a --chdir option to configpm, and use this in the Win32 Makfiles.Nicholas Clark2009-09-231-0/+6
* document Git_DataRicardo SIGNES2009-05-141-0/+15
* Make references to the Glossary in Config.pm and Config.podH.Merijn Brand2009-03-301-0/+8
* add better pod and headers, and clean up some whitespace issues in the previo...Yves Orton2009-01-041-2/+3
* this seems to work, still not using the perl version, but this works the way ...Yves Orton2009-01-041-2/+5
* much better git related version numbering in our (*nix for now) build processYves Orton2008-12-311-1/+18
* Add a few =cuts (so configpm is displayed mostly correctlyRafael Garcia-Suarez2008-01-091-0/+6
* Re: [PATCH-at-31365] (was - configpm frustrations)Vadim Konovalov2007-06-121-16/+7