summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new release to perlhistv5.25.5Stevan Little2016-09-201-0/+1
* finalize the perldeltaStevan Little2016-09-201-309/+44
* Update Module::CoreList for 5.25.5Stevan Little2016-09-201-1/+79
* utf8.c: Fix bug in new _is_utf8_char_helper() functionKarl Williamson2016-09-193-3/+8
* Make regexp_nonull.t test patterns without nullFather Chrysostomos2016-09-191-1/+17
* regcomp.c: S_concat_pat: guard against missing trailing nullsYves Orton2016-09-191-2/+14
* sv.c: sv_grow: newlen cannot be smaller than SvCUR()Yves Orton2016-09-191-1/+1
* doop.c: use sv_setpvn() instead of sv_setpvs()Yves Orton2016-09-191-1/+1
* perldelta: grammarLukas Mai2016-09-191-1/+1
* Correct one formatting error in perldelta.pod.James E Keenan2016-09-191-1/+1
* working on perldelta some moreStevan Little2016-09-191-0/+62
* perldelta for e426a4af0Father Chrysostomos2016-09-181-1/+3
* perldelta for #129287 / b43665Father Chrysostomos2016-09-181-0/+9
* perldelta: Remove duplicate entry; fix typoFather Chrysostomos2016-09-181-5/+1
* bop.t: Delete $SIG{__WARN__}Father Chrysostomos2016-09-181-0/+2
* [perl #129287] Make UTF8 & append nullFather Chrysostomos2016-09-182-1/+14
* regexp.t: Update comments about column 1Father Chrysostomos2016-09-181-2/+3
* working on perldeltaStevan Little2016-09-181-0/+65
* perlfunc: re-document old split() @_ side effectAristotle Pagaltzis2016-09-181-0/+2
* perlsub: scalar split no longer clobbers @_ (RT #129297)Lukas Mai2016-09-181-3/+3
* perldelta for new Unicode-handling function.Karl Williamson2016-09-171-1/+3
* perlapi: Clarify docs for some is_utf8_foo functionsKarl Williamson2016-09-171-13/+15
* Add isUTF8_CHAR_flags() macroKarl Williamson2016-09-173-3/+116
* Add macro for Unicode Corregindum #9 strictKarl Williamson2016-09-176-2/+164
* Add macro for determining if UTF-8 is Unicode-strictKarl Williamson2016-09-176-12/+323
* perlapi: Clarify isUTF8_CHAR()Karl Williamson2016-09-171-3/+4
* inline.h: Add 'const's; avoid hiding outer variableKarl Williamson2016-09-174-16/+16
* Add tests for is_valid_partial_utf8_char_flags()Karl Williamson2016-09-172-1/+128
* Add is_utf8_valid_partial_char_flags()Karl Williamson2016-09-174-7/+38
* perlapi: Reword description of is_utf8_valid_partial_charKarl Williamson2016-09-171-19/+18
* Fix off-by-one error in is_utf8_valid_partial_char()Karl Williamson2016-09-171-1/+1
* handy.h: Comment memEQs and memNEsKarl Williamson2016-09-171-0/+1
* utf8.c: Add some UNLIKELYsKarl Williamson2016-09-171-3/+3
* utf8.h: Add comment, white-space changesKarl Williamson2016-09-171-7/+11
* Enhance and rename is_utf8_char_slow()Karl Williamson2016-09-176-31/+123
* APItest/t/utf8.t: Add testsKarl Williamson2016-09-171-11/+196
* APItest/utf8.t: Some clean upKarl Williamson2016-09-171-23/+33
* Test isUTF8_CHAR()Karl Williamson2016-09-172-2/+60
* lib/warnings/utf8: Reinstate warning testKarl Williamson2016-09-171-0/+1
* Revamp overlong handling in is_utf8_char_slow, fixing a bugKarl Williamson2016-09-171-43/+59
* utf8.c: Fix typo in comment, add some commentsKarl Williamson2016-09-171-4/+7
* utf8.c: Extract duplicate code to common fcnKarl Williamson2016-09-175-42/+143
* handy.h: Add memLT, memLE, memGT, memGEKarl Williamson2016-09-171-0/+5
* Unconditionally define memcmp() if not saneKarl Williamson2016-09-171-3/+2
* isUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCIIKarl Williamson2016-09-174-92/+101
* regen/regcharclass.pl: surrogates are code pointsKarl Williamson2016-09-172-5/+5
* Add IS_UTF8_INVARIANT and IS_UVCHR_INVARIANT to APIKarl Williamson2016-09-171-10/+32
* utfebcdic.h: Fix typo in commentKarl Williamson2016-09-171-1/+1
* Add #defines for XS code for Unicode Corregindum 9Karl Williamson2016-09-172-13/+38
* perlapi: Clarify utf8n_to_uvchr entryKarl Williamson2016-09-171-3/+4