summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-2/+2
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-4/+4
* handy.h: White-space onlyKarl Williamson2015-08-011-102/+117
* Use U64 (a type) instead of U64TYPE (a define).Jarkko Hietaniemi2015-07-291-2/+2
* I64/U64 should be defined regardless of PERL_CORE.Jarkko Hietaniemi2015-07-281-4/+3
* remove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C macrosDaniel Dragan2015-06-031-3/+3
* perlapi: Document some functionsKarl Williamson2015-05-071-0/+10
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* followup for MEM_WRAP_CHECKDavid Mitchell2015-03-041-12/+12
* further tweak MEM_WRAP_CHECK()David Mitchell2015-03-041-11/+16
* Make MEM_WRAP_CHECK more compile-timeDavid Mitchell2015-03-031-7/+37
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-37/+24
* handy.h: EXTERN_C-ize PL_charclassKarl Williamson2015-01-231-0/+2
* handy.h Cast to unsigned before doing xorKarl Williamson2014-12-301-9/+9
* Remove duplicate apidoc entriesDavid Mitchell2014-12-171-4/+0
* toupper/lower: avoid sign warningsDavid Mitchell2014-12-161-2/+2
* handy.h: Add missing parentheses to macro #defineKarl Williamson2014-11-141-1/+1
* handy.h: Two EBCDIC fixesKarl Williamson2014-10-211-10/+13
* Fix isASCII for EBCDICKarl Williamson2014-10-211-33/+82
* handy.h: Add missing macroKarl Williamson2014-10-211-1/+6
* handy.h: Need macro definition for normally non-compiled codeKarl Williamson2014-10-211-0/+1
* handy.h: Comments onlyKarl Williamson2014-10-211-3/+2
* perlapi: Clarify two entriesKarl Williamson2014-10-071-3/+6
* regcomp.c: Make macro a lookupKarl Williamson2014-09-061-1/+4
* handy.h, regcomp.c: Add, clarify commentsKarl Williamson2014-08-251-5/+6
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-221-0/+18
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-2/+1
* Removed NeXT supportBrian Fraser2014-06-111-102/+63
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-18/+35
* Fix Windows ctype functionsKarl Williamson2014-06-051-1/+31
* regcomp.c: Skip work that is a no-opKarl Williamson2014-06-011-9/+12
* Fix definition of toCTRL() for EBCDICKarl Williamson2014-05-311-5/+7
* Revert bootstrapping to non-ASCII platformsKarl Williamson2014-05-311-17/+6
* handy.h: Make macro more efficient on EBCDICKarl Williamson2014-05-311-1/+9
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-05-301-8/+10
* handy.h: Comments, white-space onlyKarl Williamson2014-05-301-3/+4
* handy.h: Use some common macros for ASCII/EBCDICKarl Williamson2014-05-301-23/+15
* __APPLE__ is not Apple, use PERL_DARWIN instead.Jarkko Hietaniemi2014-05-291-1/+1