summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note usage compatability of Safefree / Newx and friendsMatthew Horsfall (alh)2013-12-181-0/+12
* fix -Wsign-compare in coreDavid Mitchell2013-11-291-2/+2
* handy.h: Slightly refactor READ_XDIGIT macroKarl Williamson2013-11-261-1/+5
* handy.h: Remove duplicate lineKarl Williamson2013-11-251-1/+0
* toLOWER_LC(), toUPPER_LC(): fix signednessDavid Mitchell2013-11-211-2/+2
* remove redundant Zero() from JMPENV_BOOTSTRAPDaniel Dragan2013-11-021-0/+6
* Introduce PERL_BOOL_AS_CHAR defineFather Chrysostomos2013-10-301-1/+6
* Don't make bool an int on VMS.Craig A. Berry2013-10-271-5/+1
* Add a USING_MSVC6 macro to identify Microsoft Visual C++ 6.0Steve Hay2013-09-191-1/+1
* handy.h: Allow bootstrapping to non-ASCII platformKarl Williamson2013-08-291-63/+125