This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove buggy loop-based byte swapping code.
[perl5.git] / handy.h
2013-05-20 Karl Williamsonhandy.h: Change the error return of two macros
2013-05-20 Karl Williamsonhandy.h: Add some macro definitions
2013-05-20 Karl Williamsonperlapi: Add docs for some case-changing macros; clarif...
2013-05-20 Karl Williamsonhandy.h: Add missing toFOLD_utf8 macro
2013-05-20 Karl Williamsonhandy.h: define some synonyms for consistency
2013-05-20 Karl Williamsonhandy.h: Clarify comment
2013-04-20 Karl Williamsonperlapi.pod: Clarify character classification macros
2013-03-29 Karl Williamsonhandy.h: Remove docs for non-existent macro
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-26 Karl Williamsonperlapi: Document some macros
2013-03-12 Karl WilliamsonEBCDIC has the Unicode bug too
2013-03-11 Karl Williamsonperlapi: Nits
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-14 Karl Williamsonhandy.h: Fix isIDCONT_utf8()
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-31 Karl Williamsonhandy.h, regcomp.h, regexec.c: Sort initializers, switch()
2012-12-24 Karl Williamsonperlapi: Clarify isSPACE(), document isPSXSPC()
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonRemove temporary back-compat PL_ variable names
2012-12-22 Karl Williamsonhandy.h: Improve some comments
2012-12-22 Karl WilliamsonConsolidate some regex OPS
2012-12-22 Karl Williamsonhandy.h: Refactor some internal macro calls
2012-12-22 Karl WilliamsonUse array for some inversion lists
2012-12-22 Karl Williamsonregcomp.c: Use table look-up instead of individual...
2012-12-22 Karl Williamsonhandy.h: Move some back compat macros
2012-12-22 Karl WilliamsonAdd generic _is_(uni|utf8)_FOO() function
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-22 Karl Williamsonhandy.h: Move some #defines
2012-12-22 Karl Williamsonintrpvar.h: Place some swash pointers in an array
2012-12-22 Karl Williamsonhandy.h: Guard against recursive #inclusion
2012-12-09 Karl Williamsonregexec.c: Replace infamous if-else-if sequence by...
2012-12-09 Karl Williamsonhandy.h: Add an enum typedef
2012-12-09 Karl Williamsonhandy.h: Reorder char class #defines; add comments
2012-12-09 Karl Williamsonhandy.h: Add comment
2012-12-09 Karl Williamsonhandy.h: Improve isDIGIT_utf8() and isXDIGIT_utf8(...
2012-12-09 Karl Williamsonhandy.h: Change documentation for perlapi
2012-12-09 Karl Williamsonhandy.h: Sort macros in groups alphabetically
2012-12-09 Karl Williamsonhandy.h: Make clear that macro is only true in ASCII...
2012-12-09 Karl Williamsonhandy.h: Fix isBLANK_LC_uni()
2012-12-09 Karl Williamsonhandy.h: White space only
2012-12-09 Karl Williamsonhandy.h: Fix up Posix Space macros
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
2012-12-09 Karl Williamsonhandy.h: Add some missing macros
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 :(
next