summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumcRafael Garcia-Suarez2009-09-131-24/+0
* Don't pass the the interpreter to is_ascii_string(), is_utf8_char(), is_utf8_...Vincent Pit2009-08-271-8/+4
* In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812]Chip Salzenberg2009-08-261-1/+34
* Faster utf8_length method -- fixes [RT#50250]Alex Vandiver2009-06-061-13/+15
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-9/+13
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-4/+11
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-2/+2
* Remove redundant API definitions from '=for apidoc' sections.Marcus Holland-Moritz2008-10-291-24/+24
* Eliminate (HV *) casts in u*.c.Nicholas Clark2008-10-281-3/+3
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* pv_uni_display () omitted backslash in output stringH.Merijn Brand2008-09-251-0/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-2/+125
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-4/+4
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-1/+1
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-2/+2
* Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R...Yves Orton2007-12-171-0/+5
* Re: several compilation problems on VMS in perl@32039Craig A. Berry2007-10-061-2/+2
* newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")Nicholas Clark2007-10-061-2/+2
* Revert one hunk of change 32034 that had the possibility of being buggyNicholas Clark2007-10-061-0/+1
* Eliminate most *printf-like calls that use a simple "%c" format,Nicholas Clark2007-10-051-2/+4
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-1/+1
* move PL_tokenbuf into the PL_parser structDave Mitchell2007-05-211-8/+0
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-3/+0
* Avoid the need for 2 casts added in 31055 by using a better type forNicholas Clark2007-04-251-0/+1
* Silence 5 "possible loss of data" warnings from VC6Steve Hay2007-04-241-1/+1
* Fix problems caused by downsizing in change 31017. (Which don't showNicholas Clark2007-04-221-1/+1
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-1/+1
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-1/+1
* ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warningsRobin Barker2006-09-051-1/+1
* Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)Jarkko Hietaniemi2006-08-171-0/+7
* g++ large patchJarkko Hietaniemi2006-08-071-3/+4
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-0/+1
* z/OS: pp_sys.c, reg*.c, toke.c, utf8.cJarkko Hietaniemi2006-07-231-0/+4
* more accumulated cleanupsAndy Lester2006-06-061-16/+11
* Speed up utf8.c a bitAndy Lester2006-05-121-8/+6
* Add a cross reference to bytes_from_utf8() in the documentation forNicholas Clark2006-04-291-0/+2
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+1
* use NOOP macroAndy Lester2006-04-251-1/+1
* Fix coverity warning in utf8.cAndy Dougherty2006-04-101-3/+4
* Abstract all reads/writes of the hints in COPs with 2 new macros,Nicholas Clark2006-04-021-2/+2
* Random accumulated patchesAndy Lester2006-03-311-29/+28
* Perl_utf8_distance can be implemented as a call to Perl_utf8_length.Nicholas Clark2006-03-201-33/+1
* The two loops in Perl_utf8_distance can be merged.Nicholas Clark2006-03-201-24/+20
* unused context warningsAndy Lester2006-02-241-0/+6
* save_re_context() and even errsv_save = newSVsv(ERRSV); can turnNicholas Clark2006-02-181-4/+7
* Turn of tainting locally inside swash_init(), as the internalNicholas Clark2006-02-181-0/+4
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-1/+1