summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* handy.h: clarify, typos in commentKarl Williamson2011-10-011-9/+10
* Probe for <stdbool.h>, and if found use it in handy.hNicholas Clark2011-09-161-4/+7
* Tiny comment typo fix in handy.hFather Chrysostomos2011-06-241-1/+1
* handy.h: Link moved to perlhacktipsKarl Williamson2011-05-181-1/+1
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-10/+7
* Add commentsKarl Williamson2011-02-141-0/+2
* Move the non-generated parts of l1_char_class_tab.h out into handy.hNicholas Clark2011-01-241-1/+45
* Move metaconfig control comments into its own filesH.Merijn Brand2010-12-211-14/+0
* Add sin6_scope_id probe (LeoNerd)H.Merijn Brand2010-12-201-1/+1
* Add probe for sa_len availability in sockaddr structH.Merijn Brand2010-12-101-0/+1
* regexec.c: Latin1 chars can fold match UTF8_ALLKarl Williamson2010-11-281-1/+1
* handy.h: New #define to use new bitKarl Williamson2010-11-221-0/+1
* [perl #74022] Parser hangs on some Unicode charactersFather Chrysostomos2010-11-141-4/+10
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-3/+44
* handy.h: Fix so x2p compilesKarl Williamson2010-09-251-19/+54
* handy.h: Add isFOO_L1() macros, using table lookupKarl Williamson2010-09-251-37/+99
* handy.h: Make isWORDCHAR() primary documentationKarl Williamson2010-09-251-5/+8
* handy.h: Slightly change the podKarl Williamson2010-09-251-8/+8
* handy.h: alphabetize pod entriesKarl Williamson2010-09-251-8/+8
* handy.h: Change isFOO_A() to be O(1) performanceKarl Williamson2010-09-251-32/+17
* handy.h: EBCDIC should use native isalpha()Karl Williamson2010-09-251-1/+2
* handy.h: Add isFOO_A() macros for ASCII range matchesKarl Williamson2010-09-251-26/+64
* handy.h: should use EBCDIC libc isdigit()Karl Williamson2010-09-251-1/+2
* handy.h: move macro in fileKarl Williamson2010-09-251-1/+2