| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | handy.h: Add missing parens in macro | Karl Williamson | 2016-07-29 | 1 | -1/+1 |
* | handy.h: Consolidate some EBCDIC vs ASCII paths | Karl Williamson | 2016-07-28 | 1 | -65/+58 |
* | handy.h: Add comment | Karl Williamson | 2016-07-28 | 1 | -1/+10 |
* | handy.h: Generate compile error if macros called wrong | Karl Williamson | 2016-07-28 | 1 | -1/+4 |
* | handy.h: remove deprecated L<"section"> syntax | Lukas Mai | 2016-06-11 | 1 | -6/+6 |
* | Get -Accflags=-DPERL_MEM_LOG compiling again | Matthew Horsfall | 2016-04-05 | 1 | -6/+0 |
* | handy.h: Add synonyms for macros | Karl Williamson | 2016-03-17 | 1 | -68/+97 |
* | Simplify _MEM_WRAP_NEEDS_RUNTIME_CHECK() | David Mitchell | 2016-03-04 | 1 | -2/+1 |
* | perlapi: Clarify that a literal string must end in a NUL | Karl Williamson | 2016-02-03 | 1 | -18/+23 |
* | ensure isASCII argument is an integer | Lukas Mai | 2016-01-31 | 1 | -2/+3 |
* | perlapi: Clarify 'string' vs. buffer | Karl Williamson | 2015-12-22 | 1 | -22/+23 |
* | Make FITS_IN_8_BITS() always true under Coverity | Jarkko Hietaniemi | 2015-10-23 | 1 | -0/+8 |
* | Make __ASSERT__() empty under Coverity, avoiding many false alerts. | Jarkko Hietaniemi | 2015-10-19 | 1 | -2/+7 |
* | fix some 32/64-bit compiler warnings | David Mitchell | 2015-10-02 | 1 | -1/+4 |
* | Change EBCDIC macro definition | Karl Williamson | 2015-09-04 | 1 | -4/+5 |
* | l1_char_class_tab.h: Add bits for UTF-EBCDIC | Karl Williamson | 2015-09-04 | 1 | -2/+10 |
* | Add macro for converting Latin1 to UTF-8, and use it | Karl Williamson | 2015-09-04 | 1 | -2/+2 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -2/+2 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -4/+4 |
* | handy.h: White-space only | Karl Williamson | 2015-08-01 | 1 | -102/+117 |
* | Use U64 (a type) instead of U64TYPE (a define). | Jarkko Hietaniemi | 2015-07-29 | 1 | -2/+2 |
* | I64/U64 should be defined regardless of PERL_CORE. | Jarkko Hietaniemi | 2015-07-28 | 1 | -4/+3 |
* | remove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C macros | Daniel Dragan | 2015-06-03 | 1 | -3/+3 |
* | perlapi: Document some functions | Karl Williamson | 2015-05-07 | 1 | -0/+10 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |