| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid compiler warnings in Perl_foldEQ_utf8, spotted by Jerry D. Hedden. | Nicholas Clark | 2010-06-17 | 1 | -2/+6 |
* | Change name of ibcmp to foldEQ | Karl Williamson | 2010-06-05 | 1 | -8/+8 |
* | utf8.c: further doc tweaks | Karl Williamson | 2010-06-05 | 1 | -6/+11 |
* | utf8.c: Modify doc comment; change whitespace | Karl Williamson | 2010-06-05 | 1 | -75/+74 |
* | Revamp ibcmp_utf8 for performance and clarity | Karl Williamson | 2010-06-05 | 1 | -108/+152 |
* | Clarify some documentation | Karl Williamson | 2010-06-05 | 1 | -3/+5 |
* | PATCH: user defined special casing for non utf8 | Karl Williamson | 2010-05-26 | 1 | -2/+1 |
* | PATCH: [perl #72998] regex looping | Karl Williamson | 2010-04-15 | 1 | -1/+2 |
* | [perl #73174] swash_init() wasn't saving %^H | David Mitchell | 2010-03-02 | 1 | -2/+1 |
* | change non-char warning message from malformed | Karl Williamson | 2009-12-20 | 1 | -45/+49 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -3/+120 |
* | Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input. | Nicholas Clark | 2009-10-22 | 1 | -6/+0 |
* | Perl_utf16_to_utf8() should return the correct length when being "understanding" | Nicholas Clark | 2009-10-21 | 1 | -1/+1 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -1/+31 |
* | In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates. | Nicholas Clark | 2009-10-18 | 1 | -2/+2 |
* | utf16_to_utf8() should croak on encountering a bare low surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+2 |
* | utf16_to_utf8() should croak if the buffer ends without the second surrogate. | Nicholas Clark | 2009-10-18 | 1 | -4/+8 |
* | utf16_to_utf8_reversed() should croak early when passed an odd byte length. | Nicholas Clark | 2009-10-18 | 1 | -0/+4 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -7/+5 |
* | Change warning "Unicode character is illegal" to more accurate description | Rafael Garcia-Suarez | 2009-10-03 | 1 | -1/+1 |
* | Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -24/+0 |
* | Don't pass the the interpreter to is_ascii_string(), is_utf8_char(), is_utf8_... | Vincent Pit | 2009-08-27 | 1 | -8/+4 |
* | In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812] | Chip Salzenberg | 2009-08-26 | 1 | -1/+34 |
* | Faster utf8_length method -- fixes [RT#50250] | Alex Vandiver | 2009-06-06 | 1 | -13/+15 |
* | Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Subject: PATCH 5.10 documentation | Steve Peters | 2008-12-19 | 1 | -9/+13 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -4/+11 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -2/+2 |
* | Remove redundant API definitions from '=for apidoc' sections. | Marcus Holland-Moritz | 2008-10-29 | 1 | -24/+24 |
* | Eliminate (HV *) casts in u*.c. | Nicholas Clark | 2008-10-28 | 1 | -3/+3 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | pv_uni_display () omitted backslash in output string | H.Merijn Brand | 2008-09-25 | 1 | -0/+1 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -2/+125 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -4/+4 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R... | Yves Orton | 2007-12-17 | 1 | -0/+5 |
* | Re: several compilation problems on VMS in perl@32039 | Craig A. Berry | 2007-10-06 | 1 | -2/+2 |
* | newSV(size) and SvPOK_on() will be more efficient than newSVpvs("") | Nicholas Clark | 2007-10-06 | 1 | -2/+2 |
* | Revert one hunk of change 32034 that had the possibility of being buggy | Nicholas Clark | 2007-10-06 | 1 | -0/+1 |
* | Eliminate most *printf-like calls that use a simple "%c" format, | Nicholas Clark | 2007-10-05 | 1 | -2/+4 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -1/+1 |
* | move PL_tokenbuf into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -8/+0 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -3/+0 |
* | Avoid the need for 2 casts added in 31055 by using a better type for | Nicholas Clark | 2007-04-25 | 1 | -0/+1 |
* | Silence 5 "possible loss of data" warnings from VC6 | Steve Hay | 2007-04-24 | 1 | -1/+1 |
* | Fix problems caused by downsizing in change 31017. (Which don't show | Nicholas Clark | 2007-04-22 | 1 | -1/+1 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |