This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/embed.pl: flag 'i' didn't work with 'n'
[perl5.git] / utf8.c
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-20 Karl WilliamsonRefactor is(SPACE|PSXSP)_(uni|utf8) macros and utf8.c
2012-11-20 Karl WilliamsonRefactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros
2012-11-20 Karl WilliamsonRefactor is_BLANK_uni() and is_BLANK_utf8() macros
2012-11-20 Karl WilliamsonRefactor is_CNTRL_utf8(), is_utf8_cntrl()
2012-11-20 Karl Williamsonutf8.c: Request function to be inline
2012-11-20 Karl Williamsonutf8.c: White-space, comments only
2012-11-20 Karl Williamsonutf8.c: Fix potential bug
2012-11-19 Father ChrysostomosStop \P{Assigned} from leaking
2012-11-19 Father Chrysostomosutf8.c: Fix a minor refcounting bug caused by 02c8547
2012-11-18 Father ChrysostomosStop $unicode =~ /[[:posix:]]/ from leaking
2012-11-14 Karl Williamsonutf8.c: Don't copy a buffer to itself
2012-11-11 Karl Williamsonutf8.c: Remove redundant unlikely branches
2012-11-11 Karl Williamsonutf8n_to_uvuni() pod: Add clarifications
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-30 Father Chrysostomosutf8.c: Stop _core_swash_init from leaking
2012-10-20 Karl Williamsonperlapi.pod: Clarify what a parameter means
2012-10-17 Karl Williamsonregexec: Do less work on quantified UTF-8
2012-10-09 Karl Williamsonutf8.c: Remove an unnecessary conditional
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl WilliamsonMove 2 functions from utf8.c to regexec.c
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-09-13 Jesse Luehrswhoops, move this back where it was
2012-09-12 Peter MartiniAdd PL_subname to the save stack
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
2012-08-26 Karl WilliamsonPrepare for Unicode 6.2
2012-08-26 Karl Williamsonregex: Speed up \X processing
2012-08-26 Karl Williamsonutf8.c: indent in new block: White space-only
2012-08-26 Karl Williamsonutf8.c: Prefer binsearch over swash hash for small...
2012-08-26 Karl Williamsonutf8.c: Bypass a subroutine wrapper
2012-08-26 Karl Williamsonutf8.c: Add comment about speed-up attempt
2012-08-26 Karl Williamsonutf8.c: Shorten hash key for speed
2012-08-26 Karl Williamsonutf8.c: collapse a function parameter
2012-08-26 Karl Williamsonregexec.c: Use get method instead of internals
2012-08-26 Karl Williamsonembed.fnc: Turn null wrapper function into macro
2012-08-26 Karl Williamsonutf8.c: Revise internal API of swash_init()
2012-08-26 Karl WilliamsonComment out unused function
2012-08-26 Karl Williamsonutf8.c: Speed up \X processing of Korean
2012-08-26 Karl WilliamsonAdd empty inline_invlist.c
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-25 Karl Williamsonutf8.c: Add a get_() method to hide internal details
2012-07-25 Karl Williamsonutf8.c: Add info to commented-out -DU lines
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-19 Karl Williamsonutf8.c: Create API so internals can be hidden
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
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.
next