summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Subject: handy.h: Add isWORDCHAR() for clarityKarl Williamson2010-09-251-3/+4
* Add a comment; clarify anotherKarl Williamson2010-09-251-2/+2
* Indent a comment betterKarl Williamson2010-09-251-1/+1
* Subject: handy.h: Reorder #defines alphabeticallyKarl Williamson2010-09-251-12/+13
* handy.h: isSPACE() is wrong for EBCDICKarl Williamson2010-09-251-2/+3
* handy.h: EBCDIC isBLANK() is wrongKarl Williamson2010-09-251-1/+2
* handy.h: isPSXSPC() is wrong for EBCDICKarl Williamson2010-09-251-1/+2
* Subject: handy.h: Move defn's outside #ifndef EBCDICKarl Williamson2010-09-251-15/+15
* Rename isALNUM_L1 to isWORDCHAR_L1Karl Williamson2010-09-231-1/+1
* handy.h: Add isALNUM_L1() macroKarl Williamson2010-09-231-0/+1
* Subject: handy.h: Add isSPACE_L1 with Unicode semanticsKarl Williamson2010-09-231-0/+4
* handy.h: isASCII() extend to work on > 8 bit valuesKarl Williamson2010-09-221-3/+4
* handy.h: Don't use isascii() as not in all libc'sKarl Williamson2010-09-221-2/+1
* handy.h: Fix-up documentationKarl Williamson2010-09-221-18/+25
* handy.h: toUPPER is not a char class fcnKarl Williamson2010-09-221-0/+2
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-0/+5
* handy.h: Add bounds checking to case change arraysKarl Williamson2010-09-131-7/+13
* handy.h: Add FITS_IN_8_BITS() macroKarl Williamson2010-09-131-0/+14
* add lex_stuff_pvs()Zefram2010-08-221-0/+9
* handy.h: Note Devel::PPPort has duplicated macrosKarl Williamson2010-08-021-0/+3
* Add C_ARRAY_END(), returning a pointer to after the last element of an array.Nicholas Clark2010-05-281-0/+1
* PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-171-10/+3
* Make sure isCNTRL and isASCII work on signed charsKarl Williamson2010-04-261-2/+7
* More defensive definition of memEQs().Nicholas Clark2010-04-251-1/+1
* Set the legacy process name with prctl() on assignment to $0 on LinuxÆvar Arnfjörð Bjarmason2010-04-151-2/+1
* use cBOOL for bool castsDavid Mitchell2010-04-151-0/+6
* Probe for prctl () and check id PR_SET_NAME is supportedH.Merijn Brand2010-04-131-1/+2
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-201-0/+12
* comment grammar, indentationJim Cromie2010-01-251-2/+2
* Omnibus strict and lax version parsingDavid Golden2010-01-131-0/+12