This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix thread issue with PERL_GLOBAL_STRUCT
[perl5.git] / inline.h
2018-12-06 Karl Williamsoninline.h: Clarify comment
2018-08-20 Karl Williamsoninline.h: Use 'do {} while' instead of 'while {}'
2018-08-03 Karl Williamsoninline.h: Init a variable to silence stupid compilers
2018-07-08 Craig A. BerryMake new EBCDIC tables global.
2018-07-05 Karl WilliamsonMake isC9_STRICT_UTF8_CHAR() an inline dfa
2018-07-05 Karl WilliamsonMake isSTRICT_UTF8_CHAR() an inline function
2018-07-05 Karl WilliamsonInline dfa for translating from UTF-8
2018-07-05 Karl WilliamsonFix outdated docs for isUTF8_char()
2018-07-05 Karl WilliamsonMake isUTF8_char() an inline function
2018-07-05 Karl Williamsoninline.h: Fix typo in comment
2018-04-17 Karl WilliamsonFixes found by coverity
2018-04-08 Karl WilliamsonPATCH: [perl #133037] new warning in inline.h
2018-04-04 Karl WilliamsonRevert "inline.h: Silence compiler warning"
2018-04-03 Karl Williamsoninline.h: Silence compiler warning
2018-03-06 Karl Williamsoninline.h: #define some constants for EBCDIC
2018-03-05 Karl WilliamsonEBCDIC conditional compilation fixes
2018-03-05 Karl Williamsoninline.h: White-space only
2018-01-30 Karl WilliamsonCompile variant_byte_number() for EBCDIC
2018-01-30 Karl WilliamsonUse different scheme to handle MSVC6
2018-01-29 Karl WilliamsonDon't use variant_byte_number on MSVC6
2018-01-29 Karl Williamsoninline.h: Clarify comment
2018-01-29 Karl WilliamsonDon't use C99 ULL constant suffix
2018-01-17 Karl Williamsonperlapi: Clarification
2018-01-15 Karl WilliamsonAvoid some branches
2018-01-15 Karl Williamsoninline.h: Add comment.
2017-12-30 Karl WilliamsonUse new regnodes for /[[:ascii:]]/
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-13 Karl Williamsoninline.h: Fix wrong order of shift and mask
2017-12-12 Karl Williamsoninline.h: Change extensive comment to a link
2017-12-12 Karl WilliamsonAdd variant_under_utf8_count() core function
2017-12-12 Karl Williamsonis_utf8_invariant_string(): small speed optimization
2017-12-09 Karl Williamsoninline.h: Use new C99 emulation
2017-12-09 Karl Williamsoninline.h: White space only
2017-12-09 Karl Williamsonis_utf8_invariant_string(): small speed optimization
2017-12-05 Zeframinternally change "when" to "whereso"
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Zeframrevise block_givwhen for sole use by "when"
2017-11-29 Zeframuse blk_loop format for CXt_GIVEN
2017-11-29 Zeframuse LOOP struct for entergiven op
2017-11-28 Jarkko HietaniemiUse UINT64_C() for 64-bit constant.
2017-11-27 Karl Williamsoninline.h: White-space only
2017-11-27 Karl WilliamsonUse is_utf8_invariant_string() more
2017-11-26 Karl WilliamsonAdd is_utf8_non_invariant_string()
2017-11-26 Karl WilliamsonChange 3 functions to be #defines of others
2017-11-26 Karl Williamsoninline.h: Avoid some extra strlen()
2017-11-23 Karl WilliamsonSearch for UTF-8 invariants by word
2017-11-01 Karl WilliamsonAdd my_memrchr() implementation of memrchr()
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-13 Karl Williamsonutf8.h: Add synonyms for flag names
2017-06-08 Karl WilliamsonAdd XS-callable function is_utf8_invariant_string_loc()
2017-02-23 Karl WilliamsonForgotten static declarations
2017-02-20 Karl WilliamsonInline foldEQ, foldEQ_latin1, foldEQ_locale
2016-11-30 Petr PísařSilent const correctnes warnings in utf8_hop functions
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-11-09 Tony Cook(perl #129000) create a safer utf8_hop()
2016-09-26 Karl WilliamsonAdd is_utf8_fixed_width_buf_flags() and use it
2016-09-26 Karl WilliamsonAdd API Unicode handling functions
2016-09-26 Karl WilliamsonMove #define to different header
2016-09-26 Karl Williamsonperlapi: Clarifications, nits in Unicode support docs
2016-09-18 Karl Williamsonperlapi: Clarify docs for some is_utf8_foo functions
2016-09-18 Karl Williamsoninline.h: Add 'const's; avoid hiding outer variable
2016-09-18 Karl WilliamsonAdd is_utf8_valid_partial_char_flags()
2016-09-18 Karl Williamsonperlapi: Reword description of is_utf8_valid_partial_char
2016-09-18 Karl WilliamsonFix off-by-one error in is_utf8_valid_partial_char()
2016-09-18 Karl WilliamsonEnhance and rename is_utf8_char_slow()
2016-09-17 Karl Williamsonappend_utf8_from_native_byte: Add parens for clarity
2016-09-05 Karl Williamsoninline.h: Declare functions to be inline
2016-09-01 Karl WilliamsonFix is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonAdd is_utf8_valid_partial_char()
2016-09-01 Karl Williamsonis_utf8_string() is now a pure function
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-09-01 Karl WilliamsonInline is_utf8_string() and is_utf8_stringloclen()
2016-09-01 Karl WilliamsonInline utf8_distance(), utf8_hop()
2016-09-01 Karl WilliamsonInline is_utf8_invariant_string()
2016-09-01 Karl WilliamsonDocument valid_utf8_to_uvchr() and inline it
2016-08-08 Father ChrysostomosUnify mark macros
2016-07-01 David Mitchellcx_popeval(): don't mortalise blk_eval.old_namesv
2016-05-15 Father Chrysostomosinline.h: Suppress g++ warning under threads
2016-03-28 Daniel Dragansilence warnings in inline.h on Win64 VC build
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-11 Karl Williamsoninline.h: Fix comment
2016-02-03 David Mitchelladd blk_old_tmpsfloor shortcut
2016-02-03 David Mitchellconvert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
2016-02-03 David Mitchellconvert CX_PUSHLOOP*/POPLOOP to inline fns
2016-02-03 David Mitchellconvert CX_PUSHEVAL/POPEVAL to inline fns
2016-02-03 David Mitchellconvert CX_PUSHFORMAT/POPFORMAT to inline fns
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-26 Tony Cook[perl #123202] speed up scalar //g against tainted...
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
2014-11-05 Daniel Draganchar * pv can never be null in S_is_safe_syscall
2014-09-25 Father ChrysostomosRemove most uses of PADMY
2014-09-25 Father ChrysostomosStop setting PADMY; renumber PADSTALE
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-06-22 Jarkko HietaniemiTry simpler usage for file-level GCC_DIAG_RESTORE.
next