This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make qr/(?{})/ behave with closures
[perl5.git] / utf8.c
2012-06-07 Karl Williamsonutf8.c: White-space only
2012-06-07 Karl Williamsonutf8.c: Refactor a portion of to_utf8_case()
2012-06-07 Karl Williamsonutf8.c: Avoid some extra work
2012-06-07 Karl Williamsonutf8.c: Add, revise comments
2012-06-02 Karl Williamsonutf8.c: Use new internal properties for \X
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Karl Williamsonutf8.c: Add nomix-ASCII option to to_fold functions
2012-05-22 Karl Williamsonutf8.c: Add assertion
2012-05-22 Karl Williamsonutf8.c: Re-order if branches for speed
2012-05-22 Karl Williamsonutf8.c: Add comment
2012-05-22 Karl Williamsonutf8n_to_uvuni(): Add a few compiler hints
2012-05-22 Karl Williamsonutf8.c: Skip extraneous function call
2012-05-22 Karl Williamsonutf8.c: Remove unnecessary validation
2012-05-22 Karl Williamsonutf8.c: Extra branch to avoid others in the typical...
2012-05-01 Karl Williamsonutf8n_to_uvuni(): Fix broken malformation interactions
2012-04-26 Karl Williamsonis_utf8_char_slow(): Avoid accepting overlongs
2012-04-26 Karl Williamsonperlapi: Update for changes in utf8 decoding
2012-04-26 Karl Williamsonutf8.c: White-space only
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-04-26 Karl Williamsonutf8n_to_uvuni: Avoid reading outside of buffer
2012-04-26 Karl Williamsonutf8.c: Clarify and correct pod
2012-04-26 Karl Williamsonutf8.c: Use macros instead of if..else.. sequence
2012-04-23 Karl WilliamsonPATCH: [perl #112530] Panic with inversion lists
2012-04-17 Karl WilliamsonPATCH: [perl #111338] Warnings in utf8 subcategories...
2012-03-31 Karl Williamsonutf8.c: Add back inadvertently deleted pod text
2012-03-31 Karl WilliamsonUse remove more uses of utf8_to_uvchr()
2012-03-20 Karl WilliamsonDeprecate utf8_to_uvchr() and utf8_to_uvuni()
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-20 Karl Williamsonutf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()
2012-03-20 Karl Williamsonutf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()
2012-03-20 Karl Williamsonutf8.c: pod clarification
2012-03-20 Karl Williamsonutf8.c: pod (mostly formatting) + comments changes
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-13 Karl Williamsonis_utf8_char_slow(): Make constistent, correct docs.
2012-02-11 Karl WilliamsonDeprecate is_utf8_char()
2012-02-11 Karl WilliamsonAdd is_utf8_char_buf()
2012-02-10 Karl WilliamsonUnicode::UCD::prop_invmap(): New improved API
2012-02-09 Karl Williamsonregcomp.c: Use compiled-in inversion lists
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
next