Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add perldelta for Unicode CCC132 fix | Karl Williamson | 2012-05-23 | 1 | -0/+7 |
| | |||||
* | [perl #112604] perlre man page contains suspect example of recursion | Ronald J Kimball | 2012-05-23 | 1 | -1/+1 |
| | | | | | | | | | Jim Avera wrote: > This seems incorrect because the \s++ eats all white space without > backtracking, preventing the following \s+ from matching. > Thus the pattern always fails for any input. It should be \s+ \+ \s+ | ||||
* | [perl #112522] Mildly incorrect wording in "perldoc perlre" | Aristotle Pagaltzis | 2012-05-23 | 1 | -2/+2 |
| | |||||
* | Correct perldelta entry for fallback entry | Father Chrysostomos | 2012-05-23 | 1 | -2/+2 |
| | |||||
* | perldelta for PL_amagic_generation removal | Father Chrysostomos | 2012-05-23 | 1 | -4/+2 |
| | |||||
* | perlfunc: long lines | Father Chrysostomos | 2012-05-23 | 1 | -215/+231 |
| | |||||
* | Purported equivalency isn't. | Eric Brine | 2012-05-22 | 1 | -3/+3 |
| | |||||
* | perlebcdic: make verbatim line fit in 79 cols | Karl Williamson | 2012-05-22 | 1 | -3/+3 |
| | |||||
* | perlebcdic: Narrow table to fit in 79 columns | Karl Williamson | 2012-05-22 | 1 | -292/+291 |
| | | | | | | | | | This uses the abbreviations for control characters available officially in Unicode 6.1, instead of the much longer names, thus enabling this table to be narrowed. With some space changes, it will fit in 79 columns. The differences look large, but most go away under 'diff -b'. The recipes are changed to correspond. | ||||
* | perlebcdic: Add a few commas for clarity | Karl Williamson | 2012-05-22 | 1 | -3/+3 |
| | |||||
* | perlebcdic: remove trailing white space | Karl Williamson | 2012-05-22 | 1 | -167/+167 |
| | |||||
* | perlfunc: Add reference to simple folding docs | Karl Williamson | 2012-05-22 | 1 | -1/+3 |
| | |||||
* | Experimentally add VT to \s definition | Karl Williamson | 2012-05-22 | 1 | -0/+8 |
| | | | | | | | | | | | | | | This commit is the minimal necessary to get \s to match the vertical tab. It is being done early in the 5.17 series in order to see what repercussions there might be from doing this. It may well be that we decide that this change will require a 'use feature' to activate. In any event there is significant documentation of the behavior without the VT that this patch does not address at all. Tom Christiansen asked Larry Wall why \s did not include VT, and reported that Larry replied that he did not remember, but had no objections to adding it. | ||||
* | perldelta for undef *_, &CORE::time crash | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
| | |||||
* | perldelta for while(each %h) | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
| | |||||
* | perldelta for pos %foo | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
| | |||||
* | perldelta for ‘no overload "invalid"’ warnings | Father Chrysostomos | 2012-05-21 | 1 | -0/+6 |
| | |||||
* | perldelta for overload fallback inheritance | Father Chrysostomos | 2012-05-21 | 1 | -0/+4 |
| | |||||
* | perldelta for overload caching bug fixes | Father Chrysostomos | 2012-05-21 | 1 | -0/+11 |
| | |||||
* | perldelta for changed AMAGIC table mechanism | Father Chrysostomos | 2012-05-21 | 1 | -1/+19 |
| | |||||
* | perldelta for File::stat’s -p | Father Chrysostomos | 2012-05-21 | 1 | -0/+2 |
| | |||||
* | perldelta for vec w/2GB offsets | Father Chrysostomos | 2012-05-21 | 1 | -0/+4 |
| | |||||
* | perldelta for File::stat -r warning | Father Chrysostomos | 2012-05-21 | 1 | -2/+10 |
| | |||||
* | perldelta for method{} | Father Chrysostomos | 2012-05-21 | 1 | -0/+6 |
| | |||||
* | perldelta for CORE:: and TARG | Father Chrysostomos | 2012-05-21 | 1 | -0/+9 |
| | |||||
* | perldelta for undef *^H non-ambiguity | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
| | |||||
* | perldelta for Hash::Util changes | Father Chrysostomos | 2012-05-21 | 1 | -0/+14 |
| | |||||
* | perldelta for modding $_[0] in STORABLE_freeze | Father Chrysostomos | 2012-05-21 | 1 | -1/+4 |
| | |||||
* | perldelta for setting $^N | Father Chrysostomos | 2012-05-21 | 1 | -0/+6 |
| | |||||
* | perldelta for copying call checkers to closures | Father Chrysostomos | 2012-05-21 | 1 | -0/+6 |
| | |||||
* | perldelta for hvstore and %^H | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
| | |||||
* | perldelta for goto "\0" | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
| | |||||
* | perldelta for goto "" | Father Chrysostomos | 2012-05-21 | 1 | -1/+2 |
| | |||||
* | Remove double space from Pod::Functions descr | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | [perl #112692] perlfunc: waitpid takes two args | Eric Brine | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | Annihilate ‘A’ magic | Father Chrysostomos | 2012-05-21 | 1 | -61/+58 |
| | | | | | | | | | How ironic! Overloading is called ‘A’ magic internally all over the place, because of the letter used as its magic type. But now it does not even use that magic. I left a comment in mg_vtable.pl, so that future maintainers will have some clue as to what AMAGIC means. | ||||
* | Correct spelling error reported by rrt. | jkeenan | 2012-05-21 | 1 | -2/+2 |
| | | | | For RT #112772. | ||||
* | [perlfunc] fix usage of wait | Moritz Lenz | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | document the return value of pipe() | Tony Cook | 2012-05-21 | 1 | -0/+2 |
| | |||||
* | perldiag: Rewrap symref error for better splain output | Father Chrysostomos | 2012-05-21 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Before: (F) You've told Perl to dereference a string, something which use strict blocks to prevent it happening accidentally. See "Symbolic references" in perlref. This can be triggered by an @ or $ in a double-quoted string immediately before interpolating a variable, for example in "user @$twitter_id", which says to treat the contents of $twitter_id as an array reference; use a \ to have a literal @ symbol followed by the contents of $twitter_id: "user \@$twitter_id". After: (F) You've told Perl to dereference a string, something which use strict blocks to prevent it happening accidentally. See "Symbolic references" in perlref. This can be triggered by an @ or $ in a double-quoted string immediately before interpolating a variable, for example in "user @$twitter_id", which says to treat the contents of $twitter_id as an array reference; use a \ to have a literal @ symbol followed by the contents of $twitter_id: "user \@$twitter_id". | ||||
* | Make symbolic references diagnostic less cryptic | Smylers | 2012-05-21 | 1 | -2/+7 |
| | | | | | | | | | | | | If somebody has accidentally used a symbolic reference with strict enabled and are looking for diagnostics then it's likely they didn't intend to use a symbolic reference at all. A beginner may not even know what a symbolic reference is, or even a reference. So explain the error in terms of what the user has done, not what sort of references are allowed. Provide a simple example of how this error can occur, so even those who don't know about references have a chance of spotting and fixing their mistake. | ||||
* | document behavior of duplicate keys in hash assignment | Lukas Mai | 2012-05-21 | 1 | -0/+23 |
| | |||||
* | add a directory of tests to run with large available memory | Tony Cook | 2012-05-21 | 1 | -0/+7 |
| | | | | Intended for testing 64-bit behavious | ||||
* | [perl #112418] Fix POD paragraph formatting | Father Chrysostomos | 2012-05-21 | 1 | -0/+1 |
| | | | | | There was no empty line before a verbatim paragraph, making it not verbatim. | ||||
* | perldata: Consistent spaces after dots | Father Chrysostomos | 2012-05-21 | 1 | -13/+13 |
| | |||||
* | Copy call checker when cloning closure prototype | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
| | | | | | Otherwise cv_set_call_checker has no effect inside an attribute han- dler for a closure. | ||||
* | Removed a redundant 'once' | Alan Haggai Alavi | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | create the new perldelta for 5.17.0 | Ricardo Signes | 2012-05-20 | 3 | -4073/+4469 |
| | |||||
* | perlhist: add the perl-5.16.0 and -RC2 datesv5.16.0 | Ricardo Signes | 2012-05-20 | 1 | -0/+2 |
| | |||||
* | perldelta: fix the example of lvalue ref from substr | Ricardo Signes | 2012-05-20 | 1 | -2/+2 |
| | | | | reported by Shlomi Fish |