This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Never attempt to redeclare standard functions
[perl5.git] / handy.h
2017-10-21 Aaron CraneRely on C89 NULL
2017-10-21 Aaron Cranehandy.h: simplify cpp conditionals
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-21 Aaron CraneRemove USE_STRUCT_COPY in favour of C89 struct assignment
2017-09-13 Yves Ortonavoid 'the address of ... will always evaluate as...
2017-09-10 Karl Williamsonhandy.h: White space only
2017-09-04 Tony Cook(perl #131746) avoid undefined behaviour in Copy() etc
2017-06-02 Karl WilliamsonUse new paradigm for hdr file double inclusion guard
2017-02-20 Karl Williamsonhandy.h: Guard controversial macro name
2017-01-16 AbigailThere's an objection to fatalizing jumping into a const...
2017-01-16 AbigailRemove the deprecate() macro from handy.h.
2017-01-16 AbigailSetting ${^ENCODE} will be fatal by 5.28.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2016-12-29 Karl Williamsonhandy.h: Add missing right paren in macro
2016-12-29 Aaron CraneFix tiny POD typo
2016-12-24 Karl WilliamsonDeprecate toFOO_utf8()
2016-12-24 Karl WilliamsonConvert core to use toFOO_utf8_safe()
2016-12-24 Karl WilliamsonAdd toFOO_utf8_safe() macros
2016-12-24 Karl WilliamsonFor character case changing, create macros and use
2016-12-24 Karl Williamsonperlapi: Italicize some C<text> that isn't as-is
2016-12-24 Karl Williamsonhandy.h: White-space, comment only
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-12-23 Karl WilliamsonAdd isFOO_utf8_safe() macros
2016-12-19 Karl Williamsonperlapi: Add explanation for why certain macros don...
2016-12-14 Karl Williamsonperlapi: Clarify the isFOO_A() macros meanings
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
next