This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: White-space only
[perl5.git] / embed.fnc
2020-10-08 Karl Williamsonautodoc: Add ability to specify typedefs
2020-10-07 Karl WilliamsonDocument newSUB, newATTRSUB
2020-09-30 Karl WilliamsonNote that CvGV is now documented
2020-09-29 Karl WilliamsonRemove Perl_av_top_index
2020-09-22 Karl WilliamsonDocument gv_fetch[ps]v and kin
2020-09-17 Hugo van der Sandenembed.fnc docfix: s/s/S/
2020-09-14 Karl WilliamsonDocument my_atof
2020-09-14 Karl Williamsonembed.fnc: Mark str_to_version as Core only
2020-09-14 Karl WilliamsonDocument cast NV to int macros; make helpers internal
2020-09-05 Karl Williamsonembed.fnc: Mark pad_setsv as core-only
2020-09-05 Karl WilliamsonDocument mini_mktime
2020-09-05 Karl Williamsonembed.fnc: Add text to comment
2020-09-05 Karl WilliamsonDocument vload_module
2020-09-05 Karl Williamsonembed.fnc: Mark several regex helpers as Core only
2020-09-05 Karl WilliamsonDocument several warner() fcns
2020-09-05 Karl WilliamsonDocument whichsig and kin
2020-09-05 Karl Williamsonembed.fnc: Note pregcomp/pregexec are now documented
2020-09-05 Karl Williamsonsv.c: Change flags param on two fcns from I32 to U32
2020-09-05 Karl WilliamsonRemove regexec_flags from public API
2020-09-05 Karl WilliamsonChange formal parameter name of gv_fetchpv*
2020-09-05 Karl Williamsonperlapi: deprecate pack_cat() (a mathoms func)
2020-09-05 Karl Williamsonembed.fnc: 'ref' is not an API function
2020-09-04 Karl WilliamsonMake bytes_from_utf8_loc() internal
2020-09-04 Karl WilliamsonUpdate embed.fnc to document autodoc changes
2020-08-27 Karl WilliamsonDocument vnewSVpvf
2020-08-24 Karl WilliamsonDocument vform
2020-08-24 Karl WilliamsonDocument a bunch of foo_nocontext functions
2020-08-23 Karl WilliamsonDocument re_dup_guts
2020-08-23 Karl WilliamsonDocument ibcmp_utf8, and move to like-fcns hdr
2020-08-19 Karl WilliamsonAdd av_count()
2020-08-18 Karl Williamsonembed.fnc: Mark reg_named_buffFOO as Core only
2020-08-18 Karl WilliamsonDocument my_strftime
2020-08-15 Karl Williamsonembed.fnc: Mark various save_foo as Core only
2020-08-15 Karl Williamsonembed.fnc: Mark unlnk as Core only
2020-08-15 Karl Williamsonembed.fnc: Mark sys_init3?, sys_term as Core only
2020-08-15 Karl Williamsonembed.fnc: Mark gimmve_V as Core only
2020-08-15 Karl Williamsonembed.fnc: ckwarn(), ckwarn_d() not API
2020-08-15 Karl Williamsonembed.fnc: Mark freetmps as Core only
2020-08-15 Karl Williamsonembed.fnc: Mark foldEQ_latin1 as Core only
2020-08-15 Karl Williamsonhv_common, hv_common_key_len aren't API
2020-08-14 Karl Williamsonembed.fnc: delimcpy_no_escape is now documented
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-18 Karl Williamsonembed.fnc: reentr not public, so remove from perlapi
2020-07-18 Karl Williamsonembed.fnc: Mark some internal functions as core
2020-07-18 Karl Williamsonembed.fnc: utf8 foo_msgs fcns no longer experimental
2020-07-18 Karl Williamsonembed.fnc: Add info to a comment
2020-07-18 Karl Williamsonembed.fnc: Fix typo in comment
2020-07-18 Karl Williamsonembed.fnc: Reorder some comments
2020-07-18 Karl WilliamsonMove restricted-use api items to perlintern
2020-07-18 Karl WilliamsonMove api items to perlintern where macro should instead...
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-04-12 Karl Williamsonregcomp.c: Rmv C undefined behavior
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 Yves Ortonop.c: change Optype to I32 for cmpchain functions
2020-03-13 Zeframchained comparisons
2020-03-11 Karl WilliamsonStop requesting inlining some functions in recomp.c
2020-03-11 Karl WilliamsonRevert "croak_memory_wrap is an inline function."
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-09 Tomasz Konojackinew function specifier: PERL_STATIC_FORCE_INLINE
2020-03-05 Karl WilliamsonAllow wildcard pattern debugging
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-03-01 Karl Williamsonregen/embed.pl: Force F or f flags on ... fcns
2020-03-01 Karl Williamsonembed.fnc: Fix comments
2020-03-01 Karl Williamsonembed.fnc: Make re_croak a format fcn
2020-03-01 Karl Williamsonregcomp.c: Change re_croak2 to re_croak
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 Williamsonembed.fnc: Clarify comments
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 WilliamsonChange return type of regcurly to bool
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 Williamsondquote.c: Change parameter name
2020-01-23 Karl WilliamsonHoist code point portability warnings
2020-01-19 Karl Williamsonembed.fnc: grok_bin_oct_hex() isn't documented
2020-01-14 Karl WilliamsonImprove performance of grok_bin_oct_hex()
2020-01-14 Karl WilliamsonCollapse grok_bin, _oct, _hex into one function
2020-01-14 Karl WilliamsonRewrite and inline my_strnlen()
2020-01-08 Karl Williamsonembed.fnc: Fix typo in comment
2020-01-07 Karl Williamsonembed.fnc: Remove wrong 'const'
2020-01-07 Karl WilliamsonChange len param in savepvn to Size_t from I32
2020-01-04 Karl Williamsonutf8.c: Change parameter types of internal fcns
2020-01-04 Karl WilliamsonChange parameter type of static fcn
2020-01-04 Karl WilliamsonChange some structures/fcns to use I32 and U32
2019-12-11 Karl WilliamsonRmv leading underscore from macro name
next