summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add new release to perlhistRicardo Signes2010-05-201-0/+1
|
* update MANIFEST, remove delta for uninstalled fileRicardo Signes2010-05-202-5/+2
|
* further updates to CoreListRicardo Signes2010-05-202-68/+74
| | | | Who knew there was a helper to do this, now!
* Update META.ymlRicardo Signes2010-05-201-2/+1
| | | | Notice the glorious deletion of Switch from the manifest!
* bump CoreList versionRicardo Signes2010-05-201-2/+2
|
* add vertical space to CoreList.pmRicardo Signes2010-05-201-0/+11
| | | | | This makes it easy to move through the file with { and } in vi. Yes, this really helps.
* remove empty perldelta sectionRicardo Signes2010-05-201-2/+0
|
* update change commandRicardo Signes2010-05-201-2/+2
|
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-2020-120/+120
|
* replace 2nd 5.013000 block with 5.013001Ricardo Signes2010-05-201-2/+2
|
* update CoreList for 5.13.1Ricardo Signes2010-05-201-1/+627
|
* bump version on modules changed since 5.13.0Ricardo Signes2010-05-204-4/+4
|
* pass through perl5131delta in prep of releaseRicardo Signes2010-05-201-155/+28
|
* Add a note in perl5131delta about given return valuesVincent Pit2010-05-202-8/+28
| | | | And tweak its documentation.
* Adding script used for recent perlhist changes.Curtis Jewell2010-05-191-0/+159
|
* Update perlhist.pod for 5.10.1-5.12.1Curtis Jewell2010-05-191-90/+94
|
* bumped File::Find version to 1.16David Golden2010-05-191-1/+1
|
* Fixed typo: "effecting data" -> "affecting data".Dan Dascalescu2010-05-191-1/+1
|
* Merge branch 'vincent/rvalue_stmt_given' into bleadVincent Pit2010-05-194-35/+236
|\
| * Make given() statements return the last evaluated expressionVincent Pit2010-01-034-35/+236
| |
* | perldelta entries for my changes in 5.13.1.Nicholas Clark2010-05-191-0/+48
| |
* | add reminder about updating epigraphs.pod to RMGDavid Golden2010-05-191-0/+4
| |
* | the proper term is epigraph, not epigramDavid Golden2010-05-191-16/+20
| |
* | document historical release epigramsDavid Golden2010-05-191-0/+1053
| |
* | Actually note that Shell.pm is deprecated for 5.13 and 5.14, so we canJesse Vincent2010-05-181-0/+2
| | | | | | | | remove it in 5.15 in the Spring of 2011.
* | Shell.pm was missing its deprecation warning in 5.12. So it can't beJesse Vincent2010-05-184-0/+348
| | | | | | | | | | | | | | | | removed in 5.14. Revert "Remove Shell from the core distribution. Get it from CPAN now." This reverts commit 28d302d426b73ed76fdcc816dd51bb1a8f93332b.
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-05-1813-81/+159
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'blead' of ssh://perl5.git.perl.org/gitroot/perl: Fix groups.t test on AIX further fix for RT #23810 use the correct format codes in warnings from gmtime/localtime Better perldiag heading for "\cX" deprecation warning PATCH: Clean up EBCDIC handling of \cX [perl #41530] s/non-utf8/is-utf8/ fails. Fix for README.aix and XL C/C++ V11
| * | Fix groups.t test on AIXRainer Tammer2010-05-181-1/+2
| | | | | | | | | | | | 'id -a' doesn't work, so try it without the -a if that fails.
| * | further fix for RT #23810David Mitchell2010-05-182-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for #23810, 27e904532594b7fb, introduced a regression, spotted by Nicholas as RT #75146. Basically, in S_doeval() if the yyparse() fails due to dying (rather than just bailing out with with a syntax error, say), then the topmost EVAL context will have been popped. My improved error handling code mostly understood the difference, but forgot that in the die case, PL_eval_root will have been restored to its previous value by the CX pop, and thus its value shouldn't be messed with.
| * | use the correct format codes in warnings from gmtime/localtimeTony Cook2010-05-172-6/+47
| | |
| * | Better perldiag heading for "\cX" deprecation warningRafael Garcia-Suarez2010-05-171-1/+1
| | |
| * | PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-174-54/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function perl_ebcdic_control() is unnecessary, as the toCTRL macro that calls it can be changed to just map EBCDIC to ASCII first, and then doing the normal procedure. This means that EBCDIC and ASCII will no longer diverge. Currently, EBCIDIC gives a syntax error for inputs outside its domain, whereas the ASCII version accepts some of them.
| * | [perl #41530] s/non-utf8/is-utf8/ fails.Karl Williamson2010-05-172-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the replacement is in utf8, there was failure to upgrade the result when the source and the pattern weren't in utf8. This simply checks that when there is a match that will lead to the replacement being done. It then does the upgrade. If this led to changes in the source, we redo the match because pointers to saved buffers could have changed. There may be other cases where we don't need to redo the match, but I don't know the code well-enough to easily figure it out.
| * | Fix for README.aix and XL C/C++ V11Rainer Tammer2010-05-141-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, I have attached a small doc fix for README.aix. It contains information regarding the new XL C/C++ V11 compiler. This patch is only for bleed. I have already posted the correct fix for maint-5.12. Thanks. Bye Rainer From f66807e32b4c01bb58b61cb3e48d89da9c2c4bd7 Mon Sep 17 00:00:00 2001 From: Rainer Tammer <tammer@tammer.net> Date: Fri, 14 May 2010 09:48:25 +0200 Subject: [PATCH] FIX to README.aix for V11 compiler Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* | | Adding Chris Williams as our November 2010 suckerJesse Vincent2010-05-181-0/+2
|/ /
* | Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList should say soJesse Vincent2010-05-131-2/+2
| |
* | New release date for 5.12.1 in light of the new RCJesse Vincent2010-05-132-2/+2
| |
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-05-136-16/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'blead' of ssh://perl5.git.perl.org/gitroot/perl: Return 0 (with a warning) for sprintf("%.0g") and sprintf("%.0f") Updating list of DOSish perls in perlport.pod. Add Porting/checkpodencoding.pl to MANIFEST separate the 0755 from the . $TAINT0. this silences the warning "Dot after octal literal is concatenation". Clarify that mail to perlbug also goes to p5p
| * | Return 0 (with a warning) for sprintf("%.0g") and sprintf("%.0f")Nicholas Clark2010-05-132-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is special case code in the sprintf implementation, for simple %f and %g formats, conditionally compiled in only when NVs are doubles. Under long doubles, these are handled by the general purpose code, which always returns 0 if the argument is missing. Note that sprintf(" %.0g"), ie a leading space, sufficient to bypass the special case code, would return the string " 0". The special case code used to return an empty string, meaning that the behaviour of sprintf("%.0g") and sprintf("%.0f") was inconsistent between a perl built with doubles, and a perl with long doubles, and the behaviour of sprintf("%.0g") and sprintf(" %.0g") was inconsistent. 5b98cd54dff3b163 fixed #62874 - the special case code did not warn, but changed behaviour to return 0. d347ad18ecf3da70 undid the behaviour change, viewing it as a regression. However, the tests added in 5b98cd54dff3b163 expose the inconsistency in behaviour between doubles and long doubles. There should be no inconsistency, hence the only logically consistent conclusion is that the special case implementation was wrong - it cannot give results inconsistent with the general code. Hence this commit changes it to return 0 (with a warning). This is achieved by simply skipping the special case code, if there are insufficient arguments.
| * | Updating list of DOSish perls in perlport.pod.Curtis Jewell2010-05-121-0/+3
| | |
| * | Add Porting/checkpodencoding.pl to MANIFESTH.Merijn Brand2010-05-111-0/+1
| | |
| * | separate the 0755 from the . $TAINT0. this silences the warning "Dot after ↵Richard Soderberg2010-05-101-1/+1
| | | | | | | | | | | | octal literal is concatenation".
| * | Clarify that mail to perlbug also goes to p5pÆvar Arnfjörð Bjarmason2010-05-091-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | The wording added in 64a8e22bd3 didn't clarify that mail to perlbug is also forwarded to perl5-porters. Make this section clearer so that it now explains that perlbug is just perl5-porters + RT tracking. See the discussion after Craig A. Berry's comment in RT #73914 for reference.
* | | Correcting the release date of 5.12.1Jesse Vincent2010-05-132-1/+2
|/ /
* | PATCH [perl #74978] dot after } breaks \N{}Karl Williamson2010-05-082-6/+10
| | | | | | | | | | | | | | | | | | The problem is that a dot can come between the braces in \N{foo.bar}, but when searching for it, I didn't stop looking at the right brace, so it generated an error inappropriately. This is essentially a minimum patch; efficiency could be improved slightly with a little more work.
* | 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
| |