summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-7/+2
* Assume we have C89 memset()Aaron Crane2017-10-211-5/+0
* Remove USE_STRUCT_COPY in favour of C89 struct assignmentAaron Crane2017-10-211-4/+0
* avoid 'the address of ... will always evaluate as ...' warns in mem macrosYves Orton2017-09-131-7/+10
* handy.h: White space onlyKarl Williamson2017-09-091-4/+4
* (perl #131746) avoid undefined behaviour in Copy() etcTony Cook2017-09-041-7/+7
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-021-3/+3
* handy.h: Guard controversial macro nameKarl Williamson2017-02-191-0/+5
* There's an objection to fatalizing jumping into a construct.Abigail2017-01-161-0/+2
* Remove the deprecate() macro from handy.h.Abigail2017-01-161-2/+0
* Setting ${^ENCODE} will be fatal by 5.28.Abigail2017-01-161-0/+3
* Time limit the deprecation of :unique and :locked.Abigail2017-01-161-0/+3
* handy.h: Add missing right paren in macroKarl Williamson2016-12-291-1/+1
* Fix tiny POD typoAaron Crane2016-12-291-1/+1
* Deprecate toFOO_utf8()Karl Williamson2016-12-231-8/+36
* Convert core to use toFOO_utf8_safe()Karl Williamson2016-12-231-9/+9
* Add toFOO_utf8_safe() macrosKarl Williamson2016-12-231-16/+66
* For character case changing, create macros and useKarl Williamson2016-12-231-0/+6
* perlapi: Italicize some C<text> that isn't as-isKarl Williamson2016-12-231-18/+18
* handy.h: White-space, comment onlyKarl Williamson2016-12-231-7/+10
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-83/+68
* Add isFOO_utf8_safe() macrosKarl Williamson2016-12-231-54/+237
* perlapi: Add explanation for why certain macros don't exist.Karl Williamson2016-12-191-8/+26
* perlapi: Clarify the isFOO_A() macros meaningsKarl Williamson2016-12-141-1/+2
* handy.h, hv.h: fixup hash s suffix macro definitions, move to hv.hYves Orton2016-10-191-8/+1
* handy.h: add _memEQs() and _memNEs() for use with constant stringsYves Orton2016-10-191-1/+7
* handy.h: add strEQs() and strNEs() for comparing to constant stringsYves Orton2016-10-191-0/+5
* Centralize definitions of MIN, MAXKarl Williamson2016-09-251-0/+9
* handy.h: Comment memEQs and memNEsKarl Williamson2016-09-171-0/+1
* handy.h: Add memLT, memLE, memGT, memGEKarl Williamson2016-09-171-0/+5
* handy.h: Clarify commentKarl Williamson2016-08-051-1/+1
* Improve isOCTAL() definitionKarl Williamson2016-08-051-4/+4
* Fix comment typos principal → principleDagfinn Ilmari Mannsåker2016-07-311-1/+1
* handy.h: Add missing parens in macroKarl Williamson2016-07-291-1/+1
* handy.h: Consolidate some EBCDIC vs ASCII pathsKarl Williamson2016-07-281-65/+58
* handy.h: Add commentKarl Williamson2016-07-281-1/+10
* handy.h: Generate compile error if macros called wrongKarl Williamson2016-07-281-1/+4
* handy.h: remove deprecated L<"section"> syntaxLukas Mai2016-06-111-6/+6
* Get -Accflags=-DPERL_MEM_LOG compiling againMatthew Horsfall2016-04-051-6/+0
* handy.h: Add synonyms for macrosKarl Williamson2016-03-171-68/+97
* Simplify _MEM_WRAP_NEEDS_RUNTIME_CHECK()David Mitchell2016-03-041-2/+1
* perlapi: Clarify that a literal string must end in a NULKarl Williamson2016-02-031-18/+23
* ensure isASCII argument is an integerLukas Mai2016-01-311-2/+3
* perlapi: Clarify 'string' vs. bufferKarl Williamson2015-12-221-22/+23
* Make FITS_IN_8_BITS() always true under CoverityJarkko Hietaniemi2015-10-231-0/+8
* Make __ASSERT__() empty under Coverity, avoiding many false alerts.Jarkko Hietaniemi2015-10-191-2/+7
* fix some 32/64-bit compiler warningsDavid Mitchell2015-10-021-1/+4
* Change EBCDIC macro definitionKarl Williamson2015-09-041-4/+5
* l1_char_class_tab.h: Add bits for UTF-EBCDICKarl Williamson2015-09-041-2/+10
* Add macro for converting Latin1 to UTF-8, and use itKarl Williamson2015-09-041-2/+2