This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Add synonym for some macros
[perl5.git] / handy.h
2012-12-09 Karl Williamsonhandy.h: Add synonym for some macros
2012-12-09 Karl Williamsonhandy.h: Make some macros more time efficient
2012-12-09 Karl Williamsonhandy.h: Avoid function calls in 2 macros
2012-12-09 Karl Williamsonhandy.h: Define some macros using a base macro
2012-12-09 Karl Williamsonhandy.h: Define some locale macros for all inputs
2012-12-09 Karl Williamsonhandy.h: Remove unused macro
2012-12-09 Karl Williamsonhandy.h: Change EBCDIC isSPACE() to include \v
2012-11-29 Karl WilliamsonMake isIDFIRST_uni() return identically as isIDFIRST_utf8()
2012-11-29 Karl WilliamsonRemove double underscore in internal function name
2012-11-20 Karl WilliamsonRefactor is(SPACE|PSXSP)_(uni|utf8) macros and utf8.c
2012-11-20 Karl WilliamsonRefactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros
2012-11-20 Karl WilliamsonRefactor is_BLANK_uni() and is_BLANK_utf8() macros
2012-11-20 Karl Williamsonhandy.h: Add isVERTWS_uni(), isVERTWS_utf8()
2012-11-20 Karl WilliamsonRefactor is_CNTRL_utf8(), is_utf8_cntrl()
2012-11-20 Karl Williamsonhandy.h: Refactor macros to avoid aTHX_ problems
2012-11-20 Karl Williamsonregexes: Add \v to table of latin1 char classes
2012-11-20 Karl Williamsonhandy.h: white-space, comments only
2012-11-20 Karl Williamsonhandy.h: Mark more clearly things for internal-only use
2012-11-20 Karl Williamsonhandy.h: Use class numbers instead of macros in macro...
2012-11-20 Karl Williamsonhandy.h: Convert 3 macros to standard form
2012-11-20 Karl Williamsonhandy.h: Define some macros for consistency
2012-11-17 Yves OrtonAdd a utility macro for reading hex digits.
2012-10-26 Daniel Draganoptimize memory wrap croaks, often used in MEM_WRAP_CHECK
2012-10-12 Karl Williamsonhandy.h: Add macro which returns if a char is folding
2012-08-18 Steve HayWe don't support MS VC++ < 6.0
2012-08-17 Nicholas ClarkRemove the UTS port.
2012-08-07 Steve HayVC++ has QUADKIND == QUAD_IS___INT64 so we might as...
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-08-02 Karl Williamsonmktables: Generate tables for chars that aren't in...
2012-07-28 Nicholas ClarkRemove code for supporting 80286 based systems.
2012-07-25 Karl Williamsonregcomp.h: Use handy.h constants
2012-07-25 Karl Williamsonhandy.h: Free up bits in PL_charclass[]
2012-07-25 Karl Williamsonhandy.h: Add intermediate internal macro
2012-07-25 Karl Williamsonhandy.h: Remove duplicated test
2012-07-25 Karl Williamsonhandy.h: White space only
2012-07-25 Karl Williamsonhandy.h: Move bit shifting into base macro
2012-07-25 Karl Williamsonhandy.h: Renumber character class bits
2012-07-25 Karl Williamsonhandy.h: Reorder some #defines
2012-07-25 Karl Williamsonhandy.h: l1_charclass.h: Add bit for matching ASCII
2012-07-25 Karl Williamsonhandy.h: refactor some macros to use a new one in common.
2012-07-08 Karl Williamsonhandy.h: Fix broken is_ASCII_utf8()
2012-07-06 Jesse Luehrsboth INT64_C and UINT64_C should be guarded [perl ...
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-20 Lukas Mai[perl #113756] fix type of StructCopy in API documentation
2012-06-17 Karl Williamsonhandy.h: Add comment
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Karl Williamsonhandy.h: Fix definition of isOCTAL_A()
2012-05-22 Karl Williamsonhandy.h: New defn of isOCTAL_A() to free up bit
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-02-20 Karl Williamsonhandy.h: Silence Solaris compiler warning
2012-02-16 Karl Williamsonhandy.h: New macro for quotemeta
2012-02-09 Karl WilliamsonAllow [[:blank:]] to work under locale
2012-02-09 Karl WilliamsonUse system isascii() when available under locale
2012-02-09 Karl Williamsonhandy.h: Add comment
2011-11-18 Nicholas ClarkTweak the cBOOL() macro to avoid problems with the...
2011-10-08 Father ChrysostomosUse full sym name in isIDFIRST_utf8 to fix [perl #100930]
2011-10-06 H.Merijn BrandNow with comma :(
2011-10-06 H.Merijn Brand_A is predefined in some precompiler environments
2011-10-01 Karl Williamsonhandy.h: Reorder tests for speed
2011-10-01 Karl Williamsonhandy.h: Add macro
2011-10-01 Karl Williamsonhandy.h Fix isOCTAL_A macro
2011-10-01 Karl Williamsonhandy.h: Add comments, pod change
2011-10-01 Karl Williamsonhandy.h: Improve definition of FITS_IN_8_BITS
2011-10-01 Karl Williamsonhandy.h: Change '(foo) ? bar : 0 to 'foo && bar'
2011-10-01 Karl Williamsonhandy.h: Speed up isIDFIRST_utf8()
2011-10-01 Karl WilliamsonComment-only nits
2011-10-01 Karl Williamsonhandy.h: Add missing isASCII_L1 macro
2011-10-01 Karl Williamsonhandy.h: Don't call _utf8 fcns if Latin1
2011-10-01 Karl Williamsonhandy.h: Don't call _utf8 fcns if ASCII
2011-10-01 Karl Williamsonhandy.h: Don't call _uni fcns if have applicable macro
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
2011-10-01 Karl Williamsonhandy.h: No need to call fcns to compute if ASCII
2011-10-01 Karl Williamsonhandy.h: Simplify isASCII definition
2011-10-01 Karl Williamsonhandy.h: refactor FITS_IN_8_BITS defn
2011-10-01 Karl Williamsonhandy.h: clarify, typos in comment
2011-09-16 Nicholas ClarkProbe for <stdbool.h>, and if found use it in handy.h
2011-06-25 Father ChrysostomosTiny comment typo fix in handy.h
2011-05-18 Karl Williamsonhandy.h: Link moved to perlhacktips
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-14 Karl WilliamsonAdd comments
2011-01-24 Nicholas ClarkMove the non-generated parts of l1_char_class_tab.h...
2010-12-21 H.Merijn BrandMove metaconfig control comments into its own files
2010-12-20 H.Merijn BrandAdd sin6_scope_id probe (LeoNerd)
2010-12-10 H.Merijn BrandAdd probe for sa_len availability in sockaddr struct
2010-11-28 Karl Williamsonregexec.c: Latin1 chars can fold match UTF8_ALL
2010-11-22 Karl Williamsonhandy.h: New #define to use new bit
2010-11-14 Father Chrysostomos[perl #74022] Parser hangs on some Unicode characters
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-25 Karl Williamsonhandy.h: Fix so x2p compiles
2010-09-25 Karl Williamsonhandy.h: Add isFOO_L1() macros, using table lookup
2010-09-25 Karl Williamsonhandy.h: Make isWORDCHAR() primary documentation
2010-09-25 Karl Williamsonhandy.h: Slightly change the pod
2010-09-25 Karl Williamsonhandy.h: alphabetize pod entries
2010-09-25 Karl Williamsonhandy.h: Change isFOO_A() to be O(1) performance
2010-09-25 Karl Williamsonhandy.h: EBCDIC should use native isalpha()
2010-09-25 Karl Williamsonhandy.h: Add isFOO_A() macros for ASCII range matches
2010-09-25 Karl Williamsonhandy.h: should use EBCDIC libc isdigit()
2010-09-25 Karl Williamsonhandy.h: move macro in file
2010-09-25 Karl WilliamsonSubject: handy.h: Add isWORDCHAR() for clarity
2010-09-25 Karl WilliamsonAdd a comment; clarify another
next