This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't localise array / hash slice ref assignment
[perl5.git] / handy.h
2018-09-20 Karl Williamsonhandy.h: Silence compiler warning
2018-08-05 Karl Williamsonperlapi: Fix up SV handling pod
2018-06-25 Karl Williamsonhandy.h: Remove obsolete comment
2018-03-31 Karl WilliamsonRemove obsolete variables
2018-03-31 Karl WilliamsonRemove no longer used constant and #if checks.
2018-03-07 Daniel Draganrmv/de-dup static const char array "strings"
2018-02-27 Daniel Draganremove unreferenced copies of char * swash_property_names[]
2018-01-17 Karl Williamsonhandy.h: Add comment
2017-12-18 Karl WilliamsonEmulate C99 int_fast8_t, etc typedefs
2017-12-09 Karl WilliamsonEmulate some C99 macros and typedefs
2017-12-08 Karl Williamsonhandy.h: Fix definition of WIDEST_UTYPE for non-core
2017-12-08 Karl Williamsonhandy.h: Make U64, I64 available outside core
2017-12-06 Zeframremove stray NULLOK/NN from apidoc directives
2017-11-30 Craig A. BerryTry harder to define INT64_C and UINT64_C.
2017-11-16 Yves Ortonhandy.h: add a comment about perl_assert_ptr()
2017-11-12 Zeframbetter document macros taking literal strings
2017-11-11 Lukas MaiRevert "Simplify _MEM_WRAP_NEEDS_RUNTIME_CHECK()"
2017-11-11 Lukas Maifix MEM_SIZE_MAX definition
2017-11-10 Karl Williamsonhandy.h: Clarify comment
2017-11-08 Lukas MaiPERL_STRLEN_ROUNDUP: parenthesize macro parameter
2017-11-06 Karl Williamsonhandy.h: Add comments
2017-11-06 Karl WilliamsonMake new macros private
2017-11-06 Karl Williamsonhandy.h: Make uniform the defns of strFOO, memFOO
2017-11-06 Karl WilliamsonRemove _memEQs, _memNEs
2017-11-06 Karl WilliamsonAdd memENDPs and use it in core
2017-11-06 Karl WilliamsonAdd memBEGINPs() to core and use it
2017-11-06 Karl WilliamsonAdd memBEGINs(), memENDs() and use them in APItest
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-10-24 Karl Williamsonhandy.h: Add parens around macro expansion
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
next