2009-10-22 |
Nicholas Clark |
Perl_utf16_to_utf8() should treat "\0" like any every... |
blob | commitdiff |
2009-10-21 |
Nicholas Clark |
Perl_utf16_to_utf8() should return the correct length... |
blob | commitdiff | diff to current |
2009-10-19 |
Yves Orton |
somewhat fix failing regex tests. but break lots of... |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark |
In utf16_to_utf8(), fix off-by-one errors for the range... |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8() should croak on encountering a bare... |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8() should croak if the buffer ends without... |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8_reversed() should croak early when passed... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
blob | commitdiff | diff to current |
2009-10-03 |
Rafael Garcia-Suarez |
Change warning "Unicode character is illegal" to more... |
blob | commitdiff | diff to current |
2009-09-13 |
Rafael Garcia-Suarez |
Remove obsolete functions is_uni_alnumc, is_uni_alnumc_... |
blob | commitdiff | diff to current |
2009-08-26 |
Vincent Pit |
Don't pass the the interpreter to is_ascii_string(... |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg |
In C<use utf8; a=>'b'>, do not set utf8 flag on 'a... |
blob | commitdiff | diff to current |
2009-06-06 |
Alex Vandiver |
Faster utf8_length method -- fixes [RT#50250] |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Update the documentation of get_hv() to note that it... |
blob | commitdiff | diff to current |
2008-12-19 |
Steve Peters |
Subject: PATCH 5.10 documentation |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Remove redundant API definitions from '=for apidoc... |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Eliminate (HV *) casts in u*.c. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-09-25 |
H.Merijn Brand |
pv_uni_display () omitted backslash in output string |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2007-12-17 |
Yves Orton |
Fix various bugs in regex engine with mixed utf8/latin... |
blob | commitdiff | diff to current |
2007-10-06 |
Craig A. Berry |
Re: several compilation problems on VMS in perl@32039 |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
newSV(size) and SvPOK_on() will be more efficient than... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Revert one hunk of change 32034 that had the possibilit... |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
Eliminate most *printf-like calls that use a simple... |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark |
s/\bunicode\b/Unicode/; # For everything not dual life |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_tokenbuf into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_in_my and PL_in_my_stash into the PL_parser... |
blob | commitdiff | diff to current |
2007-04-25 |
Nicholas Clark |
Avoid the need for 2 casts added in 31055 by using... |
blob | commitdiff | diff to current |
2007-04-24 |
Steve Hay |
Silence 5 "possible loss of data" warnings from VC6 |
blob | commitdiff | diff to current |
2007-04-22 |
Nicholas Clark |
Fix problems caused by downsizing in change 31017.... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2006-09-05 |
Robin Barker |
; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma... |
blob | commitdiff | diff to current |
2006-08-17 |
Jarkko Hietaniemi |
Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-27 |
Steve Hay |
Clear up most of the VC6 compiler warnings in the follo... |
blob | commitdiff | diff to current |
2006-07-23 |
Jarkko Hietaniemi |
z/OS: pp_sys.c, reg*.c, toke.c, utf8.c |
blob | commitdiff | diff to current |
2006-06-06 |
Andy Lester |
more accumulated cleanups |
blob | commitdiff | diff to current |
2006-05-12 |
Andy Lester |
Speed up utf8.c a bit |
blob | commitdiff | diff to current |
2006-04-29 |
Nicholas Clark |
Add a cross reference to bytes_from_utf8() in the docum... |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-10 |
Andy Dougherty |
Fix coverity warning in utf8.c |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all reads/writes of the hints in COPs with... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark |
Perl_utf8_distance can be implemented as a call to... |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark |
The two loops in Perl_utf8_distance can be merged. |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-18 |
Nicholas Clark |
save_re_context() and even errsv_save = newSVsv(ERRSV... |
blob | commitdiff | diff to current |
2006-02-18 |
Nicholas Clark |
Turn of tainting locally inside swash_init(), as the... |
blob | commitdiff | diff to current |
2006-02-14 |
Andy Lester |
Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark |
Given that the memory allocated in Perl_bytes_from_utf8 and |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas |
A few more places that can use hv_fetchs(). |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2006-01-03 |
John E. Malmberg |
[patch@26561] utf8.c const issue. |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez |
Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester |
Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-12-05 |
SADAHIRO Tomoyuki |
Better variable names make code clearer |
blob | commitdiff | diff to current |
2005-12-05 |
SADAHIRO Tomoyuki |
Rework the error messages from the swashget code. |
blob | commitdiff | diff to current |
2005-12-05 |
SADAHIRO Tomoyuki |
Clarification and cleanup of the XS SWASHGET code |
blob | commitdiff | diff to current |
2005-11-30 |
SADAHIRO Tomoyuki |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
blob | commitdiff | diff to current |
2005-11-24 |
SADAHIRO Tomoyuki |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
blob | commitdiff | diff to current |
2005-11-23 |
SADAHIRO Tomoyuki |
XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
blob | commitdiff | diff to current |
2005-11-07 |
Andy Lester |
Consting and localizing: Part LXVIII |
blob | commitdiff | diff to current |
2005-10-31 |
Nicholas Clark |
A more elegant way to deal with utf8n_to_uvchr() and... |
blob | commitdiff | diff to current |
2005-10-31 |
Nicholas Clark |
uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
const const bad bad. |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_co... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Jarkko and I think that Perl_is_utf8_alnumc should... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Perl_is_utf8_* share a lot of common code. Pull that... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace uvuni_to_utf8() with a macro that passes the... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace is_utf8_string_loc() with a macro that passes... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Fix typos in comments. |
blob | commitdiff | diff to current |
2005-10-28 |
Steve Peters |
Add a new file, mathoms.c, to hold old code kept around... |
blob | commitdiff | diff to current |
2005-10-13 |
Andy Lester |
Stas' croak patch and then some |
blob | commitdiff | diff to current |
2005-10-09 |
SADAHIRO Tomoyuki |
undef IS_UTF8_CHAR() on EBCDIC |
blob | commitdiff | diff to current |
2005-10-05 |
Andy Lester |
Re: [PATCH] Random constings and printf cleanup |
blob | commitdiff | diff to current |
2005-07-18 |
Andy Lester |
The continuing plod through embed.fnc |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester |
more embed cleanup |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-08 |
Dave Mitchell |
[perl #36207] UTF8/Latin 1/i regexp "Malformed characte... |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
More SvPV consting. And other related drive-by refactoring. |
blob | commitdiff | diff to current |
2005-06-08 |
Rafael Garcia-Suarez |
Mark a static function as static |
blob | commitdiff | diff to current |
2005-06-07 |
Jarkko Hietaniemi |
one more round of is_utf8_foo tuneup |
blob | commitdiff | diff to current |
2005-06-05 |
Andy Lester |
Fix minor bummer in 24706 |
blob | commitdiff | diff to current |
2005-06-04 |
Jarkko Hietaniemi |
further speeding up of is_utf8_string() |
blob | commitdiff | diff to current |
2005-06-03 |
Jarkko Hietaniemi |
speed up is_utf8_char() |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester |
[PATCH] Minor warning squashings |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester |
embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
next |