This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use two colons for lexsub warning
[perl5.git] / handy.h
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
2010-09-25 Karl WilliamsonIndent a comment better
2010-09-25 Karl WilliamsonSubject: handy.h: Reorder #defines alphabetically
2010-09-25 Karl Williamsonhandy.h: isSPACE() is wrong for EBCDIC
2010-09-25 Karl Williamsonhandy.h: EBCDIC isBLANK() is wrong
2010-09-25 Karl Williamsonhandy.h: isPSXSPC() is wrong for EBCDIC
2010-09-25 Karl WilliamsonSubject: handy.h: Move defn's outside #ifndef EBCDIC
2010-09-24 Karl WilliamsonRename isALNUM_L1 to isWORDCHAR_L1
2010-09-24 Karl Williamsonhandy.h: Add isALNUM_L1() macro
2010-09-24 Karl WilliamsonSubject: handy.h: Add isSPACE_L1 with Unicode semantics
2010-09-22 Karl Williamsonhandy.h: isASCII() extend to work on > 8 bit values
2010-09-22 Karl Williamsonhandy.h: Don't use isascii() as not in all libc's
2010-09-22 Karl Williamsonhandy.h: Fix-up documentation
2010-09-22 Karl Williamsonhandy.h: toUPPER is not a char class fcn
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-13 Karl Williamsonhandy.h: Add bounds checking to case change arrays
2010-09-13 Karl Williamsonhandy.h: Add FITS_IN_8_BITS() macro
2010-08-22 Zeframadd lex_stuff_pvs()
2010-08-02 Karl Williamsonhandy.h: Note Devel::PPPort has duplicated macros
2010-05-28 Nicholas ClarkAdd C_ARRAY_END(), returning a pointer to after the...
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-04-26 Karl WilliamsonMake sure isCNTRL and isASCII work on signed chars
2010-04-25 Nicholas ClarkMore defensive definition of memEQs().
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchelluse cBOOL for bool casts
next