| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make references to the Glossary in Config.pm and Config.pod | H.Merijn Brand | 2009-03-30 | 1 | -0/+8 |
* | add better pod and headers, and clean up some whitespace issues in the previo... | Yves Orton | 2009-01-04 | 1 | -2/+3 |
* | this seems to work, still not using the perl version, but this works the way ... | Yves Orton | 2009-01-04 | 1 | -2/+5 |
* | much better git related version numbering in our (*nix for now) build process | Yves Orton | 2008-12-31 | 1 | -1/+18 |
* | Add a few =cuts (so configpm is displayed mostly correctly | Rafael Garcia-Suarez | 2008-01-09 | 1 | -0/+6 |
* | Re: [PATCH-at-31365] (was - configpm frustrations) | Vadim Konovalov | 2007-06-12 | 1 | -16/+7 |
* | linux arm cross-compilation | Vadim Konovalov | 2007-05-28 | 1 | -6/+13 |
* | Revert change 27513 | Nicholas Clark | 2006-05-16 | 1 | -3/+1 |
* | make configpm only update Config.pm, Config_heavy.pl if changed. | Dave Mitchell | 2006-03-25 | 1 | -36/+95 |
* | Make the original versions of relocated paths available from | Nicholas Clark | 2006-03-15 | 1 | -1/+3 |
* | Somewhat less shaky relocatable @INC support. You can install things | Nicholas Clark | 2006-03-13 | 1 | -1/+28 |
* | First stab at rather shaky Configure support for relocatable @INC. | Nicholas Clark | 2006-03-13 | 1 | -2/+23 |
* | Really apply change #26071. | Rafael Garcia-Suarez | 2005-11-10 | 1 | -0/+1 |
* | Remove :unique attribute from Config.pm, | Rafael Garcia-Suarez | 2005-07-20 | 1 | -6/+2 |
* | Add a sanity check to Config::AUTOLOAD to prevent infinte loops if | Nicholas Clark | 2005-06-25 | 1 | -1/+3 |
* | Bring bleadperl up to version.pm | John Peacock | 2005-06-13 | 1 | -1/+1 |
* | If we're building config_heavy.pl somewhere else, then we need to | Nicholas Clark | 2005-06-01 | 1 | -0/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+7 |
* | Shave off the explict 1; from the end of lib/Config.pm | Nicholas Clark | 2005-01-05 | 1 | -2/+1 |
* | Don't do the ... expansion on archlib, sitelib etc, given that | Nicholas Clark | 2004-12-24 | 1 | -12/+26 |
* | Relocatable @INC entries for Unix. | Nicholas Clark | 2004-12-23 | 1 | -0/+72 |
* | Skip generating all the code to deal with "" strings in config.sh | Nicholas Clark | 2004-11-28 | 1 | -49/+94 |
* | Given that there is a pre-built cache, no need for @v_fast | Nicholas Clark | 2004-11-28 | 1 | -9/+3 |
* | The byteorder code doesn't need to be in Config.pm if byteorder | Nicholas Clark | 2004-11-28 | 1 | -5/+15 |
* | Need to stub the public functions to keep some existing code | Nicholas Clark | 2004-11-28 | 1 | -2/+11 |
* | Generate the precached %Config entries based on some empirical | Nicholas Clark | 2004-11-27 | 1 | -13/+130 |
* | Hateful cAsE iNsEnSiTiVe file systems | Nicholas Clark | 2004-11-27 | 1 | -1/+1 |
* | Put Config.pm on a diet. 3K rather than 32K | Nicholas Clark | 2004-11-27 | 1 | -22/+58 |
* | The change to the internal representation introduced a bug whereby | Nicholas Clark | 2004-11-26 | 1 | -6/+3 |
* | Make configpm and the generated Config.pm strict and warnings | Nicholas Clark | 2004-11-26 | 1 | -10/+22 |
* | Generate the virtual entries at Config.pm build time, as they | Nicholas Clark | 2004-11-25 | 1 | -42/+32 |
* | Cheat. (Add a leading newline, and so remove all the special | Nicholas Clark | 2004-11-25 | 1 | -28/+27 |
* | Make $Config{libs_nolargefiles} and | Nicholas Clark | 2004-11-25 | 1 | -2/+2 |
* | additional -V:foo tests | Jim Cromie | 2004-08-03 | 1 | -2/+6 |
* | Config::config_re and config_sh would report the byteorder as 'ffff' | Nicholas Clark | 2004-07-22 | 1 | -36/+40 |
* | Re: [perl #24081] invalid regexp in perl -V | Robin Barker | 2004-06-09 | 1 | -1/+1 |
* | various -V: searches [PATCH] | Jim Cromie | 2004-05-11 | 1 | -5/+10 |
* | It seems daft to me that we have a synopis example that will fail if | Nicholas Clark | 2004-05-02 | 1 | -2/+2 |
* | configpm, our $summary : unique | Elizabeth Mattijsen | 2003-11-16 | 1 | -5/+8 |
* | Urk. unique, not shared. | Jarkko Hietaniemi | 2003-09-08 | 1 | -1/+1 |
* | configpm: about 1.5K less per thread | Elizabeth Mattijsen | 2003-09-08 | 1 | -1/+1 |
* | A naked values() caused shuffling of lib/Config.pm, | Jarkko Hietaniemi | 2003-07-01 | 1 | -1/+1 |