| Commit message (Expand) | Author | Age | Files | Lines |
* | handy.h: Add some comments | Karl Williamson | 2018-11-16 | 1 | -2/+7 |
* | handy.h: Silence compiler warning | Karl Williamson | 2018-09-20 | 1 | -4/+4 |
* | perlapi: Fix up SV handling pod | Karl Williamson | 2018-08-05 | 1 | -1/+1 |
* | handy.h: Remove obsolete comment | Karl Williamson | 2018-06-25 | 1 | -7/+0 |
* | Remove obsolete variables | Karl Williamson | 2018-03-31 | 1 | -13/+7 |
* | Remove no longer used constant and #if checks. | Karl Williamson | 2018-03-31 | 1 | -25/+0 |
* | rmv/de-dup static const char array "strings" | Daniel Dragan | 2018-03-07 | 1 | -1/+6 |
* | remove unreferenced copies of char * swash_property_names[] | Daniel Dragan | 2018-02-27 | 1 | -3/+1 |
* | handy.h: Add comment | Karl Williamson | 2018-01-17 | 1 | -0/+1 |
* | Emulate C99 int_fast8_t, etc typedefs | Karl Williamson | 2017-12-18 | 1 | -0/+20 |
* | Emulate some C99 macros and typedefs | Karl Williamson | 2017-12-08 | 1 | -49/+0 |
* | handy.h: Fix definition of WIDEST_UTYPE for non-core | Karl Williamson | 2017-12-07 | 1 | -5/+3 |
* | handy.h: Make U64, I64 available outside core | Karl Williamson | 2017-12-07 | 1 | -1/+1 |
* | remove stray NULLOK/NN from apidoc directives | Zefram | 2017-12-06 | 1 | -1/+1 |
* | Try harder to define INT64_C and UINT64_C. | Craig A. Berry | 2017-11-30 | 1 | -1/+7 |
* | 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 |