This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
create perl5133delta
[perl5.git] / utf8.c
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...
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-05-21 Dave Mitchellmove PL_tokenbuf into the PL_parser struct
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-04-25 Nicholas ClarkAvoid the need for 2 casts added in 31055 by using...
2007-04-24 Steve HaySilence 5 "possible loss of data" warnings from VC6
2007-04-22 Nicholas ClarkFix problems caused by downsizing in change 31017....
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-17 Jarkko HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-07-23 Jarkko Hietaniemiz/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-06-06 Andy Lestermore accumulated cleanups
2006-05-12 Andy LesterSpeed up utf8.c a bit
2006-04-29 Nicholas ClarkAdd a cross reference to bytes_from_utf8() in the docum...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-25 Andy Lesteruse NOOP macro
2006-04-10 Andy DoughertyFix coverity warning in utf8.c
2006-04-02 Nicholas ClarkAbstract all reads/writes of the hints in COPs with...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-20 Nicholas ClarkPerl_utf8_distance can be implemented as a call to...
2006-03-20 Nicholas ClarkThe two loops in Perl_utf8_distance can be merged.
2006-02-24 Andy Lesterunused context warnings
2006-02-18 Nicholas Clarksave_re_context() and even errsv_save = newSVsv(ERRSV...
2006-02-18 Nicholas ClarkTurn of tainting locally inside swash_init(), as the...
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-06 Nicholas ClarkGiven that the memory allocated in Perl_bytes_from_utf8 and
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-03 John E. Malmberg[patch@26561] utf8.c const issue.
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-05 SADAHIRO TomoyukiBetter variable names make code clearer
2005-12-05 SADAHIRO TomoyukiRework the error messages from the swashget code.
2005-12-05 SADAHIRO TomoyukiClarification and cleanup of the XS SWASHGET code
2005-11-30 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-24 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-23 SADAHIRO TomoyukiXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-07 Andy LesterConsting and localizing: Part LXVIII
2005-10-31 Nicholas ClarkA more elegant way to deal with utf8n_to_uvchr() and...
2005-10-31 Nicholas Clarkuvchr_to_utf8() and utf8n_to_uvchr() are mathoms on...
2005-10-30 Nicholas Clarkconst const bad bad.
2005-10-30 Nicholas Clarkis_utf8_alnum() and is_utf8_alnumc() can use is_utf8_co...
2005-10-30 Nicholas ClarkJarkko and I think that Perl_is_utf8_alnumc should...
2005-10-30 Nicholas ClarkPerl_is_utf8_* share a lot of common code. Pull that...
2005-10-30 Nicholas ClarkReplace uvuni_to_utf8() with a macro that passes the...
2005-10-30 Nicholas ClarkReplace is_utf8_string_loc() with a macro that passes...
2005-10-30 Nicholas ClarkFix typos in comments.
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-09 SADAHIRO Tomoyukiundef IS_UTF8_CHAR() on EBCDIC
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-07-18 Andy LesterThe continuing plod through embed.fnc
next