summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* Make isIDFIRST_uni() return identically as isIDFIRST_utf8()Karl Williamson2012-11-291-5/+4
* Remove double underscore in internal function nameKarl Williamson2012-11-291-1/+1
* Refactor is(SPACE|PSXSP)_(uni|utf8) macros and utf8.cKarl Williamson2012-11-191-4/+5
* Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macrosKarl Williamson2012-11-191-2/+2
* Refactor is_BLANK_uni() and is_BLANK_utf8() macrosKarl Williamson2012-11-191-2/+2
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-191-0/+2
* Refactor is_CNTRL_utf8(), is_utf8_cntrl()Karl Williamson2012-11-191-1/+1
* handy.h: Refactor macros to avoid aTHX_ problemsKarl Williamson2012-11-191-23/+28
* regexes: Add \v to table of latin1 char classesKarl Williamson2012-11-191-9/+10
* handy.h: white-space, comments onlyKarl Williamson2012-11-191-2/+8
* handy.h: Mark more clearly things for internal-only useKarl Williamson2012-11-191-50/+47
* handy.h: Use class numbers instead of macros in macro generationKarl Williamson2012-11-191-41/+44
* handy.h: Convert 3 macros to standard formKarl Williamson2012-11-191-13/+6
* handy.h: Define some macros for consistencyKarl Williamson2012-11-191-2/+4
* Add a utility macro for reading hex digits.Yves Orton2012-11-171-0/+6
* optimize memory wrap croaks, often used in MEM_WRAP_CHECKDaniel Dragan2012-10-251-3/+3
* handy.h: Add macro which returns if a char is foldingKarl Williamson2012-10-111-2/+8
* 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