p5sagit/p5-mst-13.2.git
2010-05-07 Jesse Vincent Bump Module::Corelist for cherrypicking to maint-5.12
2010-05-06 Vincent Pit Make t/op/sprintf.t test multiple warnings
2010-05-06 Vincent Pit Stop returning 0 for sprintf("%.0g")
2010-05-06 Vincent Pit Really test special sprintf formats
2010-05-06 Vincent Pit Make sv_vcatpvfn() complain when special formats "...
2010-05-06 David Golden Change perlgpl.pod to GPL 1 to match README
2010-05-06 Nicholas Clark Move code to after the variable declarations.
2010-05-05 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-05-05 David Mitchell bump PerlIO::scalar version
2010-05-05 David Mitchell RT 43789: "in memory" files don't call STORE
2010-05-05 Jesse Vincent Revert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse Vincent Revert "Fix tests and add one more test for the depreca...
2010-05-05 Jesse Vincent Revert "Deprecation warnings should always be mandatory...
2010-05-05 Jesse Vincent Revert "tweak "0x123.456" deprecation"
2010-05-05 Nicholas Clark When saving ints, if the value is small enough save...
2010-05-05 Nicholas Clark When 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 Brocard Give an error message if bison is not found at all
2010-05-04 Nicholas Clark For SAVEt_I16, save the value with the type.
2010-05-04 David Mitchell note in perldelta that local @tied not tied now
2010-05-04 David Mitchell make 'local $tied' untied
2010-05-04 David Mitchell make 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 Pit Silence a couple of false positive "may be used uniniti...
2010-05-04 Nicholas Clark For SAVEt_I8, save the value with the type.
2010-05-03 David Mitchell fix a couple of var types
2010-05-03 Jesse Vincent Update AUTHORS/checkAUTHORS
2010-05-03 Ruslan Zakirov shift; optimization
2010-05-03 Nicholas Clark For SAVEt_BOOL, save the value with the type.
2010-05-03 Chris Williams POD tweak to 'require' in perlfunc relating to putting...
2010-05-03 Zefram tweak "0x123.456" deprecation
2010-05-03 Rafael Garcia... Reinstate some documentation about quotemeta
2010-05-03 David Mitchell tries: don't allocate memory at runtime
2010-05-03 Father Chrysostomos [perl #74856] Fix POD syntax in perlapi
2010-05-03 Vincent Pit Please don't use any of your git aliases in perlreposit...
2010-05-03 Nicholas Clark For SAVEt_ALLOC, store the number of save stack entries...
2010-05-03 karl williamson... PATCH: Make perluniprops.pod platform neutral
2010-05-02 Nicholas Clark For SAVEt_REGCONTEXT, store the number of save stack...
2010-05-02 Nicholas Clark Permit array assignment to steal temps and copy shared...
2010-05-02 Nicholas Clark Better fix for RT #2140 (list assignment with duplicate...
2010-05-02 Nicholas Clark Fix 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 Clark Reduce Errno memory usage by around 55%.
2010-05-02 Nicholas Clark Remove unused %errno and $AUTOLOAD from the generated...
2010-05-02 Nicholas Clark For SVt_CLEAR, store the pad offset with the type.
2010-05-02 Gisle Aas Make Term::ReadLine::findConsole fall back to STDIN...
2010-05-01 Nicholas Clark Remove the lexical $len and associated calculation...
2010-05-01 Nicholas Clark On the save stack, store the save type as the bottom...
2010-05-01 Nicholas Clark Untangle REGCP_FRAME_ELEMS from REGCP_OTHER_ELEMS.
2010-05-01 Chris Williams Update the Change log in Module::CoreList to include...
2010-05-01 Nicholas Clark For threads, we ignore all files in the distribution...
2010-04-30 Rafael Garcia... Upgrade to IPC::Cmd 0.58
2010-04-30 Tony Cook RT#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 Pit Re-run bump-perl-version to update a few missing spots
2010-04-30 Vincent Pit Teach bump-perl-version about "libperl511.a"
2010-04-30 Nicholas Clark Don't use a C++ keyword as a variable name ("new").
2010-04-29 Zefram put 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 Clark Deprecate Perl_ptr_table_clear(). Nothing outside sv...
2010-04-29 Nicholas Clark Regression 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 Signes import 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 Zefram don't use $[ in library code
2010-04-27 Jesse Vincent Add miyagawa to the list of release engineering suckers.
2010-04-26 Nicholas Clark Convert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas Clark For Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-26 Vincent Pit Fix 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 Pit Save the popped cx->blk_eval.old_namesv before calling...
2010-04-26 Robin Barker Fix h2ph and test
2010-04-26 Robin Barker avoid use of operator name in macro
2010-04-26 David Golden Fix 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 Barker remove Perl_pmflag
2010-04-26 Rafael Garcia... regen header after last patches
2010-04-26 Karl Williamson Note in delta an incompatibility for \cX
2010-04-26 Karl Williamson Deal with "\c{", and its kin
2010-04-26 Karl Williamson Make sure isCNTRL and isASCII work on signed chars
2010-04-26 Rafael Garcia... Minor edition nit in perlfunc
2010-04-26 Karl Williamson perlebcdic.pod nits plus improve controls docs
2010-04-26 Karl Williamson Clarify \c in perlop.pod.
2010-04-26 Karl Williamson Edits to perlrecharclass.pod
2010-04-26 Karl Williamson Nits in perlre.pod, x-referencing, broken links
2010-04-26 Karl Williamson Fix broken links
2010-04-26 Karl Williamson perlfunc.pod: case-change cleanup; mention packtut
2010-04-26 Karl Williamson Nits in perlunicode.pod
2010-04-26 Karl Williamson Clarify \c usage in perlrebackslash.pod
next