summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: add to commentKarl Williamson2010-12-191-1/+2
* utf8.c, .h: Clarify pod and commentKarl Williamson2010-12-191-2/+3
* Document use of strlen() by is_ascii_string(), is_utf8_string() and friends.Marvin Humphrey2010-12-081-3/+6
* pp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNIKarl Williamson2010-11-221-4/+2
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+69
* utf8.c: Add function to create inversion of swashKarl Williamson2010-11-071-0/+132
* utf8.c: extract code into separate subroutineKarl Williamson2010-11-071-72/+102
* utf8.c: Add commentsKarl Williamson2010-11-071-7/+17
* Avoid compiler warnings in Perl_foldEQ_utf8, spotted by Jerry D. Hedden.Nicholas Clark2010-06-171-2/+6
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-8/+8
* utf8.c: further doc tweaksKarl Williamson2010-06-051-6/+11
* utf8.c: Modify doc comment; change whitespaceKarl Williamson2010-06-051-75/+74
* Revamp ibcmp_utf8 for performance and clarityKarl Williamson2010-06-051-108/+152
* Clarify some documentationKarl Williamson2010-06-051-3/+5
* PATCH: user defined special casing for non utf8Karl Williamson2010-05-261-2/+1
* PATCH: [perl #72998] regex loopingKarl Williamson2010-04-151-1/+2
* [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-021-2/+1
* change non-char warning message from malformedKarl Williamson2009-12-201-45/+49
* qr/\X/ expansionKarl Williamson2009-12-051-3/+120
* Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input.Nicholas Clark2009-10-221-6/+0
* Perl_utf16_to_utf8() should return the correct length when being "understanding"Nicholas Clark2009-10-211-1/+1
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-1/+31
* In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates.Nicholas Clark2009-10-181-2/+2
* utf16_to_utf8() should croak on encountering a bare low surrogate.Nicholas Clark2009-10-181-0/+2
* utf16_to_utf8() should croak if the buffer ends without the second surrogate.Nicholas Clark2009-10-181-4/+8
* utf16_to_utf8_reversed() should croak early when passed an odd byte length.Nicholas Clark2009-10-181-0/+4
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-7/+5
* Change warning "Unicode character is illegal" to more accurate descriptionRafael Garcia-Suarez2009-10-031-1/+1
* 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