| Commit message (Expand) | Author | Age | Files | Lines |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -6/+6 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+26 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -5/+5 |
* | [patch@26561] utf8.c const issue. | John E. Malmberg | 2006-01-03 | 1 | -1/+1 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -2/+2 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -3/+6 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -15/+15 |
* | Better variable names make code clearer | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -3/+10 |
* | Rework the error messages from the swashget code. | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -12/+8 |
* | Clarification and cleanup of the XS SWASHGET code | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -12/+19 |
* | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-30 | 1 | -44/+338 |
* | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-24 | 1 | -4/+4 |
* | XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-23 | 1 | -3/+3 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -1/+1 |
* | A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni(). | Nicholas Clark | 2005-10-31 | 1 | -4/+2 |
* | uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based | Nicholas Clark | 2005-10-31 | 1 | -0/+52 |
* | const const bad bad. | Nicholas Clark | 2005-10-30 | 1 | -1/+1 |
* | is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too. | Nicholas Clark | 2005-10-30 | 1 | -27/+5 |
* | Jarkko and I think that Perl_is_utf8_alnumc should be initialising | Nicholas Clark | 2005-10-30 | 1 | -3/+3 |
* | Perl_is_utf8_* share a lot of common code. Pull that out into a new | Nicholas Clark | 2005-10-30 | 1 | -70/+26 |
* | Replace uvuni_to_utf8() with a macro that passes the extra 0 argument | Nicholas Clark | 2005-10-30 | 1 | -6/+0 |
* | Replace is_utf8_string_loc() with a macro that passes the extra 0 | Nicholas Clark | 2005-10-30 | 1 | -17/+10 |
* | Fix typos in comments. | Nicholas Clark | 2005-10-30 | 1 | -2/+2 |
* | Add a new file, mathoms.c, to hold old code kept around for binary | Steve Peters | 2005-10-28 | 1 | -50/+0 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -3/+5 |
* | undef IS_UTF8_CHAR() on EBCDIC | SADAHIRO Tomoyuki | 2005-10-09 | 1 | -0/+3 |
* | Re: [PATCH] Random constings and printf cleanup | Andy Lester | 2005-10-05 | 1 | -5/+5 |
* | The continuing plod through embed.fnc | Andy Lester | 2005-07-18 | 1 | -2/+3 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -6/+6 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -2/+2 |
* | [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning | Dave Mitchell | 2005-07-08 | 1 | -2/+2 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -8/+9 |
* | Mark a static function as static | Rafael Garcia-Suarez | 2005-06-08 | 1 | -1/+1 |
* | one more round of is_utf8_foo tuneup | Jarkko Hietaniemi | 2005-06-07 | 1 | -34/+65 |
* | Fix minor bummer in 24706 | Andy Lester | 2005-06-05 | 1 | -2/+2 |
* | further speeding up of is_utf8_string() | Jarkko Hietaniemi | 2005-06-04 | 1 | -37/+67 |
* | speed up is_utf8_char() | Jarkko Hietaniemi | 2005-06-03 | 1 | -27/+35 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 1 | -3/+3 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -1/+1 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -25/+9 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -2/+1 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -4/+4 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+5 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | [perl #33185] UTF-8 string substitution corrupts memory | Dave Mitchell | 2005-03-26 | 1 | -5/+5 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -4/+4 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -22/+23 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -51/+51 |