p5sagit/p5-mst-13.2.git
2010-05-19 Vincent Pit Merge branch 'vincent/rvalue_stmt_given' into blead
2010-05-19 Nicholas Clark perldelta entries for my changes in 5.13.1.
2010-05-19 David Golden add reminder about updating epigraphs.pod to RMG
2010-05-19 David Golden the proper term is epigraph, not epigram
2010-05-19 David Golden document historical release epigrams
2010-05-18 Jesse Vincent Actually note that Shell.pm is deprecated for 5.13...
2010-05-18 Jesse Vincent Shell.pm was missing its deprecation warning in 5.12...
2010-05-18 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-05-18 Jesse Vincent Adding Chris Williams as our November 2010 sucker
2010-05-18 Rainer Tammer Fix groups.t test on AIX
2010-05-17 David Mitchell further fix for RT #23810
2010-05-17 Tony Cook use the correct format codes in warnings from gmtime...
2010-05-17 Rafael Garcia... Better perldiag heading for "\cX" deprecation warning
2010-05-17 Karl Williamson PATCH: Clean up EBCDIC handling of \cX
2010-05-17 Karl Williamson [perl #41530] s/non-utf8/is-utf8/ fails.
2010-05-14 Rainer Tammer Fix for README.aix and XL C/C++ V11
2010-05-13 Jesse Vincent Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList...
2010-05-13 Jesse Vincent New release date for 5.12.1 in light of the new RC
2010-05-13 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-05-13 Jesse Vincent Correcting the release date of 5.12.1
2010-05-13 Nicholas Clark Return 0 (with a warning) for sprintf("%.0g") and sprin...
2010-05-13 Curtis Jewell Updating list of DOSish perls in perlport.pod.
2010-05-11 H.Merijn Brand Add Porting/checkpodencoding.pl to MANIFEST
2010-05-10 Richard Soderberg separate the 0755 from the . $TAINT0. this silences...
2010-05-09 Ævar Arnfjörð... Clarify that mail to perlbug also goes to p5p
2010-05-08 Karl Williamson PATCH [perl #74978] dot after } breaks \N{}
2010-05-08 Karl Williamson Note in comment that many \N{...} tests won't work...
2010-05-08 Karl Williamson Comment where to find file's format
2010-05-08 Zefram perldelta item on PL_restartjmpenv
2010-05-08 Zefram perldelta item on $[ usage
2010-05-08 Zefram perldelta item on B::Deparse package+label fix
2010-05-08 Zefram perldelta item on reliable exception handling
2010-05-08 Karl Williamson perlunifaq, uniintro: fix for 80 col display
2010-05-08 Karl Williamson perlunicode: fix for 80 col display
2010-05-08 Karl Williamson perlreref: missing info, 80 col display
2010-05-08 Karl Williamson perlrecharclass: Clarify \p{Punct}, fix for 80 col
2010-05-08 Karl Williamson perlrebackslash: fix for 80 col display
2010-05-08 Karl Williamson perlre: fix for 80 col display
2010-05-08 Karl Williamson perlport: fix 80 col display; broken link
2010-05-08 Karl Williamson Fix to display ok in 80 columns
2010-05-08 Karl Williamson Fix perlebcdic for for 80 column tty; fix C<>s
2010-05-08 Ævar Arnfjörð... Add =encoding utf8 to all core non-ASCII POD files...
2010-05-08 David Mitchell RT #34604 didn't honour tied overloaded values
2010-05-08 David Mitchell add SV_SKIP_OVERLOAD flag to sv_2*v_flags fns
2010-05-08 David Mitchell add 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 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.
next