| Commit message (Expand) | Author | Age | Files | Lines |
* | utf8.c: Use slightly more efficient macro | Karl Williamson | 2014-07-25 | 1 | -2/+4 |
* | Use grok_atou instead of strtoul (no explicit strtol uses). | Jarkko Hietaniemi | 2014-07-22 | 1 | -7/+10 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -35/+0 |
* | PERL_UNUSED_CONTEXT -> remove interp context where possible | Daniel Dragan | 2014-06-24 | 1 | -3/+1 |
* | Silence -Wunused-parameter my_perl under threads. | Jarkko Hietaniemi | 2014-06-19 | 1 | -3/+4 |
* | Revert "/* NOTREACHED */ belongs *before* the unreachable." | Jarkko Hietaniemi | 2014-06-19 | 1 | -4/+2 |
* | /* NOTREACHED */ belongs *before* the unreachable. | Jarkko Hietaniemi | 2014-06-19 | 1 | -2/+4 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-15 | 1 | -1/+1 |
* | rmv duplicate SvUV call in Perl__swash_inversion_hash | Darin McBride | 2014-06-14 | 1 | -3/+5 |
* | Revert "Some low-hanging -Wunreachable-code fruits." | Jarkko Hietaniemi | 2014-06-13 | 1 | -1/+1 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-13 | 1 | -1/+1 |
* | perlapi: Include general information | Karl Williamson | 2014-06-05 | 1 | -2/+1 |
* | Move some deprecated utf8-handling functions to mathoms | Karl Williamson | 2014-05-31 | 1 | -136/+17 |
* | Make is_utf8_char_buf() a macro | Karl Williamson | 2014-05-31 | 1 | -1/+1 |
* | Create isUTF8_CHAR() macro and use it | Karl Williamson | 2014-05-31 | 1 | -68/+15 |
* | utf8.c: Move a static function to inline.h | Karl Williamson | 2014-05-31 | 1 | -35/+3 |
* | utf8.c: Move documentation next to its function | Karl Williamson | 2014-05-30 | 1 | -16/+16 |
* | utf8.c: Silence compiler warning | Karl Williamson | 2014-05-29 | 1 | -1/+1 |
* | utf8.c: Move static function to embed.fnc | Karl Williamson | 2014-05-29 | 1 | -6/+8 |
* | UV casting to avoid intermediate sign extension. | Jarkko Hietaniemi | 2014-05-29 | 1 | -7/+10 |
* | slen may be uninitialized. | Jarkko Hietaniemi | 2014-05-28 | 1 | -1/+1 |
* | perlapi: Give more accurate value for needed free space | Karl Williamson | 2014-05-12 | 1 | -6/+6 |
* | perlapi: Clarify NUL handling for 2 fcns; nits | Karl Williamson | 2014-04-23 | 1 | -8/+10 |
* | White-space only; properly indent newly formed blocks | Karl Williamson | 2014-03-14 | 1 | -13/+13 |
* | mktables: Inline short tables | Karl Williamson | 2014-03-14 | 1 | -0/+5 |
* | Change av_len calls to av_tindex for clarity | Karl Williamson | 2014-02-20 | 1 | -4/+4 |
* | White-space, comments only | Karl Williamson | 2014-01-27 | 1 | -0/+1 |
* | Work properly under UTF-8 LC_CTYPE locales | Karl Williamson | 2014-01-27 | 1 | -24/+51 |
* | Rename an internal flag | Karl Williamson | 2014-01-27 | 1 | -4/+4 |
* | Taint more operands with case changes | Karl Williamson | 2014-01-27 | 1 | -28/+9 |
* | Comments, white-space | Karl Williamson | 2014-01-22 | 1 | -4/+7 |
* | Turn on read-only flag for some unchangeable inversion lists | Karl Williamson | 2014-01-16 | 1 | -0/+3 |
* | IDStart and IDCont no longer go out to disk | Karl Williamson | 2014-01-09 | 1 | -2/+11 |
* | isWORDCHAR_uni(), isDIGIT_utf8() etc no longer go out to disk | Karl Williamson | 2014-01-09 | 1 | -11/+22 |
* | utf8.c: Add comment | Karl Williamson | 2014-01-09 | 1 | -1/+3 |
* | utf8.c: Move a bunch of deprecated fcns to mathoms.c | Karl Williamson | 2014-01-05 | 1 | -400/+0 |
* | utf8.c: Use existing macros instead of duplicate code | Karl Williamson | 2014-01-05 | 1 | -101/+38 |
* | Change some warnings in utf8n_to_uvchr() | Karl Williamson | 2014-01-01 | 1 | -26/+26 |
* | utf8.c: Fix warning category and subcategory conflicts | Karl Williamson | 2014-01-01 | 1 | -6/+6 |
* | utf8.c: Don't do redundant test | Karl Williamson | 2014-01-01 | 1 | -1/+1 |
* | utf8.c: Typo in comment, and clarification | Karl Williamson | 2014-01-01 | 1 | -1/+1 |
* | Remove no-longer used inversion list function | Karl Williamson | 2013-12-31 | 1 | -1/+1 |
* | White-space only | Karl Williamson | 2013-12-31 | 1 | -28/+28 |
* | Change format of mktables output binary property tables | Karl Williamson | 2013-12-31 | 1 | -0/+28 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -9/+12 |
* | utf8.c: White-space only | Karl Williamson | 2013-12-06 | 1 | -3/+4 |
* | perlapi: Grammar nits | Karl Williamson | 2013-12-06 | 1 | -6/+6 |
* | utf8.c: Remove hard-coded names. | Karl Williamson | 2013-12-06 | 1 | -8/+21 |
* | perlapi: Nits | Karl Williamson | 2013-12-04 | 1 | -2/+2 |
* | utf8.c: Use U8 instead of UV in several places | Karl Williamson | 2013-12-03 | 1 | -4/+4 |