summaryrefslogtreecommitdiff
path: root/configpm
Commit message (Expand)AuthorAgeFilesLines
* configpm - Add comments prefixes to here docsYves Orton2023-05-061-561/+565
* Config.pm - add taint_disabled and taint_support to %ConfigYves Orton2023-04-021-22/+74
* Syntax highlight configpmElvin Aslanov2023-01-121-0/+1
* configpm: Configure is a file, markup should be F<>Karl Williamson2022-05-271-1/+1
* Generate lib/Config.pod with unix format to be read with pod/buildtocDaniel Laügt2021-01-071-1/+1
* Remove 5005threads vestiges from Configure and friendsDagfinn Ilmari Mannsåker2020-08-211-1/+0
* Update documentation, comments, metadata to reference GitHub as canonical rep...Dan Book2019-10-201-2/+2
* Perl5 git is on httpsMax Maischein2019-10-111-2/+2
* Config: mention it is generated by configpmKarl Williamson2019-09-021-0/+2
* configpm: Remove extraneous =cut linesKarl Williamson2019-05-251-4/+0
* 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