This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fixup Perl_magic_freemglob()
[perl5.git] / handy.h
2021-02-03 Karl Williamsonhandy.h: Add clarifying comment
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-12-27 Karl Williamsonperlapi: Document line_t
2020-12-06 Karl WilliamsonRevert "Don't test for 16-bit inputs in inRANGE()"
2020-12-06 Karl WilliamsoninRANGE, withinCOUNT: Split so can avoid asserts
2020-12-06 Karl Williamsonhandy.h: Fix typo in comment
2020-12-04 Karl WilliamsonFix and update documentation of memEQ, memNE, ...
2020-11-23 Karl WilliamsonRestrict scope/Shorten some very long macro names
2020-11-18 Karl WilliamsonMake API some C99 typedef work-arounds
2020-11-10 Karl WilliamsonFix defns of e.g. U8_MAX/MIN
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-11-02 Karl Williamsonperlapi: WIDEST_UTYPE is a typedef
2020-11-02 Karl Williamsonperlapi: StructCopy isn't conventional
2020-10-17 Karl WilliamsonConsolidate and revise pod for toLOWERfoo()
2020-10-03 Samanta NavarroFix typos
2020-09-14 Karl Williamsonperlapi: Fix function prototypes
2020-09-14 Karl Williamsonperlapi: Fix typo.
2020-09-14 Karl WilliamsonFix input type on isFOO macros
2020-09-14 Karl Williamsongv_fetchpvn and gv_fetchpvn_flags are identical
2020-09-10 Karl WilliamsonUse macro instead of its expansion
2020-09-07 Karl Williamsonperlapi: Fix poor wording in MUTABLE_PTR
2020-09-05 Karl Williamsonperlapi: Display PERL_VERSION_xy better
2020-09-05 Karl WilliamsonDocument MUTABLE_PTR, MUTABLE_AV, ...
2020-09-05 Karl Williamsonperlapi: Don't show a return type for __ASSERT_
2020-09-05 Karl WilliamsonChange formal parameter name of gv_fetchpv*
2020-09-05 Karl Williamsonperlapi: Improve display of isFOO
2020-09-04 Karl Williamsonperlapi: Display toFOO better
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-08-03 ☢ ℕicolas ℝFixup handy.h to use PERL_VERSION macro
2020-08-02 Karl WilliamsonMore preparation for 7.0 in versioning
2020-07-20 Dagfinn Ilmari Man... Use UINTMAX_C() in nBIT_MASK() definition
2020-07-18 Karl Williamsonhandy.h: Add comments
2020-07-18 Karl Williamsonhandy.h: Create nBIT_UMAX() macro
2020-07-18 Karl Williamsonhandy.h: Create nBIT_MASK(n) macro
2020-07-18 Karl Williamsonhandy.h: Update comment
2020-07-18 Karl WilliamsonMUTABLE_PTR() Rmv non-standard syntax
2020-07-17 Karl WilliamsonAdd PERL_VERSION_GE macro, and kin
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-01-23 Karl WilliamsonMove cntrl_to_mnemonic() to util.c from regcomp.c
2020-01-14 Karl Williamsonl1_char_class_tab.h: Add bits for binary, octal digits
2020-01-14 Karl Williamsonhandy.h: Convert XDIGIT_VALUE to branchless
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-07 Karl Williamsonhandy.h: Fix typo in little-used macro
2019-11-27 Dan BookConvert issue links from rt.perl.org to GitHub
2019-11-24 Karl WilliamsonAdd missing back compat macros
2019-11-07 Karl Williamsonhandy.h: Change references to swashes
2019-11-01 Karl WilliamsonRmv more deprecated characlassify/case change macros
2019-11-01 Karl WilliamsonConsolidate uses of PERL_SMALL_MACRO_BUFFER
2019-10-26 Karl WilliamsonFix up apidoc entries for isFOO_utf8()
2019-10-17 Steve HayThe VC6 Chainsaw Massacre
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2019-10-11 Karl WilliamsonDon't test for 16-bit inputs in inRANGE()
2019-10-09 Karl Williamsonl1_char_class_tab.h: Remove some special EBCDIC cases
2019-10-09 Karl WilliamsonFix pod entry for toLOWER_utf8
2019-09-29 Karl WilliamsonRemove deprecated character classification/case changin...
2019-09-29 Karl WilliamsonAPItest: Remove use of macros about to be removed
2019-09-26 Karl Williamsonhandy.h: Avoid compiler warnings for withinCOUNT()
2019-09-26 Karl Williamsonhandy.h: Rmv duplicated assert in inRANGE()
2019-09-26 Karl Williamsonhandy.h Fix withinCOUNT() for > 32 bit operands
2019-09-15 Karl WilliamsonGeneralize inRANGE()
2019-09-15 Karl WilliamsonAdd withinCOUNT() macro and change inRANGE to use it
2019-09-03 Karl WilliamsonNote that STR_WITH_LEN() is unorthodox
2019-09-03 Karl WilliamsonChange pod for macros that require "literal strings"
2019-09-03 Karl WilliamsonDocument WIDEST_UTYPE
2019-09-03 Karl Williamsonperlapi: Formally give prototypes for isFOO variants
2019-09-03 Karl Williamsonperlapi: Document memEQs memNEs
2019-09-03 Karl Williamsonperlapi: Document C_ARRAY_LENGTH, END
2019-09-03 Karl Williamsonperlapi: Document __ASSERT_
2019-09-03 Karl Williamsonperlapi: Document cBOOL
2019-08-09 Karl Williamsonperlapi: Document isALNUMC and variants
2019-08-09 Karl Williamsonperlapi: Reword some isFOO char classification docs
2019-08-09 Karl Williamsonperlapi: 5.30 promise not met; change to 5.32
2019-07-23 Karl Williamsonhandy.h: Add missing character classification synonym
2019-06-25 Karl WilliamsonFix apidoc macro entries
2019-04-20 Karl Williamsonhandy.h: Make inRANGE more robust
2019-03-31 Karl Williamsonhandy.h: Parenthesize formal parameters in macro defn
2019-03-29 Karl Williamsonhandy.h: Convert some macros to use inRANGE
2019-03-29 Karl Williamsonhandy.h: Comments, remove extraneous parens
2019-03-21 Karl Williamsonhandy.h: Change some macros to use new inRANGE
2019-03-21 Karl WilliamsonGeneralize macro and move to handy.h
2019-02-05 Karl Williamsonutf8.c: Add functions for Turkic locale case changing
2019-02-05 Karl Williamsonhandy.h: Add comment
2019-02-05 Karl Williamsonhandy.h: White-space only
2019-02-05 Karl Williamsonhandy.h: Add void * casts to memEQ, memNE
2018-12-09 Karl Williamsonhandy.h: Fix definition of isPOWER_OF_2()
2018-11-27 Karl WilliamsonMove isPOWER_OF_2() macro to handy.h
2018-11-16 Karl Williamsonhandy.h: Add some comments
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
next