This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Copy perl5201delta into blead
[perl5.git] / handy.h
2014-09-07 Karl Williamsonregcomp.c: Make macro a lookup
2014-08-25 Karl Williamsonhandy.h, regcomp.c: Add, clarify comments
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-11 Brian FraserRemoved NeXT support
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-06-05 Karl WilliamsonFix Windows ctype functions
2014-06-01 Karl Williamsonregcomp.c: Skip work that is a no-op
2014-05-31 Karl WilliamsonFix definition of toCTRL() for EBCDIC
2014-05-31 Karl WilliamsonRevert bootstrapping to non-ASCII platforms
2014-05-31 Karl Williamsonhandy.h: Make macro more efficient on EBCDIC
2014-05-30 Karl Williamsonperlapi: Clarify some instances where NUL is or isn...
2014-05-30 Karl Williamsonhandy.h: Comments, white-space only
2014-05-30 Karl Williamsonhandy.h: Use some common macros for ASCII/EBCDIC
2014-05-29 Jarkko Hietaniemi __APPLE__ is not Apple, use PERL_DARWIN instead.
2014-05-29 Tony CookMake UINT64_C()/INT64_C() available anytime HAS_QUAD...
2014-05-28 Jarkko HietaniemiUINT64_C/INT64_C logic shuffling.
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-04-01 Karl WilliamsonFix comments and pod that mention 5.20 erroneously
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-03 Karl WilliamsonFix [[:blank:]] handling when no isblank() on platform
2014-01-31 Karl Williamsonhandy.h: Add a cBOOL()
2014-01-29 Karl WilliamsonPATCH: [perl #121109] locales failing
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-23 Brian Fraserhandy.h: Move the _LC_CAST declaration.
2014-01-22 Karl Williamsonhandy.h: Express locale macros using common base macros
2014-01-22 Karl Williamsonhandy.h: Factor out common code
2014-01-22 Karl Williamsonhandy.h: White-space, comments, pod nit only
2014-01-01 Karl Williamsonhandy.h: Add two macros
2014-01-01 Karl Williamsonhandy.h: Add debugging assertion
2014-01-01 Karl WilliamsonMove a macro from utf8.h to handy.h for wider use.
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-18 Matthew Horsfall... Note usage compatability of Safefree / Newx and friends
2013-11-29 David Mitchellfix -Wsign-compare in core
2013-11-27 Karl Williamsonhandy.h: Slightly refactor READ_XDIGIT macro
2013-11-26 Karl Williamsonhandy.h: Remove duplicate line
2013-11-21 David MitchelltoLOWER_LC(), toUPPER_LC(): fix signedness
2013-11-02 Daniel Draganremove redundant Zero() from JMPENV_BOOTSTRAP
2013-10-31 Father ChrysostomosIntroduce PERL_BOOL_AS_CHAR define
2013-10-28 Craig A. BerryDon't make bool an int on VMS.
2013-09-19 Steve HayAdd a USING_MSVC6 macro to identify Microsoft Visual...
2013-08-29 Karl Williamsonhandy.h: Allow bootstrapping to non-ASCII platform
2013-08-29 Karl Williamsonhandy.h: Remove extraneous parens
2013-08-29 Karl Williamsonhandy.h: White space only
2013-08-29 Karl WilliamsonEBCDIC has the unicode bug too
2013-08-29 Karl Williamsonhandy.h: Solve a failure to compile problem under EBCDIC
2013-08-29 Karl Williamsonhandy.h: Simplify some macro definitions
2013-08-29 Karl Williamsonhandy.h: Combine macros that are same in ASCII, EBCDIC
2013-08-29 Karl WilliamsonRemove EBCDIC remappings
2013-08-29 Karl WilliamsonAdd and use macro to return EBCDIC
2013-08-29 Karl WilliamsonUse byte domain EBCDIC/LATIN1 macro where appropriate
2013-07-24 Tony CookRevert "Remove the non-inline function S_croak_memory_w...
2013-06-18 Karl Williamsonperlapi: Add note to isASCII
2013-06-04 Brian FraserStop making assumptions about uids and gids.
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
next