summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* perlapi: Document some functionsKarl Williamson2015-05-071-0/+10
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* followup for MEM_WRAP_CHECKDavid Mitchell2015-03-041-12/+12
* further tweak MEM_WRAP_CHECK()David Mitchell2015-03-041-11/+16
* Make MEM_WRAP_CHECK more compile-timeDavid Mitchell2015-03-031-7/+37
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-37/+24
* handy.h: EXTERN_C-ize PL_charclassKarl Williamson2015-01-231-0/+2
* handy.h Cast to unsigned before doing xorKarl Williamson2014-12-301-9/+9
* Remove duplicate apidoc entriesDavid Mitchell2014-12-171-4/+0
* toupper/lower: avoid sign warningsDavid Mitchell2014-12-161-2/+2
* handy.h: Add missing parentheses to macro #defineKarl Williamson2014-11-141-1/+1
* handy.h: Two EBCDIC fixesKarl Williamson2014-10-211-10/+13
* Fix isASCII for EBCDICKarl Williamson2014-10-211-33/+82
* handy.h: Add missing macroKarl Williamson2014-10-211-1/+6
* handy.h: Need macro definition for normally non-compiled codeKarl Williamson2014-10-211-0/+1
* handy.h: Comments onlyKarl Williamson2014-10-211-3/+2
* perlapi: Clarify two entriesKarl Williamson2014-10-071-3/+6
* regcomp.c: Make macro a lookupKarl Williamson2014-09-061-1/+4
* handy.h, regcomp.c: Add, clarify commentsKarl Williamson2014-08-251-5/+6
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-221-0/+18
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-2/+1
* Removed NeXT supportBrian Fraser2014-06-111-102/+63
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-18/+35
* Fix Windows ctype functionsKarl Williamson2014-06-051-1/+31
* regcomp.c: Skip work that is a no-opKarl Williamson2014-06-011-9/+12
* Fix definition of toCTRL() for EBCDICKarl Williamson2014-05-311-5/+7
* Revert bootstrapping to non-ASCII platformsKarl Williamson2014-05-311-17/+6
* handy.h: Make macro more efficient on EBCDICKarl Williamson2014-05-311-1/+9
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-05-301-8/+10
* handy.h: Comments, white-space onlyKarl Williamson2014-05-301-3/+4
* handy.h: Use some common macros for ASCII/EBCDICKarl Williamson2014-05-301-23/+15
* __APPLE__ is not Apple, use PERL_DARWIN instead.Jarkko Hietaniemi2014-05-291-1/+1
* Make UINT64_C()/INT64_C() available anytime HAS_QUAD is definedTony Cook2014-05-291-1/+1
* UINT64_C/INT64_C logic shuffling.Jarkko Hietaniemi2014-05-281-23/+40
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-05-281-1/+6
* Fix comments and pod that mention 5.20 erroneouslyKarl Williamson2014-04-011-2/+2
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-2/+2
* handy.h Special case toCTRL('?') for EBCDICKarl Williamson2014-02-051-5/+17
* Fix [[:blank:]] handling when no isblank() on platformKarl Williamson2014-02-031-2/+2
* handy.h: Add a cBOOL()Karl Williamson2014-01-301-1/+1
* PATCH: [perl #121109] locales failingKarl Williamson2014-01-281-6/+4
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-13/+46
* handy.h: Move the _LC_CAST declaration.Brian Fraser2014-01-231-2/+2
* handy.h: Express locale macros using common base macrosKarl Williamson2014-01-221-34/+85
* handy.h: Factor out common codeKarl Williamson2014-01-221-18/+14
* handy.h: White-space, comments, pod nit onlyKarl Williamson2014-01-221-37/+51
* handy.h: Add two macrosKarl Williamson2014-01-011-4/+13
* handy.h: Add debugging assertionKarl Williamson2014-01-011-1/+3
* Move a macro from utf8.h to handy.h for wider use.Karl Williamson2014-01-011-0/+10
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-7/+11