This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/embed.pl: Keep parsing for some fatal issues
[perl5.git] / handy.h
2016-10-19 Yves Ortonhandy.h, hv.h: fixup hash s suffix macro definitions...
2016-10-19 Yves Ortonhandy.h: add _memEQs() and _memNEs() for use with const...
2016-10-19 Yves Ortonhandy.h: add strEQs() and strNEs() for comparing to...
2016-09-26 Karl WilliamsonCentralize definitions of MIN, MAX
2016-09-18 Karl Williamsonhandy.h: Comment memEQs and memNEs
2016-09-17 Karl Williamsonhandy.h: Add memLT, memLE, memGT, memGE
2016-08-06 Karl Williamsonhandy.h: Clarify comment
2016-08-06 Karl WilliamsonImprove isOCTAL() definition
2016-07-31 Dagfinn Ilmari Man... Fix comment typos principal → principle
2016-07-29 Karl Williamsonhandy.h: Add missing parens in macro
2016-07-28 Karl Williamsonhandy.h: Consolidate some EBCDIC vs ASCII paths
2016-07-28 Karl Williamsonhandy.h: Add comment
2016-07-28 Karl Williamsonhandy.h: Generate compile error if macros called wrong
2016-06-11 Lukas Maihandy.h: remove deprecated L<"section"> syntax
2016-04-05 Matthew HorsfallGet -Accflags=-DPERL_MEM_LOG compiling again
2016-03-18 Karl Williamsonhandy.h: Add synonyms for macros
2016-03-04 David MitchellSimplify _MEM_WRAP_NEEDS_RUNTIME_CHECK()
2016-02-03 Karl Williamsonperlapi: Clarify that a literal string must end in...
2016-01-30 Lukas Maiensure isASCII argument is an integer
2015-12-22 Karl Williamsonperlapi: Clarify 'string' vs. buffer
2015-10-24 Jarkko HietaniemiMake FITS_IN_8_BITS() always true under Coverity
2015-10-20 Jarkko HietaniemiMake __ASSERT__() empty under Coverity, avoiding many...
2015-10-02 David Mitchellfix some 32/64-bit compiler warnings
2015-09-04 Karl WilliamsonChange EBCDIC macro definition
2015-09-04 Karl Williamsonl1_char_class_tab.h: Add bits for UTF-EBCDIC
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-08-01 Karl Williamsonhandy.h: White-space only
2015-07-29 Jarkko HietaniemiUse U64 (a type) instead of U64TYPE (a define).
2015-07-28 Jarkko HietaniemiI64/U64 should be defined regardless of PERL_CORE.
2015-06-03 Daniel Draganremove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C...
2015-05-07 Karl Williamsonperlapi: Document some functions
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-04 David Mitchellfollowup for MEM_WRAP_CHECK
2015-03-04 David Mitchellfurther tweak MEM_WRAP_CHECK()
2015-03-03 David MitchellMake MEM_WRAP_CHECK more compile-time
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-01-24 Karl Williamsonhandy.h: EXTERN_C-ize PL_charclass
2014-12-31 Karl Williamsonhandy.h Cast to unsigned before doing xor
2014-12-17 David MitchellRemove duplicate apidoc entries
2014-12-16 David Mitchelltoupper/lower: avoid sign warnings
2014-11-14 Karl Williamsonhandy.h: Add missing parentheses to macro #define
2014-10-21 Karl Williamsonhandy.h: Two EBCDIC fixes
2014-10-21 Karl WilliamsonFix isASCII for EBCDIC
2014-10-21 Karl Williamsonhandy.h: Add missing macro
2014-10-21 Karl Williamsonhandy.h: Need macro definition for normally non-compile...
2014-10-21 Karl Williamsonhandy.h: Comments only
2014-10-07 Karl Williamsonperlapi: Clarify two entries
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
next