summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: white-space, comment clarification onlyKarl Williamson2011-12-181-8/+7
* utf8.c: foldEQ_utf8_flags() use specific flag, not just anyKarl Williamson2011-12-181-1/+1
* utf8.c: Change prototypes of two functionsKarl Williamson2011-12-151-3/+6
* utf8.c: White-space changes onlyKarl Williamson2011-12-151-10/+12
* utf8.c: Allow Changed behavior of utf8 under localeKarl Williamson2011-12-151-15/+224
* utf8.c: Add commentKarl Williamson2011-12-151-0/+4
* utf8.c: typos in podKarl Williamson2011-11-211-2/+2
* PATCH: [perl #32080] is_utf8_string() reads too farKarl Williamson2011-11-211-28/+30
* utf8.c: typo in commentKarl Williamson2011-11-121-1/+1
* utf8.c: Skip extra function callsKarl Williamson2011-11-111-7/+3
* utf8.c: Add compiler hintKarl Williamson2011-11-111-1/+1
* utf8.c: Add and revise commentsKarl Williamson2011-11-111-6/+34
* utf8.c: Don't warn on \p{user-defined} for above-UnicodeKarl Williamson2011-11-101-13/+18
* utf8.c: Handle swashes at UV_MAXKarl Williamson2011-11-101-0/+13
* utf8.c: Fix swash handling under USE_MORE_BITSKarl Williamson2011-11-101-1/+1
* utf8.c: Make swashes work close to UV_MAXKarl Williamson2011-11-091-1/+7
* utf8.c: Faster latin1 foldingKarl Williamson2011-11-081-1/+47
* utf8.c: Faster latin1 upper/title casingKarl Williamson2011-11-081-2/+81
* utf8.c: Expand use of refactored to_uni_lowerKarl Williamson2011-11-081-1/+10
* utf8.c: Refactor to_uni_lower()Karl Williamson2011-11-081-16/+27
* utf8.c: Refactor case-changing calls into macrosKarl Williamson2011-11-081-10/+20
* utf8.c: Use proper Unicode property namesKarl Williamson2011-11-081-4/+4
* utf8.c: Don't use swash for to_uni_lower() latin1 callsKarl Williamson2011-10-171-2/+18
* utf8.c: Add commentKarl Williamson2011-10-171-36/+36
* utf8.c: White space onlyKarl Williamson2011-10-171-34/+37
* utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flagsKarl Williamson2011-10-171-0/+24
* utf8.c: Add commentsKarl Williamson2011-10-171-1/+12
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-061-0/+3
* utf8.c: Add function to retrieve new _Perl_IDStart propKarl Williamson2011-10-011-0/+10
* Comment-only nitsKarl Williamson2011-10-011-3/+4
* utf8.c: Remove (mostly) redundant testKarl Williamson2011-10-011-4/+0
* Don't use swash to find cntrlsKarl Williamson2011-10-011-4/+10
* utf8.c: Use less confusing property nameKarl Williamson2011-10-011-1/+1
* No need for swashes for properties that are ASCII-onlyKarl Williamson2011-10-011-3/+9
* No need for swashes for computing if ASCIIKarl Williamson2011-10-011-4/+4
* utf8.c: Call new function invlist_invert_prop()Karl Williamson2011-10-011-1/+1
* Revise diagnostic textKarl Williamson2011-10-011-1/+1
* utf8.c: White space onlyKarl Williamson2011-10-011-5/+5
* utf8.c: Don't invert beyond-Unicode code pointsKarl Williamson2011-10-011-0/+14
* [perl #99984] Incorrect errmsg with our $::éFather Chrysostomos2011-10-011-0/+2
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-2/+2
* utf8.c: Accept INVERT_IT in swashKarl Williamson2011-07-031-1/+17
* utf8.c: swash_to_invlist() handle EXTRASKarl Williamson2011-07-031-1/+78
* Add flag to num groks to silence non-portable warningsKarl Williamson2011-07-031-4/+9
* Change inversion lists to SVsKarl Williamson2011-07-031-2/+2
* utf8.c: revise commentKarl Williamson2011-05-201-2/+3
* Fix some multi-char /i fold bugsKarl Williamson2011-05-191-4/+147
* utf8.c: Remove soon-to-be-obsoleted commentKarl Williamson2011-05-191-16/+0
* utf8.c: Remove unnecessary temporaryKarl Williamson2011-05-191-5/+2
* utf8.c: "<" should be "<="Karl Williamson2011-05-191-1/+1