summaryrefslogtreecommitdiff
path: root/pod/perl5134delta.pod
Commit message (Collapse)AuthorAgeFilesLines
* Merge the two 5134delta entries for uniary functionsFlorian Ragwitz2010-08-311-41/+37
|
* [perl #77234] Change 649d02de (unary prototypes) changes precedenceFather Chrysostomos2010-08-311-0/+23
| | | | | This patch retroactively adds a description of the breakage to perl5134delta so it will be copied eventually into perl5140delta.
* retitle perl5134delta.podFlorian Ragwitz2010-08-201-1/+1
|
* Improve perldelta formattingFlorian Ragwitz2010-08-201-7/+7
|
* Finish up perl5134deltaFlorian Ragwitz2010-08-201-2/+8
|
* We break SwitchFlorian Ragwitz2010-08-201-0/+5
|
* HTML::Parser is fixed alreadyFlorian Ragwitz2010-08-201-2/+2
|
* perldelta t/re/overload.tFlorian Ragwitz2010-08-201-0/+5
|
* Some nits picked on the 5.13.4 delta.Steve Peters2010-08-191-4/+4
|
* Get perl5134delta into a mostly finished stateFlorian Ragwitz2010-08-191-233/+34
|
* perldelta up to 41f69a9Florian Ragwitz2010-08-191-1/+17
|
* Karl convinced me this isn't revelantFlorian Ragwitz2010-08-181-9/+0
| | | | They've always been sort of private, even tho the symbols are exported.
* perldelta up to ff7894fFlorian Ragwitz2010-08-181-2/+2
|
* Note the HTML::Parser breakageFlorian Ragwitz2010-08-181-2/+4
| | | | Also fix a link to substr().
* Steal some rewording from perl5122deltaFlorian Ragwitz2010-08-181-5/+12
|
* perldelta up to a8a2f4fFlorian Ragwitz2010-08-181-4/+21
|
* perldelta Eric's lvalue/TARG changesFlorian Ragwitz2010-08-171-1/+8
|
* perldelta up to d5da2b2Florian Ragwitz2010-08-171-1/+5
|
* perldelta up to b474a1bFlorian Ragwitz2010-08-161-1/+11
|
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-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 a98d1b3Florian Ragwitz2010-08-151-16/+95
|
* perldelta up to 2be7097Florian Ragwitz2010-08-151-12/+45
|
* RT #77150: perlre documentation issue and possible fixChas. Owens2010-08-141-0/+12
|
* regexp.h: Move bits aroundKarl Williamson2010-08-111-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 seedKarl Williamson2010-07-281-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 mergedRafael Garcia-Suarez2010-07-271-0/+6
| | | | The original branch was putting this paragraph in perl5133delta.pod.
* perldelta up to d6fa5a34Florian Ragwitz2010-07-261-18/+68
|
* More perldeltaFlorian Ragwitz2010-07-261-1/+18
|
* perldelta up to 65bfe90cFlorian Ragwitz2010-07-251-1/+9
|
* perldelta up to 34edcf0cFlorian Ragwitz2010-07-251-1/+5
|
* perldelta up to a095c4eeFlorian Ragwitz2010-07-241-4/+13
|
* perldelta up to 2ea2ea91Florian Ragwitz2010-07-231-10/+63
|
* create perl5134delta.podDavid Golden2010-07-201-0/+374