Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'khwilliamson/x' into blead | Rafael Garcia-Suarez | 2009-12-12 | 1 | -5/+15 |
|\ | |||||
| * | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -5/+15 |
| | | |||||
* | | Updated docpointer for illguts | Reini Urban | 2009-12-09 | 1 | -5/+3 |
| | | |||||
* | | legalize =begin foo bar | Ricardo Signes | 2009-12-08 | 1 | -3/+7 |
| | | |||||
* | | more aggressively deprecate L<section> and L<"section"> | Ricardo Signes | 2009-12-08 | 2 | -10/+11 |
| | | |||||
* | | remove prohibition against L<text|href> | Ricardo Signes | 2009-12-08 | 2 | -4/+12 |
| | | |||||
* | | [perl #71000] Wrong variable name in warning | hv@crypt.org | 2009-12-06 | 1 | -0/+5 |
|/ | | | | Add a new warning "Missing argument in %s" | ||||
* | Unicode 5.2 | Karl Williamson | 2009-12-03 | 1 | -0/+6 |
| | |||||
* | Document if.pm in perlfunc | Zefram | 2009-11-30 | 1 | -0/+9 |
| | |||||
* | Document backreferences to groups that did not match | Moritz Lenz | 2009-11-28 | 1 | -0/+4 |
| | | | | | Also add a test for that, fill in test description, and sneak in a vim modeline for re_tests | ||||
* | Slight rewording of last patch | Rafael Garcia-Suarez | 2009-11-24 | 1 | -4/+8 |
| | |||||
* | add mention of PERL_MEM_LOG in perlrun.pod | Jim Cromie | 2009-11-24 | 1 | -0/+10 |
| | |||||
* | Remove generated file pod/perluniprops.pod from the source distribution | Rafael Garcia-Suarez | 2009-11-24 | 2 | -2783/+1 |
| | |||||
* | mktables not run unless needed | Karl Williamson | 2009-11-24 | 1 | -1/+2 |
| | |||||
* | * Remove some end-of-line whitespace from perlebcdic | brian d foy | 2009-11-23 | 1 | -3/+3 |
| | |||||
* | * Convert some pod files to UTF-8 (like all of the other pod files) | brian d foy | 2009-11-23 | 5 | -10/+10 |
| | |||||
* | * Reword the sentence about checking unlink failures | brian d foy | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Added a perltodo about enabling/disabling individual warnings | Jesse Vincent | 2009-11-23 | 1 | -0/+5 |
| | |||||
* | More info about camel in perlrepository.pod | Dennis Kaarsemaker | 2009-11-23 | 1 | -9/+18 |
| | | | | Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl> | ||||
* | Add new pod file to various lists and makefiles | Rafael Garcia-Suarez | 2009-11-22 | 1 | -0/+1 |
| | |||||
* | Simplify title of perluniprops | Rafael Garcia-Suarez | 2009-11-22 | 1 | -2/+1 |
| | | | | The man standard requires the title to be on one line. | ||||
* | Add deprecation of goto to inner scopes to perldelta | Rafael Garcia-Suarez | 2009-11-22 | 1 | -2/+4 |
| | |||||
* | Add Karl's text describing his Unicode property changes to perldelta | Rafael Garcia-Suarez | 2009-11-22 | 1 | -0/+100 |
| | |||||
* | Merge branch 'mktables' into blead | Rafael Garcia-Suarez | 2009-11-22 | 1 | -0/+2783 |
|\ | |||||
| * | mktables revamp | Karl Williamson | 2009-11-21 | 1 | -0/+2783 |
| | | |||||
* | | Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242cdb | Vincent Pit | 2009-11-21 | 1 | -154/+154 |
|/ | |||||
* | Add new warning introduced by last patch in perldiag. | Rafael Garcia-Suarez | 2009-11-21 | 2 | -2/+7 |
| | |||||
* | deprecate "goto" to jump into a construct | Gerard Goossen | 2009-11-21 | 1 | -12/+15 |
| | |||||
* | Clarify docs for implicit "next" on all "when" blocks | Moritz Lenz | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | Fix up the NAME in perl5112delta.pod | Nicholas Clark | 2009-11-20 | 1 | -1/+1 |
| | | | | | (It needs to be this way to make search.cpan.org generate the right links) This step is already described in release_managers_guide.pod. | ||||
* | create perl5113delta | Leon Brocard | 2009-11-20 | 2 | -0/+281 |
| | |||||
* | Tiny English fix | Leon Brocard | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | * Note that unlink sets $! on failure. | brian d foy | 2009-11-19 | 1 | -10/+19 |
| | | | | | | | | | | | | | | | The docs to unlink didn't explicitly note that it set $! on failure, unlike the docs on some other system calls do. While I was in there, I cleansed the entry a little and added an example of unlinking files one-by-one to find the ones that fail. Modern Perl fix: let's call a glob a glob() and not a <*>. This problem was noted on the Perl Beginner's list: http://www.nntp.perl.org/group/perl.beginners/2009/11/msg110062.html | ||||
* | * Fixing inconsistent use of tabs in perlfunc. Now it's spaces spaces spaces. | brian d foy | 2009-11-19 | 1 | -401/+401 |
| | |||||
* | * FAQ sync for Nov blead release | brian d foy | 2009-11-19 | 8 | -128/+913 |
| | | | | | This comes from 028b6d17a07335707c2b234cb69ac4051ed48435 in git@github.com:briandfoy/perlfaq.git | ||||
* | * Fixed sort example using =(\d+) | brian d foy | 2009-11-19 | 1 | -31/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example wanted to sort a list like qw(=1 =2 =a =3 =d). One example tried to be clever with array indices and precomputed an array in @nums. However, it forgot to leave holes for the elements where it could not extract a run of digits. Once the indices were misaligned, the sort didn't give the right answer. I know you can read the patch, but since I fixed whitespace too, a simple diff gives you a lot of output. The old example had: for (@old) { push @nums, /=(\d+)/; push @caps, uc($_); } The new one keeps the indices aligned by using undef when the match failed: for (@old) { push @nums, ( /=(\d+)/ ? $1 : undef ); push @caps, uc($_); } This issue was reported on Stackoverflow: http://stackoverflow.com/questions/1754441 | ||||
* | The lexer API is very exciting, but only mention it once | Leon Brocard | 2009-11-19 | 1 | -9/+0 |
| | |||||
* | Run Porting/podtidy | Leon Brocard | 2009-11-19 | 1 | -80/+90 |
| | |||||
* | Add details of module updates | Leon Brocard | 2009-11-19 | 1 | -4/+35 |
| | |||||
* | Delete a few more sections | Leon Brocard | 2009-11-19 | 1 | -43/+0 |
| | |||||
* | Delete sections, add a bunch more | Leon Brocard | 2009-11-19 | 1 | -103/+77 |
| | |||||
* | Fix POD: C<...->...> => C<< ...-> ... >> | Frank Wiegand | 2009-11-19 | 2 | -2/+2 |
| | | | | Signed-off-by: Abigail <abigail@abigail.be> | ||||
* | Fill in some details about the release | Leon Brocard | 2009-11-19 | 1 | -6/+56 |
| | |||||
* | Tweak tense, remove double spaces | Leon Brocard | 2009-11-19 | 1 | -14/+13 |
| | |||||
* | lexer API fixes | Zefram | 2009-11-19 | 1 | -9/+11 |
| | | | | | | | | | | | | | The attached patch contains these fixes for the lexer API work: * fix MinGW-revealed problem in BOM logic (replacing Jan's patch) * fix warnings from t/op/incfilter.t * probably fix g++ failure due to goto bypassing initialisation * perl5112delta update -zefram Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl> | ||||
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead | Leon Brocard | 2009-11-18 | 1 | -46/+50 |
|\ | |||||
| * | {camel,dromedary}.booking.com names are gone, so update them to ↵ | Vincent Pit | 2009-11-18 | 1 | -46/+50 |
| | | | | | | | | | | | | {,users.}per5.git.perl.org And run podtidy. | ||||
* | | Add the 5.11.2 release | Leon Brocard | 2009-11-18 | 1 | -0/+1 |
|/ | |||||
* | Document SIGPIPE when printing to closed socket | David Golden | 2009-11-16 | 1 | -0/+3 |
| | |||||
* | lexer API | Zefram | 2009-11-15 | 1 | -0/+14 |
| | | | | | | | | | Attached is a patch that adds a public API for the lowest layers of lexing. This is meant to provide a solid foundation for the parsing that Devel::Declare and similar modules do, and it complements the pluggable keyword mechanism. The API consists of some existing variables combined with some new functions, all marked as experimental (which making them public certainly is). |