summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* We don't support MS VC++ < 6.0Steve Hay2012-08-181-1/+1
* Remove the UTS port.Nicholas Clark2012-08-171-1/+1
* VC++ has QUADKIND == QUAD_IS___INT64 so we might as well make use of itSteve Hay2012-08-071-6/+6
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-021-0/+2
* mktables: Generate tables for chars that aren't in final fold posKarl Williamson2012-08-021-1/+2
* Remove code for supporting 80286 based systems.Nicholas Clark2012-07-281-4/+0
* regcomp.h: Use handy.h constantsKarl Williamson2012-07-241-4/+7
* handy.h: Free up bits in PL_charclass[]Karl Williamson2012-07-241-80/+66
* handy.h: Add intermediate internal macroKarl Williamson2012-07-241-2/+5
* handy.h: Remove duplicated testKarl Williamson2012-07-241-1/+1
* handy.h: White space onlyKarl Williamson2012-07-241-4/+5
* handy.h: Move bit shifting into base macroKarl Williamson2012-07-241-35/+36
* handy.h: Renumber character class bitsKarl Williamson2012-07-241-31/+31
* handy.h: Reorder some #definesKarl Williamson2012-07-241-21/+22
* handy.h: l1_charclass.h: Add bit for matching ASCIIKarl Williamson2012-07-241-1/+2
* handy.h: refactor some macros to use a new one in common.Karl Williamson2012-07-241-30/+32
* handy.h: Fix broken is_ASCII_utf8()Karl Williamson2012-07-081-1/+1
* both INT64_C and UINT64_C should be guarded [perl #76306]Jesse Luehrs2012-07-051-14/+18
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-4/+3
* [perl #113756] fix type of StructCopy in API documentationLukas Mai2012-06-201-2/+2
* handy.h: Add commentKarl Williamson2012-06-171-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* handy.h: Fix definition of isOCTAL_A()Karl Williamson2012-05-241-1/+1
* handy.h: New defn of isOCTAL_A() to free up bitKarl Williamson2012-05-221-7/+20
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-13/+14
* handy.h: Silence Solaris compiler warningKarl Williamson2012-02-191-1/+1
* handy.h: New macro for quotemetaKarl Williamson2012-02-151-2/+3
* Allow [[:blank:]] to work under localeKarl Williamson2012-02-091-1/+11
* Use system isascii() when available under localeKarl Williamson2012-02-091-0/+7
* handy.h: Add commentKarl Williamson2012-02-091-0/+4
* Tweak the cBOOL() macro to avoid problems with the AIX compiler.Nicholas Clark2011-11-181-1/+2
* Use full sym name in isIDFIRST_utf8 to fix [perl #100930]Father Chrysostomos2011-10-071-1/+1
* Now with comma :(H.Merijn Brand2011-10-061-1/+1
* _A is predefined in some precompiler environmentsH.Merijn Brand2011-10-061-1/+1
* handy.h: Reorder tests for speedKarl Williamson2011-10-011-4/+4
* handy.h: Add macroKarl Williamson2011-10-011-0/+4
* handy.h Fix isOCTAL_A macroKarl Williamson2011-10-011-1/+1
* handy.h: Add comments, pod changeKarl Williamson2011-10-011-2/+7
* handy.h: Improve definition of FITS_IN_8_BITSKarl Williamson2011-10-011-4/+2
* handy.h: Change '(foo) ? bar : 0 to 'foo && bar'Karl Williamson2011-10-011-3/+3
* handy.h: Speed up isIDFIRST_utf8()Karl Williamson2011-10-011-1/+1
* Comment-only nitsKarl Williamson2011-10-011-3/+4
* handy.h: Add missing isASCII_L1 macroKarl Williamson2011-10-011-0/+1
* handy.h: Don't call _utf8 fcns if Latin1Karl Williamson2011-10-011-7/+19
* handy.h: Don't call _utf8 fcns if ASCIIKarl Williamson2011-10-011-17/+31
* handy.h: Don't call _uni fcns if have applicable macroKarl Williamson2011-10-011-12/+23
* Don't use swash to find cntrlsKarl Williamson2011-10-011-1/+2
* handy.h: No need to call fcns to compute if ASCIIKarl Williamson2011-10-011-2/+3
* handy.h: Simplify isASCII definitionKarl Williamson2011-10-011-1/+6
* handy.h: refactor FITS_IN_8_BITS defnKarl Williamson2011-10-011-8/+12