summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-18/+21
* handy.h, regcomp.h, regexec.c: Sort initializers, switch()Karl Williamson2012-12-311-8/+8
* perlapi: Clarify isSPACE(), document isPSXSPC()Karl Williamson2012-12-231-2/+25
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-3/+12
* Remove temporary back-compat PL_ variable namesKarl Williamson2012-12-221-10/+0
* handy.h: Improve some commentsKarl Williamson2012-12-221-9/+14
* Consolidate some regex OPSKarl Williamson2012-12-221-1/+1
* handy.h: Refactor some internal macro callsKarl Williamson2012-12-221-73/+78
* Use array for some inversion listsKarl Williamson2012-12-221-0/+1
* regcomp.c: Use table look-up instead of individual strings.Karl Williamson2012-12-221-1/+5
* handy.h: Move some back compat macrosKarl Williamson2012-12-221-9/+7
* Add generic _is_(uni|utf8)_FOO() functionKarl Williamson2012-12-221-18/+45
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-221-17/+38
* handy.h: Move some #definesKarl Williamson2012-12-221-10/+10