| Commit message (Expand) | Author | Age | Files | Lines |
* | followup for MEM_WRAP_CHECK | David Mitchell | 2015-03-04 | 1 | -12/+12 |
* | further tweak MEM_WRAP_CHECK() | David Mitchell | 2015-03-04 | 1 | -11/+16 |
* | Make MEM_WRAP_CHECK more compile-time | David Mitchell | 2015-03-03 | 1 | -7/+37 |
* | \s matching VT is no longer experimental | Karl Williamson | 2015-02-21 | 1 | -37/+24 |
* | handy.h: EXTERN_C-ize PL_charclass | Karl Williamson | 2015-01-23 | 1 | -0/+2 |
* | handy.h Cast to unsigned before doing xor | Karl Williamson | 2014-12-30 | 1 | -9/+9 |
* | Remove duplicate apidoc entries | David Mitchell | 2014-12-17 | 1 | -4/+0 |
* | toupper/lower: avoid sign warnings | David Mitchell | 2014-12-16 | 1 | -2/+2 |
* | handy.h: Add missing parentheses to macro #define | Karl Williamson | 2014-11-14 | 1 | -1/+1 |
* | handy.h: Two EBCDIC fixes | Karl Williamson | 2014-10-21 | 1 | -10/+13 |
* | Fix isASCII for EBCDIC | Karl Williamson | 2014-10-21 | 1 | -33/+82 |
* | handy.h: Add missing macro | Karl Williamson | 2014-10-21 | 1 | -1/+6 |
* | handy.h: Need macro definition for normally non-compiled code | Karl Williamson | 2014-10-21 | 1 | -0/+1 |
* | handy.h: Comments only | Karl Williamson | 2014-10-21 | 1 | -3/+2 |
* | perlapi: Clarify two entries | Karl Williamson | 2014-10-07 | 1 | -3/+6 |
* | regcomp.c: Make macro a lookup | Karl Williamson | 2014-09-06 | 1 | -1/+4 |
* | handy.h, regcomp.c: Add, clarify comments | Karl Williamson | 2014-08-25 | 1 | -5/+6 |
* | Add and use macros for case-insensitive comparison | Karl Williamson | 2014-08-22 | 1 | -0/+18 |
* | Deprecate unescaped literal "{" in regex patterns | Karl Williamson | 2014-06-12 | 1 | -2/+1 |
* | Removed NeXT support | Brian Fraser | 2014-06-11 | 1 | -102/+63 |
* | perlapi: Refactor placements, headings of some functions | Karl Williamson | 2014-06-05 | 1 | -18/+35 |
* | Fix Windows ctype functions | Karl Williamson | 2014-06-05 | 1 | -1/+31 |
* | regcomp.c: Skip work that is a no-op | Karl Williamson | 2014-06-01 | 1 | -9/+12 |
* | Fix definition of toCTRL() for EBCDIC | Karl Williamson | 2014-05-31 | 1 | -5/+7 |
* | Revert bootstrapping to non-ASCII platforms | Karl Williamson | 2014-05-31 | 1 | -17/+6 |
* | handy.h: Make macro more efficient on EBCDIC | Karl Williamson | 2014-05-31 | 1 | -1/+9 |
* | perlapi: Clarify some instances where NUL is or isn't permitted | Karl Williamson | 2014-05-30 | 1 | -8/+10 |
* | handy.h: Comments, white-space only | Karl Williamson | 2014-05-30 | 1 | -3/+4 |
* | handy.h: Use some common macros for ASCII/EBCDIC | Karl Williamson | 2014-05-30 | 1 | -23/+15 |
* | __APPLE__ is not Apple, use PERL_DARWIN instead. | Jarkko Hietaniemi | 2014-05-29 | 1 | -1/+1 |
* | Make UINT64_C()/INT64_C() available anytime HAS_QUAD is defined | Tony Cook | 2014-05-29 | 1 | -1/+1 |
* | UINT64_C/INT64_C logic shuffling. | Jarkko Hietaniemi | 2014-05-28 | 1 | -23/+40 |
* | Use the C_ARRAY_LENGTH. | Jarkko Hietaniemi | 2014-05-28 | 1 | -1/+6 |
* | Fix comments and pod that mention 5.20 erroneously | Karl Williamson | 2014-04-01 | 1 | -2/+2 |
* | sprinkle LIKELY() on pp_hot.c scope.c and some *.h | David Mitchell | 2014-03-12 | 1 | -2/+2 |
* | handy.h Special case toCTRL('?') for EBCDIC | Karl Williamson | 2014-02-05 | 1 | -5/+17 |
* | Fix [[:blank:]] handling when no isblank() on platform | Karl Williamson | 2014-02-03 | 1 | -2/+2 |
* | handy.h: Add a cBOOL() | Karl Williamson | 2014-01-30 | 1 | -1/+1 |
* | PATCH: [perl #121109] locales failing | Karl Williamson | 2014-01-28 | 1 | -6/+4 |
* | Work properly under UTF-8 LC_CTYPE locales | Karl Williamson | 2014-01-27 | 1 | -13/+46 |
* | handy.h: Move the _LC_CAST declaration. | Brian Fraser | 2014-01-23 | 1 | -2/+2 |
* | handy.h: Express locale macros using common base macros | Karl Williamson | 2014-01-22 | 1 | -34/+85 |
* | handy.h: Factor out common code | Karl Williamson | 2014-01-22 | 1 | -18/+14 |
* | handy.h: White-space, comments, pod nit only | Karl Williamson | 2014-01-22 | 1 | -37/+51 |
* | handy.h: Add two macros | Karl Williamson | 2014-01-01 | 1 | -4/+13 |
* | handy.h: Add debugging assertion | Karl Williamson | 2014-01-01 | 1 | -1/+3 |
* | Move a macro from utf8.h to handy.h for wider use. | Karl Williamson | 2014-01-01 | 1 | -0/+10 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -7/+11 |
* | Note usage compatability of Safefree / Newx and friends | Matthew Horsfall (alh) | 2013-12-18 | 1 | -0/+12 |
* | fix -Wsign-compare in core | David Mitchell | 2013-11-29 | 1 | -2/+2 |