This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make cxinc member of the public API
[perl5.git] / utf8.c
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
2005-07-15 Andy Lestermore embed cleanup
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-08 Dave Mitchell[perl #36207] UTF8/Latin 1/i regexp "Malformed characte...
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-08 Rafael Garcia-SuarezMark a static function as static
2005-06-07 Jarkko Hietaniemione more round of is_utf8_foo tuneup
2005-06-05 Andy LesterFix minor bummer in 24706
2005-06-04 Jarkko Hietaniemifurther speeding up of is_utf8_string()
2005-06-03 Jarkko Hietaniemispeed up is_utf8_char()
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-07 Andy LesterGCC attributes!
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-26 Dave Mitchell[perl #33185] UTF-8 string substitution corrupts memory
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2005-03-14 Andy LesterAdding const qualifiers
next