This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unicode::UCD::prop_invmap(): Return deltas for the 'dm' property
[perl5.git] / utf8.c
2012-02-04 Karl Williamsonutf8.c: white-space only
2012-02-04 Karl Williamsonutf8.c: Use the new compact case mapping tables
2012-02-04 Karl Williamsonmktables: Add duplicate tables
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-13 Karl Williamsonutf8.c: fix typo in pod
2012-01-13 Karl Williamsonregcomp.c: Optimize a single Unicode property in a...
2012-01-13 Karl Williamsonutf8.c: White-space only
2012-01-13 Karl Williamsonutf8.c: Add ability to pass inversion list to _core_swa...
2012-01-13 Karl Williamsonutf8.c: Add flag to swash_init() to not croak on error
2012-01-13 Karl Williamsonutf8.c: Prevent reading before buffer start
2012-01-13 Karl WilliamsonUtf8.c: Generate and use inversion lists for binary...
2012-01-13 Karl Williamsonutf8.c: Refactor code slightly in prep
2012-01-13 Karl Williamsonutf8.c: New function to retrieve non-copy of swash
2012-01-13 Karl Williamsonutf8.c: Change name of static function
2012-01-13 Karl Williamsonutf8.c: Move test out of loops
2012-01-13 Karl WilliamsonComment additions, typos, white-space.
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-18 Karl Williamsonutf8.c: white-space, comment clarification only
2011-12-18 Karl Williamsonutf8.c: foldEQ_utf8_flags() use specific flag, not...
2011-12-15 Karl Williamsonutf8.c: Change prototypes of two functions
2011-12-15 Karl Williamsonutf8.c: White-space changes only
2011-12-15 Karl Williamsonutf8.c: Allow Changed behavior of utf8 under locale
2011-12-15 Karl Williamsonutf8.c: Add comment
2011-11-22 Karl Williamsonutf8.c: typos in pod
2011-11-22 Karl WilliamsonPATCH: [perl #32080] is_utf8_string() reads too far
2011-11-12 Karl Williamsonutf8.c: typo in comment
2011-11-11 Karl Williamsonutf8.c: Skip extra function calls
2011-11-11 Karl Williamsonutf8.c: Add compiler hint
2011-11-11 Karl Williamsonutf8.c: Add and revise comments
2011-11-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-11-10 Karl Williamsonutf8.c: Handle swashes at UV_MAX
2011-11-10 Karl Williamsonutf8.c: Fix swash handling under USE_MORE_BITS
2011-11-09 Karl Williamsonutf8.c: Make swashes work close to UV_MAX
2011-11-09 Karl Williamsonutf8.c: Faster latin1 folding
2011-11-09 Karl Williamsonutf8.c: Faster latin1 upper/title casing
2011-11-09 Karl Williamsonutf8.c: Expand use of refactored to_uni_lower
2011-11-09 Karl Williamsonutf8.c: Refactor to_uni_lower()
2011-11-09 Karl Williamsonutf8.c: Refactor case-changing calls into macros
2011-11-08 Karl Williamsonutf8.c: Use proper Unicode property names
2011-10-18 Karl Williamsonutf8.c: Don't use swash for to_uni_lower() latin1 calls
2011-10-18 Karl Williamsonutf8.c: Add comment
2011-10-18 Karl Williamsonutf8.c: White space only
2011-10-18 Karl Williamsonutf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags
2011-10-17 Karl Williamsonutf8.c: Add comments
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-10-01 Karl Williamsonutf8.c: Add function to retrieve new _Perl_IDStart...
2011-10-01 Karl WilliamsonComment-only nits
2011-10-01 Karl Williamsonutf8.c: Remove (mostly) redundant test
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
2011-10-01 Karl Williamsonutf8.c: Use less confusing property name
2011-10-01 Karl WilliamsonNo need for swashes for properties that are ASCII-only
2011-10-01 Karl WilliamsonNo need for swashes for computing if ASCII
2011-10-01 Karl Williamsonutf8.c: Call new function invlist_invert_prop()
2011-10-01 Karl WilliamsonRevise diagnostic text
2011-10-01 Karl Williamsonutf8.c: White space only
2011-10-01 Karl Williamsonutf8.c: Don't invert beyond-Unicode code points
2011-10-01 Father Chrysostomos[perl #99984] Incorrect errmsg with our $::é
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-07-03 Karl Williamsonutf8.c: Accept INVERT_IT in swash
2011-07-03 Karl Williamsonutf8.c: swash_to_invlist() handle EXTRAS
2011-07-03 Karl WilliamsonAdd flag to num groks to silence non-portable warnings
2011-07-03 Karl WilliamsonChange inversion lists to SVs
2011-05-20 Karl Williamsonutf8.c: revise comment
2011-05-19 Karl WilliamsonFix some multi-char /i fold bugs
2011-05-19 Karl Williamsonutf8.c: Remove soon-to-be-obsoleted comment
2011-05-19 Karl Williamsonutf8.c: Remove unnecessary temporary
2011-05-19 Karl Williamsonutf8.c: "<" should be "<="
2011-05-03 Karl Williamsonutf8.c: Add _flags version of to_utf8_fold()
2011-03-26 David Mitchellutf8.c: silence compiler warnings
2011-02-23 Karl WilliamsonfoldEQ_utf8(): Move rare tests out of main stream
2011-02-20 Karl Williamsonutf8.c: Fix setting wrong variable
2011-02-19 Karl WilliamsonfoldEQ_utf8(): Add locale handling
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-14 Karl WilliamsonfoldEQ_utf8_flags: Add no-mixing ASCII option
2011-02-14 Karl WilliamsonfoldEQ_utf8: Add version with flags parameter
2011-02-06 Karl WilliamsonSilence compile warnings before uni tables built
2011-02-02 Karl WilliamsonMove ANYOF folding from regexec to regcomp
2011-02-02 Karl Williamson_swash_inversion_hash Rmv X from embed, add const
2011-02-02 Karl WilliamsonAdd initial inversion list object
2011-01-10 Tony CooknewSVpvf_nocontext only visible with threads, fix for...
2011-01-10 Karl Williamsonutf8.c: Renumber cases in switch
2011-01-10 Karl Williamsonutf8.c: Change to warn_d in two places
2011-01-10 Karl WilliamsonAdd warnings for use of problematic code points
2011-01-10 Karl Williamsonutf8.c: Whitespace only
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-10 Karl Williamsonutf8.c: Nits in pod
2011-01-10 Karl WilliamsonAdd check_utf8_print()
2011-01-07 Nicholas ClarkIn Perl_swash_init(), use call_sv() directly instead...
2011-01-07 Nicholas ClarkIn Perl_swash_init(), reuse any non-NULL return value...
2010-12-20 Karl Williamsonutf8.c: add to comment
2010-12-20 Karl Williamsonutf8.c, .h: Clarify pod and comment
2010-12-09 Marvin HumphreyDocument use of strlen() by is_ascii_string(), is_utf8_...
2010-11-22 Karl Williamsonpp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNI
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-11-08 Karl Williamsonutf8.c: Add function to create inversion of swash
2010-11-08 Karl Williamsonutf8.c: extract code into separate subroutine
2010-11-08 Karl Williamsonutf8.c: Add comments
2010-06-17 Nicholas ClarkAvoid compiler warnings in Perl_foldEQ_utf8, spotted...
2010-06-05 Karl WilliamsonChange name of ibcmp to foldEQ
next