summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document the translation codebriandfoy/perldoc_pod2brian d foy2011-11-101-0/+4
* podcheck.t: Add commentKarl Williamson2011-11-101-1/+3
* perlunicode: Document that \p{user-defined} can match abvoe UnicodeKarl Williamson2011-11-101-7/+18
* utf8.c: Don't warn on \p{user-defined} for above-UnicodeKarl Williamson2011-11-102-13/+25
* utf8_heavy.pl: Pass up USER_DEFINED to outside swashKarl Williamson2011-11-101-0/+2
* utf8.c: Handle swashes at UV_MAXKarl Williamson2011-11-102-0/+17
* utf8.c: Fix swash handling under USE_MORE_BITSKarl Williamson2011-11-102-5/+11
* utf8.h: clarify commentKarl Williamson2011-11-101-1/+2
* utf8.c: Make swashes work close to UV_MAXKarl Williamson2011-11-092-4/+15
* intrpvar.h: Increase size of variable that stores UTF8 bytesKarl Williamson2011-11-092-2/+18
* Update CGI to CPAN version 3.57Chris 'BinGOs' Williams2011-11-097-29/+58
* Update Digest-SHA to CPAN version 5.63Chris 'BinGOs' Williams2011-11-0915-22/+48
* UCD.t: Fix 'uninit' warningKarl Williamson2011-11-091-1/+1
* pat_advanced.t: Display better names for a few testsKarl Williamson2011-11-091-4/+7
* regexec.c: Stop looking for match even soonerKarl Williamson2011-11-091-3/+3
* regexec.c: revise commentKarl Williamson2011-11-091-4/+6
* mktables: Change member name for clarityKarl Williamson2011-11-091-25/+25
* Fix volatile declarationKarl Williamson2011-11-091-1/+1
* regexec.c: typo in commentKarl Williamson2011-11-091-1/+1
* Change __attribute_unused__ to PERL_UNUSED_DECLKarl Williamson2011-11-093-4/+4
* utf8.c: Faster latin1 foldingKarl Williamson2011-11-084-1/+55
* regcomp.c: Change char used to force reading in fold swashesKarl Williamson2011-11-081-1/+4
* regcomp.c: Add assertionKarl Williamson2011-11-081-0/+1
* utf8.c: Faster latin1 upper/title casingKarl Williamson2011-11-084-2/+89
* utf8.c: Expand use of refactored to_uni_lowerKarl Williamson2011-11-081-1/+10
* utf8.c: Refactor to_uni_lower()Karl Williamson2011-11-084-16/+34
* utf8.c: Refactor case-changing calls into macrosKarl Williamson2011-11-081-10/+20
* regcomp.c: Silence compiler warning about longjumpKarl Williamson2011-11-081-1/+1
* Add functions to Unicode::UCDKarl Williamson2011-11-0810-963/+5237
|\
| * README.perl: Add step to new-Unicode release activitiesKarl Williamson2011-11-081-0/+4
| * mktables: Remove blanks in files for non-DEBUGGING buildsKarl Williamson2011-11-081-2/+3
| * Deprecate direct use of Unicode db filesKarl Williamson2011-11-082-1/+27
| * mktables: Use re /aaKarl Williamson2011-11-081-0/+1
| * mktables: Remove outdated documentation notesKarl Williamson2011-11-081-31/+6
| * mktables: Add notes about new access to propertiesKarl Williamson2011-11-081-6/+7
| * Unicode::UCD.pm: Localize $_, $/Karl Williamson2011-11-081-0/+3
| * perluniprops: Change section nameKarl Williamson2011-11-081-2/+2
| * perluniprops: Remove Unicode db files sectionKarl Williamson2011-11-081-106/+0
| * perluniprops: Document prop_invmap() propertiesKarl Williamson2011-11-082-11/+222
| * Unicode::UCD: Add prop_invmap()Karl Williamson2011-11-084-6/+1805
| * mktables: Generate file for NameAlias propertyKarl Williamson2011-11-081-1/+0
| * utf8_heavy: Return values for binary property requested as mapKarl Williamson2011-11-081-3/+44
| * utf8_heavy.pl: Turn on $| if debuggingKarl Williamson2011-11-081-0/+1
| * utf8_heavy: add commentsKarl Williamson2011-11-081-2/+6
| * utf8_heavy.pl: Remove no longer needed codeKarl Williamson2011-11-081-5/+0
| * utf8.c: Use proper Unicode property namesKarl Williamson2011-11-081-4/+4
| * utf8_heavy.pl: Find mapping files from tableKarl Williamson2011-11-081-3/+14
| * utf8_heavy.pl: white-space onlyKarl Williamson2011-11-081-5/+5
| * utf8_heavy: Reorder 2 if'sKarl Williamson2011-11-081-6/+3
| * mktables: Add %file_to_swash_name to utf8_heavy.plKarl Williamson2011-11-081-0/+13