This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
numeric.c: Fix typos in comments
[perl5.git] / embed.fnc
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
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-11-30 Karl WilliamsonFix wrong apidoc line
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 WilliamsonAdd ANYOFHs regnode
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 David Mitchelladd Siginfo_t
2019-11-18 Karl Williamsonregcomp.c: Add parameter to static function
2019-11-17 Tony Cookclean up quadmath_format_*() functions
2019-11-16 Karl Williamsonembed.fnc: Parameter is really a const
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-04 Sergey AleynikovDoc: fix sv_setsv_cow reference
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-10-30 Tony Cookremove now unneeded FEATURE_IS_ENABLED()
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: M and o flags don't make sense together
2019-09-15 Karl Williamsonembed.fnc: 'm' and 'p' flags don't make sense together
2019-09-15 Karl Williamsonperlapi: Properly document Perl_custom_op_xop()
2019-09-15 Karl Williamsonautodoc.pl: Special case macros whose name begins with...
2019-09-15 Karl Williamsonembed.fnc: Add some comment about name space pollution
2019-09-15 Karl Williamsonembed.fnc: E, X flags don't make sense with m
2019-09-15 Karl Williamsonembed.fnc: Add p flag for is_utf8_non_invariant_string()
2019-09-15 Karl WilliamsonAdd embed.fnc entry for ReANY
2019-09-15 Karl WilliamsonAdd embed.fnc entries for TOPMARK, POPMARK
2019-09-15 Karl WilliamsonAdd Perl_ to SvAMAGIC _off,_on names
2019-09-15 Karl WilliamsonAdd embed.fnc entries for Cv inline fcns
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 WilliamsonSome SvREFCNT_foo are no longer macros
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-15 Karl Williamsonregen/embed.pl: Generally generate an ARGS_ASSERT
2019-09-15 Karl Williamsonembed.fnc: Mark atof2, atof3 for internal use only
2019-09-15 Karl Williamsonembed.fnc: Change some 'x' marked fcns to 'C'
2019-09-15 Karl WilliamsonAdd 'C' flag to embed.fnc, for "core-only" fcns
2019-09-15 Karl Williamsonembed.fnc: Clarify comments, and note 'u' flag exceptions
2019-09-03 Karl WilliamsonRemove deprecated flag from sv_nosharing.
2019-09-03 Karl Williamsonembed.fnc: Clarify and fix 'b' flag description
2019-09-03 Karl Williamsonembed.fnc: Fix typo in comment
2019-09-03 Karl Williamsonembed.fnc: Correct grammar in comment
2019-09-03 Karl Williamsonembed.fnc: Trivial comment only
2019-09-03 Karl WilliamsonRemove M flag from several functions
2019-09-03 Karl Williamsonembed.fnc: Remove experimental status from some interna...
2019-09-03 Karl Williamsonembed.fnc: Restrict the 'ref' function's accessibility
2019-09-03 Karl Williamsonembed.fnc: Clarify comments, and note 'u' flag exceptions
2019-09-03 Karl Williamsonembed.fnc: Add 'u' flag for unorthodox parameter macros
2019-09-03 Karl WilliamsonNote that various items in perlguts are documented
2019-09-03 Karl Williamsonperlguts: Document save_item
2019-09-03 Karl WilliamsonNote that mro[gs]et_private_data are documented
2019-09-03 Karl WilliamsonNote that filter_add, filter_read are documented
2019-09-03 Karl WilliamsonDocument my_exit()
2019-09-03 Karl WilliamsonNote that [cm]alloc, realloc are documented
2019-09-03 Karl WilliamsonDocument rsignal()
2019-09-03 Karl WilliamsonDocument my_setenv()
2019-09-03 Karl WilliamsonDocument instr()
2019-09-03 Karl WilliamsonNote that the PerlIO functions and macros are documented
2019-09-03 Karl Williamsonembed.fnc: Functions in mathoms are deprecated
2019-09-03 Karl Williamsonembed.fnc: pack_cat, pad_compname_type have macro
2019-09-03 Karl Williamsonembed.fnc: Use M flag generally with b, not m.
2019-09-03 Karl Williamsonembed.fnc: There is no macro for sv_nolocking()
2019-09-03 Karl Williamsonautodoc.pl: Add h flag for hidden documentation
2019-09-02 PaliImplement SvPVutf8_nomg and SvPVbyte_nomg
2019-09-02 PaliImplement sv_utf8_downgrade_nomg
2019-08-30 Karl WilliamsonPATCH: [perl #134329] Use after free in regcomp.c
2019-08-26 Karl Williamsonembed.fnc: Add caution about R flag
2019-08-13 Karl WilliamsonPATCH: [perl #134357] embed.fnc missing flag for docs
2019-07-31 Karl Williamsonembed.fnc: Note functions that have documentation
2019-07-31 Karl Williamsonembed.fnc: Fix typo in comment
2019-07-23 Karl Williamsonembed.fnc: foldEQ has documentation
2019-07-23 Karl Williamsonembed.fnc: Certain fcns don't have Perl_ prefix
2019-07-23 Karl Williamsonembed.fnc: Fix wrong comment
2019-07-23 Karl Williamsonembed.fnc: Clarify wording
2019-07-22 Paul "LeoNerd" Evans[perl #132474] Add function for parsing sub signatures
2019-07-16 Tony Cook(perl #134221) support append mode for open .. undef
2019-07-02 Karl Williamsonutf8_to_uvchr_buf() make behavior match docs
2019-06-24 David Mitchellmake S_gen_constant_list() void return
next