Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge the two 5134delta entries for uniary functions | Florian Ragwitz | 2010-08-31 | 1 | -41/+37 |
| | |||||
* | [perl #77234] Change 649d02de (unary prototypes) changes precedence | Father Chrysostomos | 2010-08-31 | 1 | -0/+23 |
| | | | | | This patch retroactively adds a description of the breakage to perl5134delta so it will be copied eventually into perl5140delta. | ||||
* | retitle perl5134delta.pod | Florian Ragwitz | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Improve perldelta formatting | Florian Ragwitz | 2010-08-20 | 1 | -7/+7 |
| | |||||
* | Finish up perl5134delta | Florian Ragwitz | 2010-08-20 | 1 | -2/+8 |
| | |||||
* | We break Switch | Florian Ragwitz | 2010-08-20 | 1 | -0/+5 |
| | |||||
* | HTML::Parser is fixed already | Florian Ragwitz | 2010-08-20 | 1 | -2/+2 |
| | |||||
* | perldelta t/re/overload.t | Florian Ragwitz | 2010-08-20 | 1 | -0/+5 |
| | |||||
* | Some nits picked on the 5.13.4 delta. | Steve Peters | 2010-08-19 | 1 | -4/+4 |
| | |||||
* | Get perl5134delta into a mostly finished state | Florian Ragwitz | 2010-08-19 | 1 | -233/+34 |
| | |||||
* | perldelta up to 41f69a9 | Florian Ragwitz | 2010-08-19 | 1 | -1/+17 |
| | |||||
* | Karl convinced me this isn't revelant | Florian Ragwitz | 2010-08-18 | 1 | -9/+0 |
| | | | | They've always been sort of private, even tho the symbols are exported. | ||||
* | perldelta up to ff7894f | Florian Ragwitz | 2010-08-18 | 1 | -2/+2 |
| | |||||
* | Note the HTML::Parser breakage | Florian Ragwitz | 2010-08-18 | 1 | -2/+4 |
| | | | | Also fix a link to substr(). | ||||
* | Steal some rewording from perl5122delta | Florian Ragwitz | 2010-08-18 | 1 | -5/+12 |
| | |||||
* | perldelta up to a8a2f4f | Florian Ragwitz | 2010-08-18 | 1 | -4/+21 |
| | |||||
* | perldelta Eric's lvalue/TARG changes | Florian Ragwitz | 2010-08-17 | 1 | -1/+8 |
| | |||||
* | perldelta up to d5da2b2 | Florian Ragwitz | 2010-08-17 | 1 | -1/+5 |
| | |||||
* | perldelta up to b474a1b | Florian Ragwitz | 2010-08-16 | 1 | -1/+11 |
| | |||||
* | Revert "Make the peep recurse via PL_peepp" | Florian Ragwitz | 2010-08-16 | 1 | -8/+0 |
| | | | | | | | | | | | | | This reverts commit 65bfe90c4b4ea5706a50067179e60d4e8de6807a. While it made a few of the things I wanted possible, a couple of other things one might need to do and I thought this change would enable don't actually work. Thanks Zefram for pointing out my mistake. Conflicts: ext/XS-APItest/APItest.xs op.c | ||||
* | perldelta up to a98d1b3 | Florian Ragwitz | 2010-08-15 | 1 | -16/+95 |
| | |||||
* | perldelta up to 2be7097 | Florian Ragwitz | 2010-08-15 | 1 | -12/+45 |
| | |||||
* | RT #77150: perlre documentation issue and possible fix | Chas. Owens | 2010-08-14 | 1 | -0/+12 |
| | |||||
* | regexp.h: Move bits around | Karl Williamson | 2010-08-11 | 1 | -0/+5 |
| | | | | | | | | | | | | make regen needed. This commit moves some bits in extflags around so that all the unallocated ones are at the boundary between the unshared portion and the portion shared with op.h. This allows them to be allocated in the future to go either way, without affecting binary compatibility at that time. The high-order bits are unaffected, but the low order ones move to fill the gap. | ||||
* | srand: change to return its seed | Karl Williamson | 2010-07-28 | 1 | -0/+10 |
| | | | | | | | | | | | | | | This commit changes srand to to return the seed instead of always returning 1. The motivation behind this is to allow applications to not have to come up with their own pseudo-random generator if they want repeatable results. The previous return behavior has never been documented. Note that it is possible, but very unlikely, for the seed to end up being 0, which means that if someone were relying on the undocumented previous behavior of srand returning true, that in very rare instances it would return 0, failing, and the next time they ran it, it would succeed, possibly leading to puzzlement and very rare unexplained failures. | ||||
* | Document in perldelta Karl's work I just merged | Rafael Garcia-Suarez | 2010-07-27 | 1 | -0/+6 |
| | | | | The original branch was putting this paragraph in perl5133delta.pod. | ||||
* | perldelta up to d6fa5a34 | Florian Ragwitz | 2010-07-26 | 1 | -18/+68 |
| | |||||
* | More perldelta | Florian Ragwitz | 2010-07-26 | 1 | -1/+18 |
| | |||||
* | perldelta up to 65bfe90c | Florian Ragwitz | 2010-07-25 | 1 | -1/+9 |
| | |||||
* | perldelta up to 34edcf0c | Florian Ragwitz | 2010-07-25 | 1 | -1/+5 |
| | |||||
* | perldelta up to a095c4ee | Florian Ragwitz | 2010-07-24 | 1 | -4/+13 |
| | |||||
* | perldelta up to 2ea2ea91 | Florian Ragwitz | 2010-07-23 | 1 | -10/+63 |
| | |||||
* | create perl5134delta.pod | David Golden | 2010-07-20 | 1 | -0/+374 |