This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/XS-APItest/t/utf8_warn_base.pl: Fix for EBCDIC
[perl5.git] / proto.h
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
2019-05-31 Karl Williamsoncroak_memory_wrap is an inline function.
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 WilliamsonAdd more checking for regnode offset overflowing
2019-03-14 Karl Williamsontoke.c: Allow \N{} handling fcn to be used elsewhere...
2019-03-14 Karl Williamsontoke.c: Add wrapper function
2019-03-14 Karl Williamsontoke.c: Change API of static function
2019-03-12 Karl Williamsonis_invlist(): Allow NULL input
2019-02-27 Karl WilliamsonFix dup_warnings()
2019-02-27 David Mitchelladd Perl_dup_warnings() and fix leak
2019-02-24 PaliAdd newSVsv_nomg() macro which is like newSVsv() but...
2019-02-19 David Mitchellharmonise two versions of Perl_my_cxt_init
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-12-12 Tomasz KonojackiS_uiv_2buf: faster integer stringification algorithm
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-10-20 Karl Williamsonregcomp.c: Add some const's to static fcn
2018-10-20 Karl Williamsonregcomp.c: Use regnode offsets during parsing
2018-10-17 Karl Williamsonregcomp.c: Make 'const' 2 parms to re_op_compile
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-20 Karl Williamsonregcomp.c: Change parameter name
2018-08-09 sisyphusPATCH: [perl #41202] text->float gives wrong answer
2018-08-03 Karl Williamsonutf8.c: Remove unused parameters
2018-08-02 Karl WilliamsonMove Unicode \p{} definitions to regcomp.c
2018-07-19 Karl WilliamsonRevert "Remove some deprecated functions from mathoms.c"
2018-07-11 Karl Williamsonutf8.c: Avoid some unnecessary conversions to UTF-8
2018-07-11 Karl Williamsonutf8.c: Static fnc always passed non-null
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
next