| Commit message (Expand) | Author | Age | Files | Lines |
* | document the deprecation of literal ctrl char varnames | Ricardo Signes | 2013-11-25 | 1 | -2/+6 |
* | [perl #119123] disallow literal control character variables | Brian Fraser | 2013-09-18 | 1 | -0/+3 |
* | perldata.pod: Mention what version introduced kv slices | Father Chrysostomos | 2013-09-15 | 1 | -2/+4 |
* | Improve new slice docs in perldata.pod | Father Chrysostomos | 2013-09-13 | 1 | -8/+13 |
* | perldata.pod: Capitalise =head3 consistently | Father Chrysostomos | 2013-09-13 | 1 | -2/+2 |
* | perldata.pod: consistent spaces after dots | Father Chrysostomos | 2013-09-13 | 1 | -3/+4 |
* | short documentation for key/value hash/array slices | Ruslan Zakirov | 2013-09-13 | 1 | -0/+17 |
* | Delete superfluous lines; clarify identifier parsing. | James E Keenan | 2013-07-03 | 1 | -7/+2 |
* | perldata: More identifier definition fix | Karl Williamson | 2013-06-21 | 1 | -1/+2 |
* | PATCH [perl #118563]: Fix perldata ident defn | Karl Williamson | 2013-06-21 | 1 | -1/+7 |
* | Restrict the valid identifier syntax, fix some identifier bugs. | Brian Fraser | 2013-03-06 | 1 | -2/+102 |
* | [perl #114498] Document (0)[1,2] better | Aristotle Pagaltzis | 2012-08-31 | 1 | -1/+6 |
* | perldata: #109408 | Brian Fraser | 2012-06-27 | 1 | -2/+1 |
* | clarify that it must be a simple identifier in {} | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | document behavior of duplicate keys in hash assignment | Lukas Mai | 2012-05-21 | 1 | -0/+23 |
* | perldata: Consistent spaces after dots | Father Chrysostomos | 2012-05-21 | 1 | -13/+13 |
* | perldata: Two spaces after dots, please | Father Chrysostomos | 2012-02-28 | 1 | -2/+2 |
* | Explain why program must close __DATA__ handle. | jkeenan | 2012-02-28 | 1 | -6/+7 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -3/+7 |
* | perldata: Mention undefined as a false val | Father Chrysostomos | 2011-09-17 | 1 | -2/+3 |
* | perldata: Only one "_" is allowed between each digit pair | Karl Williamson | 2011-09-17 | 1 | -1/+3 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -8/+0 |
* | perldata: Link directly to $; | Father Chrysostomos | 2011-06-10 | 1 | -1/+1 |
* | Document multi-dimensional array emulation. | Ian Goodacre | 2011-06-10 | 1 | -0/+14 |
* | [perl #91508] __DATA__ starts reading on the next line | Johan Vromans | 2011-05-24 | 1 | -1/+1 |
* | perldata.pod: Fix broken link | Karl Williamson | 2011-05-18 | 1 | -2/+2 |
* | Fix bad pod links found by Test::Pod::LinkCheck | Apocalypse | 2011-02-15 | 1 | -2/+2 |
* | perldata: remove duplicate text from adjacent sections | Father Chrysostomos | 2011-02-11 | 1 | -8/+6 |
* | perldata: retitle a section | Father Chrysostomos | 2011-02-11 | 1 | -1/+1 |
* | perldelta: ‘package;’ is no longer supported | Father Chrysostomos | 2011-02-11 | 1 | -1/+2 |
* | perldata tweaks | Father Chrysostomos | 2011-02-11 | 1 | -3/+3 |
* | RT #75870 perldata.pod tied hash in scalar context | David Mitchell | 2011-01-21 | 1 | -2/+2 |
* | Fix on doc patch from Moritz Lenz (from IRC) | H.Merijn Brand | 2010-10-22 | 1 | -1/+1 |
* | document slices in scalar context | Moritz Lenz | 2010-10-21 | 1 | -0/+7 |
* | * Em dash cleanup in pod/ | brian d foy | 2010-01-13 | 1 | -3/+3 |
* | v-strings are not deprecated | David Golden | 2009-07-22 | 1 | -5/+0 |
* | document the maximum length of barewords | Frank Wiegand | 2009-06-25 | 1 | -2/+5 |
* | Re: [perl #60022] Typo in perldata | Daniel Frederick Crisman | 2008-10-24 | 1 | -1/+1 |
* | perldata.pod typo | Starsinic, Kurt | 2008-04-14 | 1 | -1/+1 |
* | Document that $^V is no longer a v-string | Jan Dubois | 2007-12-17 | 1 | -4/+3 |
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -1/+1 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 1 | -1/+1 |
* | Clarifications on the usage of setlocale() and LC_NUMERIC to | Rafael Garcia-Suarez | 2006-10-08 | 1 | -0/+6 |
* | POD index entries with X<> | Ivan Tubert-Brohman | 2005-10-13 | 1 | -0/+31 |
* | Clarify definition of octal literals | Rafael Garcia-Suarez | 2005-05-17 | 1 | -1/+1 |
* | Doc patches to clarify the stringification rules of {} and => | Rafael Garcia-Suarez | 2005-03-13 | 1 | -2/+3 |
* | [perl #32419] Spelling fixes for perl@23492 | Richard Soderberg | 2004-11-12 | 1 | -1/+1 |
* | Be vague enough. | Jarkko Hietaniemi | 2003-07-10 | 1 | -2/+3 |
* | Deprecate v-strings. | Jarkko Hietaniemi | 2003-07-10 | 1 | -0/+4 |
* | Fixes from Ron Kimball. | Jarkko Hietaniemi | 2003-07-09 | 1 | -2/+2 |