This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reinstate "Use new Svt_INVLIST for inversion lists."
[perl5.git] / utf8.c
2013-05-20 Karl Williamsonutf8.c: White space only.
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-20 Karl WilliamsonExpand flags parameter from boolean in _to_fold_latin1
2013-05-20 Karl Williamsonutf8.c: Replace two macro calls with equiv single
2013-05-20 Karl Williamsonautodoc.pl: Add note for deprecated functions
2013-05-20 Karl WilliamsonUse new case changing macros
2013-05-20 Karl Williamsonperlapi: Add docs for some case-changing macros; clarif...
2013-05-20 Karl Williamsonutf8.c: Remove redundant assignment.
2013-05-20 Karl Williamsonutf8.c: Use mnemonics instead of hex numbers
2013-04-04 Jan DuboisS_* functions should be STATIC
2013-03-19 Nicholas ClarkPerl_sv_uni_display() needs to be aware of RX_WRAPPED()
2013-02-25 Karl WilliamsonAdd, fix comments
2013-01-16 Karl Williamsonutf8.c: Reword a warning message
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-23 Karl WilliamsonDeprecate calling isFOO_utf8() with malformed
2012-12-22 Karl WilliamsonCreate internal _is_utf8_mark()
2012-12-22 Karl WilliamsonRemove temporary back-compat PL_ variable names
2012-12-22 Karl Williamsonutf8.c: Remove two internal now unused functions.
2012-12-22 Karl WilliamsonAdd generic _is_(uni|utf8)_FOO() function
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-22 Karl Williamsonperlapi: Grammar nit
2012-12-22 Karl Williamsonutf8.c: Fix reference count in swash_to_invlist()
2012-12-09 Karl WilliamsonDeprecate some functions in utf8.c
2012-12-09 Karl Williamsonutf8.c: Add locale support to functions
2012-12-09 Karl Williamsonutf8.c: Change is_uni_idfirst_lc() to use Perl's defn
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
2012-12-09 Karl Williamsonutf8.c: Combine 2 function calls into one
2012-12-09 Karl Williamsonutf8.c: Move ARGS_ASSERT to earlier in function
2012-11-29 Karl WilliamsonMake isIDFIRST_uni() return identically as isIDFIRST_utf8()
2012-11-29 Karl WilliamsonRemove double underscore in internal function name
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-24 Karl WilliamsonRequest is_utf8_char_slow() be inlined
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
next