summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More tests for Safedual/SafeRafael Garcia-Suarez2010-05-123-1/+40
* Add Porting/checkpodencoding.pl to MANIFESTH.Merijn Brand2010-05-111-0/+1
* separate the 0755 from the . $TAINT0. this silences the warning "Dot after oc...Richard Soderberg2010-05-101-1/+1
* Clarify that mail to perlbug also goes to p5pÆvar Arnfjörð Bjarmason2010-05-091-4/+7
* PATCH [perl #74978] dot after } breaks \N{}Karl Williamson2010-05-082-6/+10
* Note in comment that many \N{...} tests won't work hereKarl Williamson2010-05-081-0/+2
* Comment where to find file's formatKarl Williamson2010-05-081-1/+1
* perldelta item on PL_restartjmpenvZefram2010-05-081-0/+10
* perldelta item on $[ usageZefram2010-05-081-0/+5
* perldelta item on B::Deparse package+label fixZefram2010-05-081-0/+13
* perldelta item on reliable exception handlingZefram2010-05-081-0/+50
* perlunifaq, uniintro: fix for 80 col displayKarl Williamson2010-05-082-14/+16
* perlunicode: fix for 80 col displayKarl Williamson2010-05-081-49/+56
* perlreref: missing info, 80 col displayKarl Williamson2010-05-081-41/+64
* perlrecharclass: Clarify \p{Punct}, fix for 80 colKarl Williamson2010-05-081-9/+13
* perlrebackslash: fix for 80 col displayKarl Williamson2010-05-081-4/+4
* perlre: fix for 80 col displayKarl Williamson2010-05-081-120/+121
* perlport: fix 80 col display; broken linkKarl Williamson2010-05-081-10/+10
* Fix to display ok in 80 columnsKarl Williamson2010-05-081-24/+25
* Fix perlebcdic for for 80 column tty; fix C<>sKarl Williamson2010-05-081-47/+51
* Add =encoding utf8 to all core non-ASCII POD files + test scriptÆvar Arnfjörð Bjarmason2010-05-0811-1/+89
* RT #34604 didn't honour tied overloaded valuesDavid Mitchell2010-05-082-20/+39
* add SV_SKIP_OVERLOAD flag to sv_2*v_flags fnsDavid Mitchell2010-05-082-4/+19
* add flags arg to sv_2nv (as sv_2nv_flags)David Mitchell2010-05-087-9/+23
* Modify Module::CoreList docs to state the availability of the removed_from() ...Chris 'BinGOs' Williams2010-05-081-0/+4
* Backport patch from CPANPLUS-0.9004 to cpanp-run-perlChris 'BinGOs' Williams2010-05-081-1/+2
* Bump Module::Corelist for cherrypicking to maint-5.12Jesse Vincent2010-05-071-2/+633
* Make t/op/sprintf.t test multiple warningsVincent Pit2010-05-061-4/+4
* Stop returning 0 for sprintf("%.0g")Vincent Pit2010-05-062-3/+7
* Really test special sprintf formatsVincent Pit2010-05-061-1/+2
* Make sv_vcatpvfn() complain when special formats "%s" and "%.0f" can't find t...Vincent Pit2010-05-062-1/+7
* Change perlgpl.pod to GPL 1 to match READMEDavid Golden2010-05-062-361/+277
* Move code to after the variable declarations.Nicholas Clark2010-05-061-2/+5
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-05-053-6/+90
|\
| * bump PerlIO::scalar versionDavid Mitchell2010-05-051-1/+1
| * RT 43789: "in memory" files don't call STOREDavid Mitchell2010-05-052-5/+89
* | Revert "New deprecation warning: Dot after %s literal is concatenation"Jesse Vincent2010-05-053-37/+0
* | Revert "Fix tests and add one more test for the deprecation warning added in ...Jesse Vincent2010-05-051-7/+6
* | Revert "Deprecation warnings should always be mandatory since 5.12.0"Jesse Vincent2010-05-051-2/+2
* | Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-056-58/+17
|/
* When saving ints, if the value is small enough save it with the type.Nicholas Clark2010-05-053-1/+13
* When saving I32s, if the value is small enough save it with the type.Nicholas Clark2010-05-053-1/+13
* If we're going to introduce an @@ array, we'll want to be able to parse $#@ tooRafael Garcia-Suarez2010-05-051-1/+1
* Give an error message if bison is not found at allLeon Brocard2010-05-041-0/+4
* For SAVEt_I16, save the value with the type.Nicholas Clark2010-05-042-3/+5
* note in perldelta that local @tied not tied nowDavid Mitchell2010-05-041-0/+15
* make 'local $tied' untiedDavid Mitchell2010-05-042-1/+29
* make local @tied, %tied, untiedDavid Mitchell2010-05-042-1/+36
* die() no longer propagates outside of a Safe compartmentRafael Garcia-Suarez2010-05-041-0/+1
* Fix parameter name for die_unwind() in embed.fncRafael Garcia-Suarez2010-05-042-3/+3