summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make TRIE nodes "absorb" NOTHING->EXACT sequencesyves/trie_absorbsmoke-me/trie_absorbYves Orton2012-03-201-31/+59
* 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
* utf8.c: pod clarificationKarl Williamson2012-03-191-1/+2
* utf8.c: pod (mostly formatting) + comments changesKarl Williamson2012-03-192-79/+91
* perlapi (from sv.h) clarificationsKarl Williamson2012-03-191-2/+4
* autodoc.pl: pod format fixKarl Williamson2012-03-191-1/+1
* perlguts, warnings.t: Update references to obsolete fcn namesKarl Williamson2012-03-192-8/+9
* perldelta: clarificationKarl Williamson2012-03-191-2/+2
* Update Module::CoreList for 5.15.9Abigail2012-03-202-3/+689
* Point out CoreList's CAVEATS section is in CoreList.podAbigail2012-03-201-1/+3
* Eliminate a warningAbigail2012-03-201-1/+1
* mktables: white-space onlyKarl Williamson2012-03-191-21/+22
* mktables: Backport name_alias changes to earlier Unicode versionsKarl Williamson2012-03-191-12/+230
* mktables: Don't duplicate entriesKarl Williamson2012-03-191-2/+29
* mktables: A leading zero is different than an only 0Karl Williamson2012-03-191-1/+1
* Unicode::UCD::prop_invmap: Fix returned formatKarl Williamson2012-03-191-1/+1
* Unicode::UCD: typos in error messagesKarl Williamson2012-03-191-4/+4
* mktables: Add required parens and reword warning msgKarl Williamson2012-03-191-2/+2
* pat.t: Fix typo in commentKarl Williamson2012-03-191-1/+1
* Bump the perl version in various places for 5.15.9Abigail2012-03-1922-147/+147
* More perldelta work.Abigail2012-03-191-35/+2
* Mention the fix to perlfunc.html in "Configuration and Compilation" as well.Abigail2012-03-191-9/+2
* Note in the source of perlhist.pod that "cow orker" is no typo.Nicholas Clark2012-03-191-0/+2
* Mention Porting/bisect.pl in perlgit.pod, before describing git bisect.Nicholas Clark2012-03-191-14/+53
* Add two missing "file"s to the documentation of Porting/bisect.plNicholas Clark2012-03-191-2/+2
* Move the example git bisect shell script from perlgit.pod to Porting/Nicholas Clark2012-03-195-30/+43
* bisect-runner.pl should detect ccache with -V, not --versionNicholas Clark2012-03-191-2/+2
* Add a placeholder man page for perltodo, directing people to look at git.Nicholas Clark2012-03-194-0/+16
* Move the todo list from pod/ to Porting/Nicholas Clark2012-03-196-11/+6
* Add a TODO test for RT 111842Abigail2012-03-191-0/+5
* Bail out if it looks scary.Abigail2012-03-191-3/+16
* Don't remove --tarballAbigail2012-03-191-1/+1
* Use #!/usr/bin/envAbigail2012-03-191-1/+1
* More work on perldeltaAbigail2012-03-191-84/+15
* Merge the feature and B::Deparse refactoring to blead.Nicholas Clark2012-03-195-145/+225
|\