LOGONLY mark abd889 NODOC since it's a pure test untodo
[p5sagit/p5-mst-13.2.git] / configpm
2009-10-05 Nicholas Clark $^O is initalised to OSNAME, so no need to return the...
2009-09-29 Nicholas Clark Move the implementation of ./perl -V to Internals:...
2009-09-23 Nicholas Clark Add a --chdir option to configpm, and use this in the...
2009-05-14 Ricardo SIGNES document Git_Data
2009-03-30 H.Merijn Brand Make references to the Glossary in Config.pm and Config.pod
2009-01-04 Yves Orton add better pod and headers, and clean up some whitespac...
2009-01-04 Yves Orton this seems to work, still not using the perl version...
2008-12-31 Yves Orton much better git related version numbering in our (...
2008-01-09 Rafael Garcia-Suarez Add a few =cuts (so configpm is displayed mostly correctly
2007-06-12 Vadim Konovalov Re: [PATCH-at-31365] (was - configpm frustrations)
2007-05-28 Vadim Konovalov linux arm cross-compilation
2006-05-16 Nicholas Clark Revert change 27513
2006-03-25 Dave Mitchell make configpm only update Config.pm, Config_heavy.pl...
2006-03-15 Nicholas Clark Make the original versions of relocated paths available...
2006-03-13 Nicholas Clark Somewhat less shaky relocatable @INC support. You can...
2006-03-13 Nicholas Clark First stab at rather shaky Configure support for reloca...
2005-11-10 Rafael Garcia-Suarez Really apply change #26071.
2005-07-20 Rafael Garcia-Suarez Remove :unique attribute from Config.pm,
2005-06-25 Nicholas Clark Add a sanity check to Config::AUTOLOAD to prevent infin...
2005-06-13 John Peacock Bring bleadperl up to version.pm
2005-06-01 Nicholas Clark If we're building config_heavy.pl somewhere else, then...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-01-05 Nicholas Clark Shave off the explict 1; from the end of lib/Config.pm
2004-12-24 Nicholas Clark Don't do the ... expansion on archlib, sitelib etc...
2004-12-23 Nicholas Clark Relocatable @INC entries for Unix.
2004-11-28 Nicholas Clark Skip generating all the code to deal with "" strings...
2004-11-28 Nicholas Clark Given that there is a pre-built cache, no need for...
2004-11-28 Nicholas Clark The byteorder code doesn't need to be in Config.pm...
2004-11-28 Nicholas Clark Need to stub the public functions to keep some existing...
2004-11-27 Nicholas Clark Generate the precached %Config entries based on some...
2004-11-27 Nicholas Clark Hateful cAsE iNsEnSiTiVe file systems
2004-11-27 Nicholas Clark Put Config.pm on a diet. 3K rather than 32K
2004-11-26 Nicholas Clark The change to the internal representation introduced...
2004-11-26 Nicholas Clark Make configpm and the generated Config.pm strict and...
2004-11-25 Nicholas Clark Generate the virtual entries at Config.pm build time...
2004-11-25 Nicholas Clark Cheat. (Add a leading newline, and so remove all the...
2004-11-25 Nicholas Clark Make $Config{libs_nolargefiles} and
2004-08-03 Jim Cromie additional -V:foo tests
2004-07-22 Nicholas Clark Config::config_re and config_sh would report the byteor...
2004-06-09 Robin Barker Re: [perl #24081] invalid regexp in perl -V
2004-05-11 Jim Cromie various -V: searches [PATCH]
2004-05-02 Nicholas Clark It seems daft to me that we have a synopis example...
2003-11-16 Elizabeth Mattijsen configpm, our $summary : unique
2003-09-08 Jarkko Hietaniemi Urk. unique, not shared.
2003-09-08 Elizabeth Mattijsen configpm: about 1.5K less per thread
2003-07-01 Jarkko Hietaniemi A naked values() caused shuffling of lib/Config.pm,
2003-02-26 Hugo van der Sanden Two typos found by Philip Newton <pnewton@gmx.de>
2002-11-04 H.Merijn Brand Typo configpm
2002-11-03 Michael G. Schwern Document and test Config::config_re().
2002-09-09 Nicholas Clark Re: [PATCH] Attempt at speeding up Config.pm. Didn...
2002-09-09 Abe Timmerman configpm
2002-09-08 Hugo van der Sanden #17859 misuses s/// return values
2002-09-08 Nicholas Clark Re: [PATCH] Attempt at speeding up Config.pm. Didn...
2002-06-08 Jarkko Hietaniemi Because of #17097.
2002-06-08 Jarkko Hietaniemi Fix Glossary formatting bugs when creating Config.pm,
2002-05-11 Vadim Konovalov for WinCE cross-build, another one
2002-05-06 Vadim Konovalov two and a half steps further for WinCE cross-build
2002-05-05 Vadim Konovalov Re: Cross-compiling as of WinCE
2002-02-25 Rafael Garcia-Suarez cleanups
2002-02-20 Yitzchak Scott-Tho... d_Gconvert hints and Glossary
2002-02-18 Nick Ing-Simmons Integrate mainline
2002-02-15 Ilya Zakharevich OS/2 tests and more
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-01-30 Yitzchak Scott-Tho... perl -V: (was: Re: Inline::C and Perl objects with...
2001-07-23 Ilya Zakharevich OS/2 multi-architecture
2001-05-15 Jarkko Hietaniemi The problem described in 20010514.031 still wasn't
2001-03-16 Michael Stevens more pod patches
2000-10-20 Charles Bailey SYN SYN
2000-08-30 Jarkko Hietaniemi Reset archname and archname64 always, forcing them be
2000-08-27 Jarkko Hietaniemi Provice virtual $Config{ccflags_nolargefiles} etc.
2000-08-18 Jarkko Hietaniemi The byteorder code in #6671 was wrong.
2000-08-17 Wilfredo Sánchez Make $Config{byteorder} more magical so that it is
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-17 Gurusamy Sarathy make Config.pm report sane errors with older perls
2000-02-22 Jarkko Hietaniemi Perl version nit spotted by Spider Boardman.
1999-12-30 Gurusamy Sarathy change#4705 breaks code that interpolates $], so leave...
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-07-28 Ilya Zakharevich fix the perl -V breakage
1999-07-27 Ilya Zakharevich decrease memory footprint of standard modules
1999-07-26 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-26 Jarkko Hietaniemi Back out #3735. Needs more work.
1999-07-25 Jarkko Hietaniemi First steps of making builds outside the source
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-04-02 Jarkko Hietaniemi Configure regen.
1999-02-16 Gurusamy Sarathy propagate PERL_VERSION everywhere, add to pod
1998-07-10 Hans Mulder manually apply patch with conflicts
1998-07-08 Ilya Zakharevich applied patch, various tweaks to pander to pod2man...
1998-07-05 Gurusamy Sarathy Porting/Glossary goes podly into Config.pm
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-06 Tim Bunce Don't use undef value in Config::myconfig
1997-08-06 Andreas J. Koenig Don't use undef value in Config::myconfig
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-01-16 Winfried Koenig documentation of configpm (perl5.003_20)
1997-01-15 Perl 5 Porters [inseparable changes from patch from perl5.003_20 to...
1996-12-31 Tom Phoenix Improving Config.pm
1996-09-20 Joseph S. Myers Pod typos, pod2man bugs, and miscellaneous installation...
1996-07-15 Perl 5 Porters perl 5.003_01: configpm
1996-02-29 Andy Dougherty perl 5.002
1996-01-12 Perl 5 Porters Updates from Tim's -m/-M/-V patch.
1995-10-31 Andy Dougherty This is my patch patch.1n for perl5.001.
next