This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix allocation bug in change 29524.
[perl5.git] / utf8.c
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
2005-01-22 Nicholas ClarkUpdate copyright years and add editor blocks
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-19 Robin BarkerFurther follow-up to 23767
2005-01-14 Nicholas ClarkA terser way to write the \-ing code in pv_uni_display
2005-01-14 Nicholas Clarksv_catpvf holds no advantage over sv_catpv when the...
2005-01-13 Nicholas Clarksv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
2004-12-13 Gisle AasRe: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1...
2004-11-17 Rafael Garcia-SuarezFix a couple of typos.
2004-10-08 Rafael Garcia-SuarezMake the perl interpreter more tolerant of UTF-16-encod...
2004-08-09 Dave Mitchellfix minor nit in file description, to keep Jarkko happy
2004-08-01 Dave MitchellAdd comment to top of reentr.c and fix typos in other...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-12 Nick Ing-SimmonsPerl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
2004-05-02 Nicholas ClarkSave some repeated strlen()s in Perl_swash_init
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-03 Jarkko HietaniemiSpeed up the unicode case mappings (for /i, lc, uc...
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-10 Jarkko HietaniemiA new UTF-8 API, Perl_is_utf8_string_loc(), a variant
2003-07-24 Dinger, Tom[perl #22946] Bug in Unicode surrogate pair conversion...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-16 Jarkko HietaniemiSynchronize the specifications of the POSIX character
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-22 Jarkko HietaniemiAPI doc tweaks.
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-09-26 Marty Pauley[PATCH] bug in utf8.c(?)
2002-07-01 Jarkko HietaniemiSmall speedup by inlining the easy bits of is_utf8_char()
next