| Commit message (Expand) | Author | Age | Files | Lines |
* | handy.h: add a comment about perl_assert_ptr() | Yves Orton | 2017-11-16 | 1 | -0/+3 |
* | better document macros taking literal strings | Zefram | 2017-11-12 | 1 | -31/+31 |
* | Revert "Simplify _MEM_WRAP_NEEDS_RUNTIME_CHECK()" | Lukas Mai | 2017-11-11 | 1 | -1/+2 |
* | fix MEM_SIZE_MAX definition | Lukas Mai | 2017-11-11 | 1 | -1/+1 |
* | handy.h: Clarify comment | Karl Williamson | 2017-11-09 | 1 | -2/+3 |
* | PERL_STRLEN_ROUNDUP: parenthesize macro parameter | Lukas Mai | 2017-11-08 | 1 | -2/+3 |
* | handy.h: Add comments | Karl Williamson | 2017-11-06 | 1 | -0/+45 |
* | Make new macros private | Karl Williamson | 2017-11-06 | 1 | -2/+6 |
* | handy.h: Make uniform the defns of strFOO, memFOO | Karl Williamson | 2017-11-06 | 1 | -6/+6 |
* | Remove _memEQs, _memNEs | Karl Williamson | 2017-11-06 | 1 | -6/+0 |
* | Add memENDPs and use it in core | Karl Williamson | 2017-11-06 | 1 | -0/+3 |
* | Add memBEGINPs() to core and use it | Karl Williamson | 2017-11-06 | 1 | -0/+3 |
* | Add memBEGINs(), memENDs() and use them in APItest | Karl Williamson | 2017-11-06 | 1 | -0/+7 |
* | Rename strEQs to strBEGINs; remove strNEs | Karl Williamson | 2017-11-06 | 1 | -7/+1 |
* | handy.h: Add parens around macro expansion | Karl Williamson | 2017-10-24 | 1 | -1/+1 |
* | Rely on C89 NULL | Aaron Crane | 2017-10-21 | 1 | -7/+0 |
* | handy.h: simplify cpp conditionals | Aaron Crane | 2017-10-21 | 1 | -25/+17 |
* | Assume we have sane C89 memcmp() | Aaron Crane | 2017-10-21 | 1 | -7/+2 |
* | Assume we have C89 memset() | Aaron Crane | 2017-10-21 | 1 | -5/+0 |
* | Remove USE_STRUCT_COPY in favour of C89 struct assignment | Aaron Crane | 2017-10-21 | 1 | -4/+0 |
* | avoid 'the address of ... will always evaluate as ...' warns in mem macros | Yves Orton | 2017-09-13 | 1 | -7/+10 |
* | handy.h: White space only | Karl Williamson | 2017-09-09 | 1 | -4/+4 |
* | (perl #131746) avoid undefined behaviour in Copy() etc | Tony Cook | 2017-09-04 | 1 | -7/+7 |
* | Use new paradigm for hdr file double inclusion guard | Karl Williamson | 2017-06-02 | 1 | -3/+3 |
* | handy.h: Guard controversial macro name | Karl Williamson | 2017-02-19 | 1 | -0/+5 |
* | There's an objection to fatalizing jumping into a construct. | Abigail | 2017-01-16 | 1 | -0/+2 |
* | Remove the deprecate() macro from handy.h. | Abigail | 2017-01-16 | 1 | -2/+0 |
* | Setting ${^ENCODE} will be fatal by 5.28. | Abigail | 2017-01-16 | 1 | -0/+3 |
* | Time limit the deprecation of :unique and :locked. | Abigail | 2017-01-16 | 1 | -0/+3 |
* | handy.h: Add missing right paren in macro | Karl Williamson | 2016-12-29 | 1 | -1/+1 |
* | Fix tiny POD typo | Aaron Crane | 2016-12-29 | 1 | -1/+1 |
* | Deprecate toFOO_utf8() | Karl Williamson | 2016-12-23 | 1 | -8/+36 |
* | Convert core to use toFOO_utf8_safe() | Karl Williamson | 2016-12-23 | 1 | -9/+9 |
* | Add toFOO_utf8_safe() macros | Karl Williamson | 2016-12-23 | 1 | -16/+66 |
* | For character case changing, create macros and use | Karl Williamson | 2016-12-23 | 1 | -0/+6 |
* | perlapi: Italicize some C<text> that isn't as-is | Karl Williamson | 2016-12-23 | 1 | -18/+18 |
* | handy.h: White-space, comment only | Karl Williamson | 2016-12-23 | 1 | -7/+10 |
* | Deprecate isFOO_utf8() macros | Karl Williamson | 2016-12-23 | 1 | -83/+68 |
* | Add isFOO_utf8_safe() macros | Karl Williamson | 2016-12-23 | 1 | -54/+237 |
* | perlapi: Add explanation for why certain macros don't exist. | Karl Williamson | 2016-12-19 | 1 | -8/+26 |
* | perlapi: Clarify the isFOO_A() macros meanings | Karl Williamson | 2016-12-14 | 1 | -1/+2 |
* | handy.h, hv.h: fixup hash s suffix macro definitions, move to hv.h | Yves Orton | 2016-10-19 | 1 | -8/+1 |
* | handy.h: add _memEQs() and _memNEs() for use with constant strings | Yves Orton | 2016-10-19 | 1 | -1/+7 |
* | handy.h: add strEQs() and strNEs() for comparing to constant strings | Yves Orton | 2016-10-19 | 1 | -0/+5 |
* | Centralize definitions of MIN, MAX | Karl Williamson | 2016-09-25 | 1 | -0/+9 |
* | handy.h: Comment memEQs and memNEs | Karl Williamson | 2016-09-17 | 1 | -0/+1 |
* | handy.h: Add memLT, memLE, memGT, memGE | Karl Williamson | 2016-09-17 | 1 | -0/+5 |
* | handy.h: Clarify comment | Karl Williamson | 2016-08-05 | 1 | -1/+1 |
* | Improve isOCTAL() definition | Karl Williamson | 2016-08-05 | 1 | -4/+4 |
* | Fix comment typos principal → principle | Dagfinn Ilmari Mannsåker | 2016-07-31 | 1 | -1/+1 |