summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Given that the memory allocated in Perl_bytes_from_utf8 andNicholas Clark2006-02-061-2/+2
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-6/+6
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+26
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-5/+5
* [patch@26561] utf8.c const issue.John E. Malmberg2006-01-031-1/+1
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-2/+2
* Making 0 pointers to NULLsAndy Lester2006-01-011-3/+6
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-15/+15
* Better variable names make code clearerSADAHIRO Tomoyuki2005-12-051-3/+10
* Rework the error messages from the swashget code.SADAHIRO Tomoyuki2005-12-051-12/+8
* Clarification and cleanup of the XS SWASHGET codeSADAHIRO Tomoyuki2005-12-051-12/+19
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-44/+338
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-241-4/+4
* XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-231-3/+3
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-1/+1
* A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().Nicholas Clark2005-10-311-4/+2
* uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII basedNicholas Clark2005-10-311-0/+52
* const const bad bad.Nicholas Clark2005-10-301-1/+1
* is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.Nicholas Clark2005-10-301-27/+5
* Jarkko and I think that Perl_is_utf8_alnumc should be initialisingNicholas Clark2005-10-301-3/+3
* Perl_is_utf8_* share a lot of common code. Pull that out into a newNicholas Clark2005-10-301-70/+26
* Replace uvuni_to_utf8() with a macro that passes the extra 0 argumentNicholas Clark2005-10-301-6/+0
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-301-17/+10
* Fix typos in comments.Nicholas Clark2005-10-301-2/+2
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-50/+0
* Stas' croak patch and then someAndy Lester2005-10-131-3/+5
* undef IS_UTF8_CHAR() on EBCDICSADAHIRO Tomoyuki2005-10-091-0/+3
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-5/+5
* The continuing plod through embed.fncAndy Lester2005-07-181-2/+3