This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use av_top_index() instead of av_tindex()
[perl5.git] / embed.h
2020-08-19 Karl WilliamsonAdd av_count()
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-06-01 Hugo van der Sandenstudy_chunk: honour mutate_ok over recursion
2020-06-01 Hugo van der Sandenstudy_chunk: extract rck_elide_nothing
2020-03-20 Karl WilliamsonAdd named sequences to Unicode wildcard name capabilites
2020-03-18 Karl Williamsonpp_match(): output regex debugging info
2020-03-13 Zeframchained comparisons
2020-03-11 Karl WilliamsonRmv obsolete function
2020-03-11 Karl WilliamsonAllow debugging from regexec.c back to regcomp.c
2020-03-11 Karl WilliamsonAdd thread safety to some environment accesses
2020-03-11 Karl WilliamsonImplement \p{Name=/.../} wildcards
2020-03-09 Tomasz Konojackioptimize sort by inlining comparison functions
2020-03-02 Karl WilliamsonAllow more debugging in re_comp.c
2020-03-02 Karl WilliamsonMove two regex functions so that can use re debug
2020-03-02 Karl Williamsonembed.fnc: Reorder the entries dealing with regexes
2020-02-20 Karl Williamsonregcomp.c: Add wrappers for cmplng/xctng wildcard subpa...
2020-02-20 Karl Williamsonregcomp.c: Create wrapper fcn for re_op_compile
2020-02-20 Karl WilliamsonMove some obsolete UTF-8 handling fcns to mathoms
2020-02-20 Karl WilliamsonImprove handling of nested qr/(?[...])/
2020-02-12 Karl Williamsontoke.c: Split code to load _charnames.pm into own fnc
2020-01-23 Karl Williamsonutf8.c: Use common fcn for error message
2020-01-23 Karl WilliamsonMove cntrl_to_mnemonic() to util.c from regcomp.c
2020-01-23 Karl WilliamsonRemove dquote_inline.h
2020-01-23 Karl Williamson(toke|regcomp).c: Use common fcn to handle \0 problems
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2020-01-23 Karl WilliamsonRestructure grok_bslash_c
2020-01-23 Karl WilliamsonHoist code point portability warnings
2020-01-14 Karl WilliamsonImprove performance of grok_bin_oct_hex()
2020-01-14 Karl WilliamsonCollapse grok_bin, _oct, _hex into one function
2019-12-11 Karl WilliamsonRmv leading underscore from macro name
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-11-22 Karl WilliamsonPATCH: gh #17275 Silence new warning
2019-11-20 Karl Williamsonregcomp.c: Add invlist_lowest() and use it
2019-11-20 Karl Williamsonfind_first_differing_byte_pos
2019-11-18 David Mitchelladd explicit 1-arg and 3-arg sig handler functions
2019-11-18 David Mitchelladd a new function, Perl_perly_sighandler()
2019-11-18 David Mitchelladd PERL_USE_3ARG_SIGHANDLER macro
2019-11-18 Karl Williamsonregcomp.c: Add parameter to static function
2019-11-17 Tony Cookclean up quadmath_format_*() functions
2019-11-07 Karl WilliamsonRemove swashes from core
2019-11-07 Karl WilliamsonReimplement tr/// without swashes
2019-11-07 Karl Williamsonop.c: Add debugging dump function
2019-11-07 Karl Williamsondoop.c: Add a parameter to a few fcns
2019-11-07 Karl WilliamsonMove some static fcns from regcomp.c to invlist_inline.h
2019-11-07 Karl Williamsonregcomp.c: Change name of static function.
2019-11-03 Sergey AleynikovFactor out common code from sv_derived_from_* subs...
2019-11-03 Karl WilliamsonPATCH: Character class code broke MSWin32 compilation
2019-11-01 Karl WilliamsonRmv more deprecated characlassify/case change macros
2019-09-29 Karl WilliamsonRemove deprecated character classification/case changin...
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchelladd Perl_gimme_V() static inline fn for GIMME_V
2019-09-15 Karl Williamsonembed.fnc: Add p flag for is_utf8_non_invariant_string()
2019-09-15 Karl WilliamsonAdd Perl_ to SvAMAGIC _off,_on names
2019-09-15 Karl WilliamsonFix up get_regex_charset_name()
2019-09-15 Karl WilliamsonMake PadnameIN_SCOPE() name begin with S_
2019-09-15 Karl WilliamsonStrip leading underscore _variant_byte_number()
2019-09-15 Karl WilliamsonChange name of _utf8_to_uvchr_buf()
2019-09-15 Karl WilliamsonStrip leading underscore from is_utf8_char_helper()
2019-09-15 Karl Williamsoninline.h: Change fcn name prefix from S_ to Perl_
2019-09-03 Karl WilliamsonRemove M flag from several functions
2019-09-03 Karl Williamsonembed.fnc: pack_cat, pad_compname_type have macro
2019-09-03 Karl Williamsonembed.fnc: There is no macro for sv_nolocking()
2019-09-02 PaliImplement SvPVutf8_nomg and SvPVbyte_nomg
2019-09-02 PaliImplement sv_utf8_downgrade_nomg
2019-07-22 Paul "LeoNerd" Evans[perl #132474] Add function for parsing sub signatures
2019-07-02 Karl Williamsonutf8_to_uvchr_buf() make behavior match docs
2019-05-31 Karl Williamsonembed.fnc: Add flag for bypass macro existence
2019-05-31 Karl WilliamsonLet embed.fnc define the my_str_foo() fcns
2019-05-29 PaliMake sv_mortalcopy_flags() public
2019-05-24 Karl WilliamsonCreate fcn for lossless conversion of NV to IV
2019-04-19 Karl WilliamsonCreate Strtod()
2019-04-13 Karl WilliamsonMake a few parse fcns accessible to B::Hooks::Parser
2019-03-22 Karl WilliamsonPATCH: [perl #133889] Assertion failure
2019-03-18 Karl Williamsonregexec.c: Add parameter to static fcn
2019-03-14 Karl Williamsontoke.c: Allow \N{} handling fcn to be used elsewhere...
2019-03-14 Karl Williamsontoke.c: Add wrapper function
2019-02-24 PaliAdd newSVsv_nomg() macro which is like newSVsv() but...
2019-02-15 Karl WilliamsonRemove relics of regex swash use
2019-02-15 Karl WilliamsonMove \p{user-defined} to core from utf8_heavy.pl
2019-02-05 Karl Williamsonutf8.c: Add functions for Turkic locale case changing
2019-02-05 Karl Williamsonpp.c: Avoid use of unsafe function
2019-02-04 Tony Cook(perl #108276) eliminate recursion from finalize_op()
2019-01-24 Tony CookPERL_OP_PARENT is always defined, stop testing for it
2018-12-26 Karl Williamsonregcomp.c: Remove no longer used static function
2018-12-26 Karl WilliamsonRemove ASCII/NASCII regnodes
2018-12-26 Karl Williamsonregexec.c: Add function to compare /i Latin1, pre-folded
2018-11-26 Tony Cook(perl #133659) move argvout cleanup to a new function
2018-11-16 Karl Williamsonregcomp.c: Remove no longer used parameter, and refactor
2018-11-16 Karl Williamsonregcomp.c: Remove now always NULL parameter
2018-10-20 Karl Williamsonregcomp.c: Extract code into a function
2018-10-20 Karl Williamsonregcomp.c: Extract code into a function
2018-08-30 Andy Dougherty[perl #133468] Silence compiler warning
2018-08-20 Karl WilliamsonMake sv_setsv_flags accept an inversion list src
2018-08-20 Karl WilliamsonMake static function non-static
2018-08-20 Karl Williamsonregcomp.c: Add second parameter to static function
2018-08-20 Karl Williamsonregcomp.c: Extract code into separate function
2018-08-20 Karl WilliamsonAdd inline function to hide implementation details
2018-08-09 sisyphusPATCH: [perl #41202] text->float gives wrong answer
next