summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-7/+12
* utf8.c: silence compiler warningsDavid Mitchell2011-03-261-2/+2
* foldEQ_utf8(): Move rare tests out of main streamKarl Williamson2011-02-221-14/+12
* utf8.c: Fix setting wrong variableKarl Williamson2011-02-191-1/+1
* foldEQ_utf8(): Add locale handlingKarl Williamson2011-02-191-5/+66
* Subclass utf8 warnings so can turn off individuallyKarl Williamson2011-02-171-22/+31
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+25
* foldEQ_utf8_flags: Add no-mixing ASCII optionKarl Williamson2011-02-141-2/+25
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-2/+2
* Silence compile warnings before uni tables builtKarl Williamson2011-02-061-1/+11
* Move ANYOF folding from regexec to regcompKarl Williamson2011-02-021-10/+5
* _swash_inversion_hash Rmv X from embed, add constKarl Williamson2011-02-021-1/+1
* Add initial inversion list objectKarl Williamson2011-02-021-0/+65
* newSVpvf_nocontext only visible with threads, fix for non-threadedTony Cook2011-01-101-4/+4
* utf8.c: Renumber cases in switchKarl Williamson2011-01-091-3/+3
* utf8.c: Change to warn_d in two placesKarl Williamson2011-01-091-2/+3
* Add warnings for use of problematic code pointsKarl Williamson2011-01-091-0/+30
* utf8.c: Whitespace onlyKarl Williamson2011-01-091-35/+35
* utf8.c(): Default to allow problematic code pointsKarl Williamson2011-01-091-67/+163
* utf8.c: Nits in podKarl Williamson2011-01-091-6/+5
* Add check_utf8_print()Karl Williamson2011-01-091-0/+48
* In Perl_swash_init(), use call_sv() directly instead of call_method().Nicholas Clark2011-01-071-1/+1