summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clearify string parsing.abigail/for-5.17Abigail2012-03-231-2/+3
* [rt #79960] document how broken $/ = \N is for unicode streamsTony Cook2012-03-231-0/+7
* [Merge] Some more UTF8 patchesFather Chrysostomos2012-03-227-47/+271
|\
| * toke.c: "Ambiguous use of %c{%s} resolved to %c%s" cleanup.Brian Fraser2012-03-222-3/+27
| * toke.c: S_checkcomma, "No comma allowed after %s" cleanupBrian Fraser2012-03-222-3/+10
| * toke.c: "Possible unintended interpolation of %s in string" cleanup.Brian Fraser2012-03-222-3/+24
| * toke.c: '"(my|state)" variable %s can't be in a package' cleanup.Brian Fraser2012-03-222-3/+13
| * toke.c: 'No package name allowed for variable %s in "our"' cleanup.Brian Fraser2012-03-222-4/+10
| * toke.c: 'No such class %s' cleanup.Brian Fraser2012-03-222-2/+11
| * toke.c: 'Operator or semicolon missing before %c%s' cleanup.Brian Fraser2012-03-222-2/+24
| * toke.c: 'Scalar value %s better written as $%s' cleanup.Brian Fraser2012-03-222-4/+32
| * uni/parser.t: Fix eval num in testFather Chrysostomos2012-03-221-1/+1
| * toke.c: 'You need to quote %s' cleanup.Brian Fraser2012-03-222-3/+25
| * toke.c: 'Unrecognized character' croak cleanup.Brian Fraser2012-03-222-3/+19
| * toke.c: S_no_op cleanupBrian Fraser2012-03-222-5/+34
| * Remove yyerror_svFather Chrysostomos2012-03-224-19/+0
| * toke.c: yyerror cleanup.Brian Fraser2012-03-224-18/+67
|/
* Document where to find the perlorg repository.Abigail2012-03-211-0/+2
* Add link to the announcement of Perl 5.15.9.Abigail2012-03-211-26/+29
* Create a perldelta for 5.15.9Abigail2012-03-2010-193/+595
* Epigraph for v5.15.9Abigail2012-03-201-0/+31
* Typo fixAbigail2012-03-201-1/+1
* Clearify "build, test and check a fresh perl" instructionsv5.15.9Abigail2012-03-201-1/+7
* Add 5.15.9 release to perlhist.podAbigail2012-03-201-1/+2
* Work around an HTML display issueAbigail2012-03-201-0/+2
* Final version of Module::CoreList is 2.65.Abigail2012-03-202-1/+10
* Clearify that perl can crash, not WindowsAbigail2012-03-201-1/+1
* Say "warnings" instead of "errors"Abigail2012-03-201-1/+1
* Removed the changes to Term::ReadLine from the bug fixes section.Abigail2012-03-201-4/+3
* Fix typo in pod/perldeltaAbigail2012-03-201-1/+1
* Reran Porting/acknowledgements.plAbigail2012-03-201-3/+1
* List 5.16 blockers in 'Known Problems' in perldeltaAbigail2012-03-201-2/+23
* yes, regression fixes are generally okay for maintRicardo Signes2012-03-201-0/+5
* Get the ABSTRACT for Module-CoreList from the .pod file nowChris 'BinGOs' Williams2012-03-201-1/+1
* correct logic error that meant that "last" might not be updated properlyYves Orton2012-03-201-7/+10
* [RT #111842] prevent TRIE overwriting EXACT following NOTHING at startYves Orton2012-03-202-9/+19
* Document the TRIE changes in perldeltaAbigail2012-03-201-0/+6
* Changed email adress & fixed name for Mark Fisher.Abigail2012-03-202-1/+2
* Document upgrade of lib/charnames.Abigail2012-03-202-3/+7
* charnames: Clarify viacode podKarl Williamson2012-03-191-8/+41
* charnames pod: slight rewordingKarl Williamson2012-03-191-5/+5
* charnames: re-order pod sectionsKarl Williamson2012-03-192-34/+34
* Fix spelling errors in pod/perldelta.podAbigail2012-03-201-2/+2
* Document new versions of Data::Dumper and XS::APItest.Abigail2012-03-202-4/+12
* 5160delta: Note that feasible to remain on Unicode 6.0Karl Williamson2012-03-191-0/+2
* Paste in the output of Porting/corelist-perldelta.plAbigail2012-03-201-24/+55
* Deprecate utf8_to_uvchr() and utf8_to_uvuni()Karl Williamson2012-03-194-14/+36
* Use the new utf8 to code point functionsKarl Williamson2012-03-1915-65/+77
* utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()Karl Williamson2012-03-194-0/+40
* utf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()Karl Williamson2012-03-195-2/+75