This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00.
[perl5.git] / utf8.c
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...
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
next