summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* handy.h: Remove extraneous parensKarl Williamson2013-08-291-1/+1
* handy.h: White space onlyKarl Williamson2013-08-291-23/+23
* EBCDIC has the unicode bug tooKarl Williamson2013-08-291-28/+2
* handy.h: Solve a failure to compile problem under EBCDICKarl Williamson2013-08-291-13/+22
* handy.h: Simplify some macro definitionsKarl Williamson2013-08-291-6/+3
* handy.h: Combine macros that are same in ASCII, EBCDICKarl Williamson2013-08-291-8/+4
* Remove EBCDIC remappingsKarl Williamson2013-08-291-7/+5
* Add and use macro to return EBCDICKarl Williamson2013-08-291-7/+7
* Use byte domain EBCDIC/LATIN1 macro where appropriateKarl Williamson2013-08-291-20/+20
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-2/+2
* perlapi: Add note to isASCIIKarl Williamson2013-06-181-0/+6
* Stop making assumptions about uids and gids.Brian Fraser2013-06-041-0/+31
* handy.h: Change the error return of two macrosKarl Williamson2013-05-201-8/+8
* handy.h: Add some macro definitionsKarl Williamson2013-05-201-1/+23
* perlapi: Add docs for some case-changing macros; clarify othersKarl Williamson2013-05-201-7/+100
* handy.h: Add missing toFOLD_utf8 macroKarl Williamson2013-05-201-0/+1
* handy.h: define some synonyms for consistencyKarl Williamson2013-05-201-2/+8
* handy.h: Clarify commentKarl Williamson2013-05-201-5/+4
* perlapi.pod: Clarify character classification macrosKarl Williamson2013-04-201-37/+31
* handy.h: Remove docs for non-existent macroKarl Williamson2013-03-291-6/+0
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-2/+2
* perlapi: Document some macrosKarl Williamson2013-03-261-2/+26
* EBCDIC has the Unicode bug tooKarl Williamson2013-03-111-13/+9
* perlapi: NitsKarl Williamson2013-03-111-13/+13
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-1/+2
* handy.h: Fix isIDCONT_utf8()Karl Williamson2013-01-141-1/+1