summaryrefslogtreecommitdiff
path: root/configpm
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux arm cross-compilationVadim Konovalov2007-05-281-6/+13
* Revert change 27513Nicholas Clark2006-05-161-3/+1
* make configpm only update Config.pm, Config_heavy.pl if changed.Dave Mitchell2006-03-251-36/+95
* Make the original versions of relocated paths available fromNicholas Clark2006-03-151-1/+3
* Somewhat less shaky relocatable @INC support. You can install thingsNicholas Clark2006-03-131-1/+28
* First stab at rather shaky Configure support for relocatable @INC.Nicholas Clark2006-03-131-2/+23
* Really apply change #26071.Rafael Garcia-Suarez2005-11-101-0/+1
* Remove :unique attribute from Config.pm,Rafael Garcia-Suarez2005-07-201-6/+2
* Add a sanity check to Config::AUTOLOAD to prevent infinte loops ifNicholas Clark2005-06-251-1/+3
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-1/+1
* If we're building config_heavy.pl somewhere else, then we need toNicholas Clark2005-06-011-0/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+7
* Shave off the explict 1; from the end of lib/Config.pmNicholas Clark2005-01-051-2/+1
* Don't do the ... expansion on archlib, sitelib etc, given thatNicholas Clark2004-12-241-12/+26
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-0/+72
* Skip generating all the code to deal with "" strings in config.shNicholas Clark2004-11-281-49/+94
* Given that there is a pre-built cache, no need for @v_fastNicholas Clark2004-11-281-9/+3
* The byteorder code doesn't need to be in Config.pm if byteorderNicholas Clark2004-11-281-5/+15
* Need to stub the public functions to keep some existing codeNicholas Clark2004-11-281-2/+11
* Generate the precached %Config entries based on some empiricalNicholas Clark2004-11-271-13/+130
* Hateful cAsE iNsEnSiTiVe file systemsNicholas Clark2004-11-271-1/+1
* Put Config.pm on a diet. 3K rather than 32KNicholas Clark2004-11-271-22/+58
* The change to the internal representation introduced a bug wherebyNicholas Clark2004-11-261-6/+3
* Make configpm and the generated Config.pm strict and warningsNicholas Clark2004-11-261-10/+22
* Generate the virtual entries at Config.pm build time, as theyNicholas Clark2004-11-251-42/+32
* Cheat. (Add a leading newline, and so remove all the specialNicholas Clark2004-11-251-28/+27