platform/upstream/perl.git
2009-11-25 Gerard GoossenAdd assertions that pp_padav and pp_padhv push scalars...
2009-11-25 Karl Williamsonfurther windows makefiles fixes
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-25 Jerry D. HeddenAdd TODO test for perl #70748
2009-11-24 Rafael Garcia... Bump version and regenerate warnings.pm
2009-11-24 Andrew RodlandAdd tests.
2009-11-24 Andrew RodlandAdd code and starting perldoc for warnings::fatal_enabled.
2009-11-24 Steve HayAdd missing library to VC++ section of Win32 dmake...
2009-11-24 Steve HayAvoid circularity in $(LINK_FLAGS) definition in Win32...
2009-11-24 Jim Cromiecleanup get_arena param-names, mark as May-Change
2009-11-24 Rafael Garcia... Slight rewording of last patch
2009-11-24 Jim Cromieadd mention of PERL_MEM_LOG in perlrun.pod
2009-11-24 Rafael Garcia... Specify in Makefile what generates pod/perluniprops.pod
2009-11-24 Steve HayFix Win32 makefiles as per f86864acbf97469fd9e5d5233d51...
2009-11-24 Rafael Garcia... Remove generated file pod/perluniprops.pod from the...
2009-11-24 Karl Williamsonmktables not run unless needed
2009-11-24 Tony Cookrecord version of Intel C during configure
2009-11-24 brian d foy* Remove some end-of-line whitespace from perlebcdic
2009-11-24 brian d foy* Convert some pod files to UTF-8 (like all of the...
2009-11-24 brian d foy* Reword the sentence about checking unlink failures
2009-11-23 Steve HayFix code-before-declaration error on Win32 with recent...
2009-11-23 Jerry D. HeddenUpgrade to threads 1.75
2009-11-23 AbigailDon't suggest Mail::Send isn't availble if we're ignori...
2009-11-23 Nicholas ClarkMove change c35076938c7236fb into embed.fnc, from the...
2009-11-23 Jesse VincentAdded a perltodo about enabling/disabling individual...
2009-11-23 Nicholas ClarkFix mktables calls in Win32 makefiles
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-11-23 David Goldendisable Module::Build bundle_inc.t
2009-11-23 Dennis KaarsemakerMore info about camel in perlrepository.pod
2009-11-23 Stepan Kasalfix logic for a workaround in POSIX.xs
2009-11-23 Karl WilliamsonUse hex instead of octal for larger code points
2009-11-22 Rafael Garcia... Add also mktables.lst to gitignore, since it's generated
2009-11-22 Rafael Garcia... Add new pod file to various lists and makefiles
2009-11-22 Rafael Garcia... Simplify title of perluniprops
2009-11-22 Rafael Garcia... Add deprecation of goto to inner scopes to perldelta
2009-11-22 Rafael Garcia... Add Karl's text describing his Unicode property changes...
2009-11-22 Rafael Garcia... Merge branch 'mktables' into blead
2009-11-22 Rafael Garcia... Remove mktables.lst, since it's generated
2009-11-22 Rafael Garcia... Add new generated file lib/unicore/Heavy.pl to gitignore
2009-11-22 Rafael Garcia... Fix plan syntax in TAP output
2009-11-22 Karl Williamsonmktables revamp
2009-11-21 Vincent PitFix unindented code in perlfunc after 5ed4f2ecec5b66fee...
2009-11-21 Jesse VincentResort MANIFEST - Latest Module::Build MANIFEST update...
2009-11-21 Rafael Garcia... Add new warning introduced by last patch in perldiag.
2009-11-21 Gerard Goossendeprecate "goto" to jump into a construct
2009-11-21 Gerard GoossenForce OP_REQUIRE to scalar context at the end of ck_req...
2009-11-21 Gerard GoossenAdd a TODO test for "require" always being in scalar...
2009-11-21 Craig A. BerryMake -UDEBUGGING the default on VMS for 5.12.0.
2009-11-21 Craig A. BerryPerl_pad_sv and Perl_hv_assert don't exist without...
2009-11-21 Craig A. BerryDeclaration nit in vms.c's Perl_my_fwrite.
2009-11-21 David GoldenUpdate generated Module::Build::ConfigData
2009-11-21 Craig A. BerryAvoid logical name conflicts in File::Path::_rmtree...
2009-11-21 Jan DuboisAlways add a manifest resource to perl.exe to specify...
2009-11-20 David Goldenquick-fix broken Module::Build::Platforms::VMS
2009-11-20 AbigailUpdate count
2009-11-20 AbigailMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-11-20 AbigailFix bug #68260
2009-11-20 Nicholas ClarkParse embed.fnc first, then cross-check consistency...
2009-11-20 Nicholas ClarkSynchronise "may change"/"experimental" flags between...
2009-11-20 Nicholas ClarkMerge near-duplicate code for 'api' and 'guts'.
2009-11-20 Nicholas ClarkMerge %apidocs and %gutsdocs into $docs{api} and $docs...
2009-11-20 Moritz LenzClarify docs for implicit "next" on all "when" blocks
2009-11-20 Rafael Garcia... Missing static storage class for some new static functions
2009-11-20 Nicholas ClarkFix up the NAME in perl5112delta.pod
2009-11-20 Nicholas ClarkAlways bless filehandles into IO::Handle:: - don't...
2009-11-20 Chris WilliamsUpdated Module::CoreList Changes etc for a CPAN release
2009-11-20 Leon Brocardcreate perl5113delta
2009-11-20 Leon BrocardFix perldelta_template extension
2009-11-20 Leon BrocardTiny English fix
2009-11-20 brian d foy* Note that unlink sets $! on failure.
2009-11-20 brian d foy* Fixing inconsistent use of tabs in perlfunc. Now...
2009-11-20 brian d foy* FAQ sync for Nov blead release
2009-11-19 brian d foy* Fixed sort example using =(\d+)
2009-11-19 Leon BrocardMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-11-19 Leon BrocardModule::CoreList updated for the real 5.11.2, including...
2009-11-19 Nicholas ClarkConvert the shell pipeline for the list of committers...
2009-11-19 Leon BrocardThe lexer API is very exciting, but only mention it...
2009-11-19 Leon BrocardRun Porting/podtidy
2009-11-19 Leon BrocardAdd details of module updates
2009-11-19 Leon BrocardDelete a few more sections
2009-11-19 Leon BrocardDelete sections, add a bunch more
2009-11-19 H.Merijn BrandMerge branch 'blead' of perl5.git.perl.org:/gitroot...
2009-11-19 H.Merijn BrandSync AUTHORS and Porting/checkAUTHORS.pl with Changelogs
2009-11-19 Leon BrocardMention how to generate stats for the Acknowledgements
2009-11-19 Frank WiegandFix POD: C<...->...> => C<< ...-> ... >>
2009-11-19 David GoldenUpdated Module::Build to 0.35_09
2009-11-19 Leon BrocardFill in some details about the release
2009-11-19 Leon BrocardTweak tense, remove double spaces
2009-11-19 Chris WilliamsBump version of Module::CoreList to 2.23
2009-11-19 Nicholas ClarkAbolish xio_lines from struct PVIO - store IoLINES...
2009-11-19 Nicholas ClarkPVIOs don't use the SvIVX slot.
2009-11-19 Zeframlexer API fixes
2009-11-19 Zeframminitest fixes
2009-11-18 Leon BrocardAdd a few more distribution versus module name exceptions
2009-11-18 Leon BrocardMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-11-18 Leon BrocardAdd the 5.11.2 release
2009-11-18 Vincent Pit{camel,dromedary}.booking.com names are gone, so update...
2009-11-18 Leon BrocardModule::CoreList updated for 5.11.2
2009-11-18 Leon BrocardFix two spelling errors
2009-11-18 Leon BrocardBump 5.11.1 -> 5.11.2 in all sorts of places it's ...
next