This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reinstate "regcomp.c: Make inversion lists SVt_PVLV"
[perl5.git] / configpm
2013-05-24 David GoldenTry to avoid nesting F<$F<...>> in generated Config.pm
2013-05-22 David Steinbrunnertypo fixes for root level scripts
2013-05-21 Nicholas ClarkRemove fakethr.h and eliminate all references to it...
2013-03-18 Yves OrtonSplit out hash functions into new file and turn into...
2013-02-14 David GoldenGive Config a version number
2012-08-28 Father ChrysostomosRevert "smoke-me diag"
2012-08-21 Father Chrysostomossmoke-me diag
2012-07-10 Nicholas ClarkExpand $^O at build time when generating Config::_V()
2012-07-10 Nicholas ClarkIn configpm, switch to using sprintf for part of genera...
2012-06-15 Father Chrysostomosconfigpm: comment typo
2011-08-30 Nicholas ClarkGenerate $Config::Config{byteorder} slightly more effic...
2011-05-18 Karl Williamsonconfigpm: Fix broken links
2011-04-18 David Mitchellconfigpm: handle multi-line key='value\n...'
2011-02-26 Reini UrbanModern cygwin often has empty $ENV{CYGWIN}
2011-02-23 Nicholas ClarkNo need to sort {non_,}bincompat_options in Config...
2011-02-19 Nicholas ClarkIn Config, use typeglob aliasing instead of subref...
2011-02-19 Nicholas ClarkTidy the generated code for Config.pm
2011-02-19 Nicholas ClarkAdd Config::header_files() to list the header dependenc...
2011-02-17 Nicholas ClarkAdd functions to Config to expose the remaining informa...
2011-02-17 Nicholas ClarkRefactor Config.pm to set @EXPORT_OK from keys %Export_...
2010-10-06 Nicholas ClarkAdd 'dlext' and 'so' to the initial %Config::Config
2010-08-25 alexConfig.pm: report perl path in version conflict.
2010-06-23 Nicholas ClarkIn Config::import, avoid assigning to $pkg, which is...
2010-06-23 Nicholas ClarkConvert Config::fetch_string to use a regexp, rather...
2009-10-05 Nicholas Clark$^O is initalised to OSNAME, so no need to return the...
2009-09-29 Nicholas ClarkMove the implementation of ./perl -V to Internals:...
2009-09-23 Nicholas ClarkAdd a --chdir option to configpm, and use this in the...
2009-05-14 Ricardo SIGNESdocument Git_Data
2009-03-30 H.Merijn BrandMake references to the Glossary in Config.pm and Config.pod
2009-01-04 Yves Ortonadd better pod and headers, and clean up some whitespac...
2009-01-04 Yves Ortonthis seems to work, still not using the perl version...
2008-12-31 Yves Ortonmuch better git related version numbering in our (...
2008-01-09 Rafael Garcia-SuarezAdd a few =cuts (so configpm is displayed mostly correctly
2007-06-12 Vadim KonovalovRe: [PATCH-at-31365] (was - configpm frustrations)
2007-05-28 Vadim Konovalovlinux arm cross-compilation
2006-05-16 Nicholas ClarkRevert change 27513
2006-03-25 Dave Mitchellmake configpm only update Config.pm, Config_heavy.pl...
2006-03-15 Nicholas ClarkMake the original versions of relocated paths available...
2006-03-13 Nicholas ClarkSomewhat less shaky relocatable @INC support. You can...
2006-03-13 Nicholas ClarkFirst stab at rather shaky Configure support for reloca...
2005-11-10 Rafael Garcia-SuarezReally apply change #26071.
2005-07-20 Rafael Garcia-SuarezRemove :unique attribute from Config.pm,
2005-06-25 Nicholas ClarkAdd a sanity check to Config::AUTOLOAD to prevent infin...
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-01 Nicholas ClarkIf we're building config_heavy.pl somewhere else, then...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-01-05 Nicholas ClarkShave off the explict 1; from the end of lib/Config.pm
2004-12-24 Nicholas ClarkDon't do the ... expansion on archlib, sitelib etc...
2004-12-23 Nicholas ClarkRelocatable @INC entries for Unix.
2004-11-28 Nicholas ClarkSkip generating all the code to deal with "" strings...
2004-11-28 Nicholas ClarkGiven that there is a pre-built cache, no need for...
2004-11-28 Nicholas ClarkThe byteorder code doesn't need to be in Config.pm...
2004-11-28 Nicholas ClarkNeed to stub the public functions to keep some existing...
2004-11-27 Nicholas ClarkGenerate the precached %Config entries based on some...
2004-11-27 Nicholas ClarkHateful cAsE iNsEnSiTiVe file systems
2004-11-27 Nicholas ClarkPut Config.pm on a diet. 3K rather than 32K
2004-11-26 Nicholas ClarkThe change to the internal representation introduced...
2004-11-26 Nicholas ClarkMake configpm and the generated Config.pm strict and...
2004-11-25 Nicholas ClarkGenerate the virtual entries at Config.pm build time...
2004-11-25 Nicholas ClarkCheat. (Add a leading newline, and so remove all the...
2004-11-25 Nicholas ClarkMake $Config{libs_nolargefiles} and
2004-08-03 Jim Cromieadditional -V:foo tests
2004-07-22 Nicholas ClarkConfig::config_re and config_sh would report the byteor...
2004-06-09 Robin BarkerRe: [perl #24081] invalid regexp in perl -V
2004-05-11 Jim Cromievarious -V: searches [PATCH]
2004-05-02 Nicholas ClarkIt seems daft to me that we have a synopis example...
2003-11-16 Elizabeth Mattijsenconfigpm, our $summary : unique
2003-09-08 Jarkko HietaniemiUrk. unique, not shared.
2003-09-08 Elizabeth Mattijsenconfigpm: about 1.5K less per thread
2003-07-01 Jarkko HietaniemiA naked values() caused shuffling of lib/Config.pm,
2003-02-26 Hugo van der SandenTwo typos found by Philip Newton <pnewton@gmx.de>
2002-11-04 H.Merijn BrandTypo configpm
2002-11-03 Michael G. SchwernDocument and test Config::config_re().
2002-09-09 Nicholas ClarkRe: [PATCH] Attempt at speeding up Config.pm. Didn...
2002-09-09 Abe Timmermanconfigpm
2002-09-08 Hugo van der Sanden#17859 misuses s/// return values
2002-09-08 Nicholas ClarkRe: [PATCH] Attempt at speeding up Config.pm. Didn...
2002-06-08 Jarkko HietaniemiBecause of #17097.
2002-06-08 Jarkko HietaniemiFix Glossary formatting bugs when creating Config.pm,
2002-05-11 Vadim Konovalovfor WinCE cross-build, another one
2002-05-06 Vadim Konovalovtwo and a half steps further for WinCE cross-build
2002-05-05 Vadim KonovalovRe: Cross-compiling as of WinCE
2002-02-25 Rafael Garcia-Suarezcleanups
2002-02-20 Yitzchak Scott-Tho... d_Gconvert hints and Glossary
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-15 Ilya ZakharevichOS/2 tests and more
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-30 Yitzchak Scott-Tho... perl -V: (was: Re: Inline::C and Perl objects with...
2001-07-23 Ilya ZakharevichOS/2 multi-architecture
2001-05-15 Jarkko HietaniemiThe problem described in 20010514.031 still wasn't
2001-03-16 Michael Stevensmore pod patches
2000-10-20 Charles BaileySYN SYN
2000-08-30 Jarkko HietaniemiReset archname and archname64 always, forcing them be
2000-08-27 Jarkko HietaniemiProvice virtual $Config{ccflags_nolargefiles} etc.
2000-08-18 Jarkko HietaniemiThe byteorder code in #6671 was wrong.
2000-08-17 Wilfredo SánchezMake $Config{byteorder} more magical so that it is
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-17 Gurusamy Sarathymake Config.pm report sane errors with older perls
2000-02-22 Jarkko HietaniemiPerl version nit spotted by Spider Boardman.
1999-12-30 Gurusamy Sarathychange#4705 breaks code that interpolates $], so leave...
next