This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't multiply define Perl_regcurly in core and the re extension.
[perl5.git] / lib /
2010-02-21 AbigailMerge branch 'tie-scalar' into blead
2010-02-21 AbigailUpped VERSION
2010-02-21 Nicholas ClarkSince change 9c901649534a1360, vendorlib_stem isn't...
2010-02-20 AbigailDon't recurse forever if both new() and TIESCALAR(...
2010-02-20 AbigailDocument differences between Tie::Scalar and Tie::StdScalar
2010-02-14 Steve HayBump version's $VERSION
2010-02-07 Jesse VincentRemoving invalid port L<> links from Version documentat...
2010-02-06 David Goldenmove version details to version::Internals and other...
2010-02-06 David Goldendocument version::is_strict/is_lax
2010-02-06 John PeacockDocument usage of version regexps
2010-02-06 John PeacockExport and document is_lax and is_strict functions
2010-02-05 Michael G. SchwernDon't try to calculate a time over the conservative...
2010-02-02 Todd RinaldoDiagnostic improvements to better understand why lib...
2010-01-25 Nicholas ClarkChange from a hard coded temporary file name in lib...
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-19 Ricardo Signesregen warnings.pl for new version number
2010-01-19 David Goldennote strict/lax version requirements in documentation
2010-01-17 Karl WilliamsonClean up mktables intro comments; remove trailing white...
2010-01-16 Todd Rinaldo[perl #72098] File::Copy stripping 06000 perms on cp...
2010-01-15 Karl WilliamsonPATCH: [perl #71726] \p{xdigit} should match full-width...
2010-01-15 Karl WilliamsonThis adds a constructor option to not output the commen...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-12 Ricardo Signestest stash_name in less.pm
2010-01-12 Ricardo Signescatch the one $class instance missed in less.pm
2010-01-12 Rafael Garcia-SuarezMention name of C constant in feature.pm for greppability
2010-01-11 Karl WilliamsonAdd note to .pod for compound form perl extensions
2010-01-11 Rafael Garcia-SuarezBump less' version
2010-01-11 Ricardo Signesallow indirection between less and its hints stash...
2010-01-11 Karl WilliamsonRemove [[:posix:]] references because changes not going...
2010-01-10 Rafael Garcia-SuarezCompletely avoid autovivification of CORE::GLOBAL:...
2010-01-10 Rafael Garcia-SuarezTypo fix : caller:: isn't caller
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-03 Rafael Garcia-SuarezBump version of UNIVERSAL.pm
2010-01-03 Ricardo Signesdial back warnings on UNIVERSAL->import
2009-12-30 Karl WilliamsonCorrect \p{print} to not match LINE SEPARATOR nor PARAG...
2009-12-29 H.Merijn BrandGuard open.t against Encode not being available
2009-12-28 karl williamsonPATCH: Makefile in lib/unicore shouldn't clean .t file
2009-12-25 Karl WilliamsonUpdate .pods
2009-12-20 Karl WilliamsonUnicode documentation updates
2009-12-20 Jesse VincentBumped File::Find's version since it's changed since...
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-12-16 Jesse VincentUpdate File::Copy tests to skip on OpenBSD, as it mount...
2009-12-15 Rafael Garcia-SuarezDon't make C<use legacy> die on unknown legacy names
2009-12-14 Michael Breenfix bug 67156: overload: nomethod(..., '!') return...
2009-12-14 Gene Sullivan[perl #71204] diagnostics.pm suppresses 'Use of uniniti...
2009-12-12 Rafael Garcia-SuarezDoc nits
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-12-04 Craig A. BerryPort lib/unicore/mktables to VMS.
2009-12-03 Karl WilliamsonUnicode 5.2
2009-12-02 Karl Williamsonwork-around Carp/overloading miniperl problem
2009-11-28 Karl Williamsonmktables performance improvement
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-24 Rafael Garcia-SuarezBump version and regenerate warnings.pm
2009-11-24 Rafael Garcia-SuarezRemove generated file pod/perluniprops.pod from the...
2009-11-24 Karl Williamsonmktables not run unless needed
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-11-22 Rafael Garcia-SuarezAdd also mktables.lst to gitignore, since it's generated
2009-11-22 Rafael Garcia-SuarezSimplify title of perluniprops
2009-11-22 Rafael Garcia-SuarezRemove mktables.lst, since it's generated
2009-11-22 Rafael Garcia-SuarezAdd new generated file lib/unicore/Heavy.pl to gitignore
2009-11-22 Karl Williamsonmktables revamp
2009-11-21 David GoldenUpdate generated Module::Build::ConfigData
2009-11-20 AbigailUpdate count
2009-11-20 AbigailFix bug #68260
2009-11-19 Frank WiegandFix POD: C<...->...> => C<< ...-> ... >>
2009-11-14 Rafael Garcia-SuarezPOD fixes and typos
2009-11-14 Karl Williamsonadd code for Unicode semantics for non-utf8 latin1...
2009-11-13 Father Chrysostomos[perl #70337] perldiag: localtime(...) too large
2009-11-10 Vincent PitAdd EXISTS and DELETE methods to Env.pm
2009-11-07 David Goldenrefine Carp caller() fix and add tests
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
2009-11-06 David Goldenbump Carp version number
2009-11-06 David GoldenHave Carp respect CORE::GLOBAL::caller if it exists
2009-11-01 Rafael Garcia-SuarezImprovements to qr-overload tests
2009-11-01 Rafael Garcia-SuarezBump overload.pm's VERSION (plus some spelling nits)
2009-11-01 Ben MorrowDocumentation for the 'qr' overload.
2009-11-01 Ben MorrowImplement the 'qr' overload type.
2009-11-01 Ben MorrowAdd a new overload type, "qr".
2009-10-28 Rafael Garcia-SuarezBump Exporter's version in blead after last patch
2009-10-28 Jerry D. HeddenTest exported arrays and hashes without using defined()
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-23 Nicholas ClarkConvert File/CheckTree.t from Test to Test::More.
2009-10-20 Jesse VincentBump overload.pm's version since it differs from the...
2009-10-20 Jesse VincentBump Carp.pm's version number since it differs from...
2009-10-20 Jesse VincentRevert part of d1eb317 which broke ./Configure -des...
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-16 Nicholas ClarkCan't use C<shift INC> to avoid @ in a commandline...
2009-10-15 Nicholas ClarkSkip testing the be_BY.CP1131 locale on Darwin 10,...
2009-10-14 Rafael Garcia-SuarezIgnore files installed by Parse::CPAN::Meta
2009-10-12 Geoffrey T. Dairikioverload no longer implicitly unsets fallback on repeat...
2009-10-06 Jesse Vincentmore pod cleanups based on the new podcheck.t
2009-10-06 Jesse VincentA number of pod fixes found by podcheck.t
2009-09-27 Rafael Garcia-Suarezgitignore additions
2009-09-21 Steffen MuellerRemove use of Class::ISA from the debugger
2009-09-21 Robin Barkertypo in usage of deprecate
2009-09-19 Nicholas ClarkReuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas ClarkMove lib from lib to ext.
2009-09-16 Rafael Garcia-SuarezLocalize $@ and $! before loading a file in SWASHNEW
2009-09-13 Nicholas ClarkMove Test::Simple from lib to ext.
2009-09-13 Yves Ortonadd a couple of missing items to the lib/.gitignore
next