| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate lib/Config.pod with unix format to be read with pod/buildtoc | Daniel Laügt | 2021-01-07 | 1 | -1/+1 |
* | Remove 5005threads vestiges from Configure and friends | Dagfinn Ilmari Mannsåker | 2020-08-21 | 1 | -1/+0 |
* | Update documentation, comments, metadata to reference GitHub as canonical rep... | Dan Book | 2019-10-20 | 1 | -2/+2 |
* | Perl5 git is on https | Max Maischein | 2019-10-11 | 1 | -2/+2 |
* | Config: mention it is generated by configpm | Karl Williamson | 2019-09-02 | 1 | -0/+2 |
* | configpm: Remove extraneous =cut lines | Karl Williamson | 2019-05-25 | 1 | -4/+0 |
* | RT #132834: prevent duplicate Config.pm vars | Aaron Crane | 2018-03-05 | 1 | -0/+2 |
* | configpm: fix duplicate 'our' declaration | David Mitchell | 2017-11-13 | 1 | -1/+1 |
* | Replace multiple 'use vars' by 'our' in utils | Nicolas R | 2017-11-11 | 1 | -3/+3 |
* | RT#132347: fix building Tk | Aaron Crane | 2017-10-23 | 1 | -1/+14 |
* | Strip ccache from $Config{cc} | H.Merijn Brand | 2017-10-13 | 1 | -0/+3 |
* | Switch most open() calls to three-argument form. | John Lightsey | 2016-12-23 | 1 | -5/+5 |
* | fix sort order to be by key alone, not key and value | Yves Orton | 2016-12-05 | 1 | -2/+9 |
* | perl -V: make 'Compile-time options' one per line | David Mitchell | 2016-06-17 | 1 | -7/+4 |
* | Grab the warnflags and stdflags from cflags [perl #122694]. | Jarkko Hietaniemi | 2014-09-04 | 1 | -0/+18 |
* | Make configpm produce better diagnostics for malformed glossary entries | Yves Orton | 2014-01-31 | 1 | -1/+11 |
* | configpm: Remove remnants of the old cross model | Brian Fraser | 2014-01-22 | 1 | -5/+0 |
* | Remove old cross-compilation model | Brian Fraser | 2014-01-22 | 1 | -50/+4 |
* | configpm should use "osname" from config.sh, instead of miniperl's $^O. | Jess Robinson | 2014-01-22 | 1 | -70/+72 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -2/+2 |
* | restore XS module building for WinCE | Daniel Dragan | 2013-08-23 | 1 | -0/+7 |
* | Report the perl executable path in the error if Config.pm is out of sync. | Nicholas Clark | 2013-08-07 | 1 | -3/+2 |
* | Try to avoid nesting F<$F<...>> in generated Config.pm | David Golden | 2013-05-23 | 1 | -1/+1 |
* | typo fixes for root level scripts | David Steinbrunner | 2013-05-22 | 1 | -1/+1 |
* | Remove fakethr.h and eliminate all references to it and FAKE_THREADS | Nicholas Clark | 2013-05-21 | 1 | -1/+0 |
* | Split out hash functions into new file and turn into inline static functions | Yves Orton | 2013-03-19 | 1 | -1/+1 |
* | Give Config a version number | David Golden | 2013-02-13 | 1 | -2/+4 |
* | Revert "smoke-me diag" | Father Chrysostomos | 2012-08-27 | 1 | -4/+1 |
* | smoke-me diag | Father Chrysostomos | 2012-08-21 | 1 | -1/+4 |
* | Expand $^O at build time when generating Config::_V() | Nicholas Clark | 2012-07-10 | 1 | -9/+10 |
* | In configpm, switch to using sprintf for part of generating Config_heavy.pl | Nicholas Clark | 2012-07-10 | 1 | -4/+4 |
* | configpm: comment typo | Father Chrysostomos | 2012-06-15 | 1 | -2/+2 |
* | Generate $Config::Config{byteorder} slightly more efficiently. | Nicholas Clark | 2011-08-30 | 1 | -4/+3 |
* | configpm: Fix broken links | Karl Williamson | 2011-05-18 | 1 | -2/+2 |
* | configpm: handle multi-line key='value\n...' | David Mitchell | 2011-04-18 | 1 | -1/+2 |
* | Modern cygwin often has empty $ENV{CYGWIN} | Reini Urban | 2011-02-26 | 1 | -1/+1 |
* | No need to sort {non_,}bincompat_options in Config, as they are always sorted. | Nicholas Clark | 2011-02-23 | 1 | -2/+2 |
* | In Config, use typeglob aliasing instead of subref to typeglob assignment. | Nicholas Clark | 2011-02-19 | 1 | -3/+1 |
* | Tidy the generated code for Config.pm | Nicholas Clark | 2011-02-19 | 1 | -11/+8 |
* | Add Config::header_files() to list the header dependencies for XS code. | Nicholas Clark | 2011-02-19 | 1 | -1/+40 |
* | Add functions to Config to expose the remaining information from perl -V | Nicholas Clark | 2011-02-17 | 1 | -1/+42 |
* | Refactor Config.pm to set @EXPORT_OK from keys %Export_Cache | Nicholas Clark | 2011-02-17 | 1 | -11/+18 |
* | Add 'dlext' and 'so' to the initial %Config::Config | Nicholas Clark | 2010-10-06 | 1 | -0/+5 |
* | Config.pm: report perl path in version conflict. | alex | 2010-08-25 | 1 | -2/+2 |
* | In Config::import, avoid assigning to $pkg, which is never read. | Nicholas Clark | 2010-06-23 | 1 | -4/+7 |
* | Convert Config::fetch_string to use a regexp, rather than index and substr. | Nicholas Clark | 2010-06-23 | 1 | -40/+18 |
* | $^O is initalised to OSNAME, so no need to return the latter from Internals::V. | Nicholas Clark | 2009-10-05 | 1 | -2/+2 |
* | Move the implementation of ./perl -V to Internals::V and Config::_V | Nicholas Clark | 2009-09-29 | 1 | -0/+39 |
* | Add a --chdir option to configpm, and use this in the Win32 Makfiles. | Nicholas Clark | 2009-09-23 | 1 | -0/+6 |
* | document Git_Data | Ricardo SIGNES | 2009-05-14 | 1 | -0/+15 |