This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-05-08 David Mitchelladd flags arg to sv_2nv (as sv_2nv_flags)
2010-05-08 Chris 'BinGOs... Modify Module::CoreList docs to state the availability...
2010-05-08 Chris 'BinGOs... Backport patch from CPANPLUS-0.9004 to cpanp-run-perl
2010-05-07 Jesse VincentBump Module::Corelist for cherrypicking to maint-5.12
2010-05-06 Vincent PitMake t/op/sprintf.t test multiple warnings
2010-05-06 Vincent PitStop returning 0 for sprintf("%.0g")
2010-05-06 Vincent PitReally test special sprintf formats
2010-05-06 Vincent PitMake sv_vcatpvfn() complain when special formats "...
2010-05-06 David GoldenChange perlgpl.pod to GPL 1 to match README
2010-05-06 Nicholas ClarkMove code to after the variable declarations.
2010-05-05 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-05-05 David Mitchellbump PerlIO::scalar version
2010-05-05 David MitchellRT 43789: "in memory" files don't call STORE
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "Fix tests and add one more test for the depreca...
2010-05-05 Jesse VincentRevert "Deprecation warnings should always be mandatory...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-05 Nicholas ClarkWhen saving ints, if the value is small enough save...
2010-05-05 Nicholas ClarkWhen saving I32s, if the value is small enough save...
2010-05-04 Rafael Garcia... If we're going to introduce an @@ array, we'll want...
2010-05-04 Leon BrocardGive an error message if bison is not found at all
2010-05-04 Nicholas ClarkFor SAVEt_I16, save the value with the type.
2010-05-04 David Mitchellnote in perldelta that local @tied not tied now
2010-05-04 David Mitchellmake 'local $tied' untied
2010-05-04 David Mitchellmake local @tied, %tied, untied
2010-05-04 Rafael Garcia... die() no longer propagates outside of a Safe compartment
2010-05-04 Rafael Garcia... Fix parameter name for die_unwind() in embed.fnc
2010-05-04 Rafael Garcia... Merge remote branch 'zefram/zefram/reliable_exception...
2010-05-04 Rafael Garcia... Make tests pass with open pragma in effect
2010-05-04 Vincent PitSilence a couple of false positive "may be used uniniti...
2010-05-04 Nicholas ClarkFor SAVEt_I8, save the value with the type.
2010-05-03 David Mitchellfix a couple of var types
2010-05-03 Jesse VincentUpdate AUTHORS/checkAUTHORS
2010-05-03 Ruslan Zakirovshift; optimization
2010-05-03 Nicholas ClarkFor SAVEt_BOOL, save the value with the type.
2010-05-03 Chris WilliamsPOD tweak to 'require' in perlfunc relating to putting...
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-05-03 Rafael Garcia... Reinstate some documentation about quotemeta
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-05-03 Father Chrysostomos[perl #74856] Fix POD syntax in perlapi
2010-05-03 Vincent PitPlease don't use any of your git aliases in perlreposit...
2010-05-03 Nicholas ClarkFor SAVEt_ALLOC, store the number of save stack entries...
2010-05-03 karl williamson... PATCH: Make perluniprops.pod platform neutral
2010-05-02 Nicholas ClarkFor SAVEt_REGCONTEXT, store the number of save stack...
2010-05-02 Nicholas ClarkPermit array assignment to steal temps and copy shared...
2010-05-02 Nicholas ClarkBetter fix for RT #2140 (list assignment with duplicate...
2010-05-02 Nicholas ClarkFix c6bf6a65 - 64 bit big endian builds were broken.
2010-05-02 Rafael Garcia... Bump version of Carp
2010-05-02 Gene Sullivan[perl #74808] Carp.pm POD error
2010-05-02 Nicholas ClarkReduce Errno memory usage by around 55%.
2010-05-02 Nicholas ClarkRemove unused %errno and $AUTOLOAD from the generated...
2010-05-02 Nicholas ClarkFor SVt_CLEAR, store the pad offset with the type.
2010-05-02 Gisle AasMake Term::ReadLine::findConsole fall back to STDIN...
2010-05-01 Nicholas ClarkRemove the lexical $len and associated calculation...
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-05-01 Nicholas ClarkUntangle REGCP_FRAME_ELEMS from REGCP_OTHER_ELEMS.
2010-05-01 Chris WilliamsUpdate the Change log in Module::CoreList to include...
2010-05-01 Nicholas ClarkFor threads, we ignore all files in the distribution...
2010-04-30 Rafael Garcia... Upgrade to IPC::Cmd 0.58
2010-04-30 Tony CookRT#73814 - unpack() didn't handle scalar context correc...
2010-04-30 Rafael Garcia... Update title of "Supported Platforms" in perlport to...
2010-04-30 Vincent PitRe-run bump-perl-version to update a few missing spots
2010-04-30 Vincent PitTeach bump-perl-version about "libperl511.a"
2010-04-30 Nicholas ClarkDon't use a C++ keyword as a variable name ("new").
2010-04-29 Zeframput package declaration before label in deparsing
2010-04-29 Rafael Garcia... Merge branch 'dual/Safe' into blead
2010-04-29 Rafael Garcia... Bump Safe's version to 2.27 and update Changes and...
2010-04-29 Rafael Garcia... Mention that Safe::reval() no wraps returned coderefs
2010-04-29 Nicholas ClarkDeprecate Perl_ptr_table_clear(). Nothing outside sv...
2010-04-29 Nicholas ClarkRegression tests for the ptr_table_* API.
2010-04-29 Rafael Garcia... Revert "Un-TODO warning test"
2010-04-29 Rafael Garcia... Wrap by default coderefs returned by rdo and reval
2010-04-29 Rafael Garcia... Add &version::vxs::stringify to the default share
2010-04-28 Ricardo Signesimport Pod-Simple 3.14 for C<< >> fix
2010-04-28 Ævar Arnfjörð... Correct POD link to perlrun.pod to be more accurate
2010-04-28 Ævar Arnfjörð... Add POD index entries for sitecustomize and sitecustomi...
2010-04-28 Philippe Bruhat... Improve documentation about sitecustomize.pl.
2010-04-27 Zeframdon't use $[ in library code
2010-04-27 Jesse VincentAdd miyagawa to the list of release engineering suckers.
2010-04-26 Nicholas ClarkConvert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas ClarkFor Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-26 Vincent PitFix possible undefined behaviour introduced by b9e00b79...
2010-04-26 Rafael Garcia... Add a note about perlport in the release managers'...
2010-04-26 Rafael Garcia... Fill blank with the release date of 5.12 in perlport
2010-04-26 Vincent PitSave the popped cx->blk_eval.old_namesv before calling...
2010-04-26 Robin BarkerFix h2ph and test
2010-04-26 Robin Barkeravoid use of operator name in macro
2010-04-26 David GoldenFix Module::Build::Platform::cygwin runtime error
2010-04-26 Lubomir Rintel... Globs that are in symbol table can be un-globbed
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-26 Rafael Garcia... regen header after last patches
2010-04-26 Karl WilliamsonNote in delta an incompatibility for \cX
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-26 Karl WilliamsonMake sure isCNTRL and isASCII work on signed chars
2010-04-26 Rafael Garcia... Minor edition nit in perlfunc
2010-04-26 Karl Williamsonperlebcdic.pod nits plus improve controls docs
2010-04-26 Karl WilliamsonClarify \c in perlop.pod.
2010-04-26 Karl WilliamsonEdits to perlrecharclass.pod
2010-04-26 Karl WilliamsonNits in perlre.pod, x-referencing, broken links
2010-04-26 Karl WilliamsonFix broken links
next