This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Display toFOO better
[perl5.git] / proto.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-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 Konojackiregen/embed.pl: handle PERL_STATIC_INLINE_NO_RET properly
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: 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 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-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-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-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 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-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 'p' flags don't make sense together
2019-09-15 Karl Williamsonperlapi: Properly document Perl_custom_op_xop()
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-03 Karl WilliamsonRemove deprecated flag from sv_nosharing.
2019-09-03 Karl WilliamsonRemove M flag from several functions
2019-09-03 Karl Williamsonembed.fnc: Functions in mathoms are deprecated
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-07-23 Karl Williamsonembed.fnc: Certain fcns don't have Perl_ prefix
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
2019-05-31 Karl Williamsonembed.fnc: Add flag for bypass macro existence
next