This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Hide pad vars from magic methods on scope exit
[perl5.git] / utf8.c
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
2010-06-05 Karl Williamsonutf8.c: further doc tweaks
2010-06-05 Karl Williamsonutf8.c: Modify doc comment; change whitespace
2010-06-05 Karl WilliamsonRevamp ibcmp_utf8 for performance and clarity
2010-06-05 Karl WilliamsonClarify some documentation
2010-05-26 Karl WilliamsonPATCH: user defined special casing for non utf8
2010-04-15 Karl WilliamsonPATCH: [perl #72998] regex looping
2010-03-02 David Mitchell[perl #73174] swash_init() wasn't saving %^H
2009-12-20 Karl Williamsonchange non-char warning message from malformed
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-10-22 Nicholas ClarkPerl_utf16_to_utf8() should treat "\0" like any every...
2009-10-21 Nicholas ClarkPerl_utf16_to_utf8() should return the correct length...
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-18 Nicholas ClarkIn utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak on encountering a bare...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak if the buffer ends without...
2009-10-18 Nicholas Clarkutf16_to_utf8_reversed() should croak early when passed...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2009-09-13 Rafael Garcia-SuarezRemove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-08-26 Vincent PitDon't pass the the interpreter to is_ascii_string(...
2009-08-26 Chip SalzenbergIn C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-06-06 Alex VandiverFaster utf8_length method -- fixes [RT#50250]
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Marcus Holland-MoritzRemove redundant API definitions from '=for apidoc...
2008-10-28 Nicholas ClarkEliminate (HV *) casts in u*.c.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-09-25 H.Merijn Brandpv_uni_display () omitted backslash in output string
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2007-12-17 Yves OrtonFix various bugs in regex engine with mixed utf8/latin...
2007-10-06 Craig A. BerryRe: several compilation problems on VMS in perl@32039
2007-10-06 Nicholas ClarknewSV(size) and SvPOK_on() will be more efficient than...
2007-10-06 Nicholas ClarkRevert one hunk of change 32034 that had the possibilit...
2007-10-05 Nicholas ClarkEliminate most *printf-like calls that use a simple...
next