This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_list() tail-call optimise
[perl5.git] / embed.fnc
2019-06-24 David Mitchellmake S_gen_constant_list() void return
2019-05-31 Karl Williamsonembed.fnc: Add more extensive comments
2019-05-31 Karl WilliamsonRemove redundant info on =for apidoc lines
2019-05-31 Karl Williamsonautodoc.pl: Add N flag
2019-05-31 Karl Williamsonautodoc.pl: Check for misuse of the 'n' flag
2019-05-31 Karl Williamsonautodoc.pl: Make 's' flag independent of 'n'
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-31 Karl Williamsonembed.fnc: Change M flag to x
2019-05-31 Karl Williamsonembed.fnc: Change x flag to e
2019-05-31 Karl Williamsonembed.fnc: Change s flag to S
2019-05-31 Karl Williamsoncroak_memory_wrap is an inline function.
2019-05-31 Karl Williamsonembed.fnc: Change n flag to T
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 Williamsonembed.fnc: Add comment
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
2019-01-22 Tony Cooksv_utf8_(downgrade|decode) no longer marked experimental
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-22 Karl Williamsonembed.fnc: Rmv wrong marker that a fcn has docs
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
2018-07-05 Karl WilliamsonMake isUTF8_char() an inline function
2018-07-02 Karl WilliamsonFix to compile under -DNO_LOCALE
2018-06-29 Karl WilliamsonRemove some deprecated functions from mathoms.c
2018-06-25 Karl WilliamsonCreate my_atof3()
2018-06-25 Karl Williamsonembed.fnc: Fix my_atof2() entry
2018-04-20 Karl WilliamsonUse a perfect hash for Unicode property lookups
2018-04-20 Karl WilliamsonBring all Unicode property definitions into core
2018-04-20 Karl WilliamsonSet up initial \p{} parse function.
2018-04-20 Karl WilliamsonMove inversion lists to utf8.c
2018-04-15 Daniel Draganfix -DNO_MATHOMS build, mathomed syms were not removed...
2018-04-03 Karl WilliamsonUse unsigned to avoid compiler warning
2018-03-31 Karl Williamsonutf8.c: Remove unused thread context for core-only fcn
2018-03-31 Karl Williamsonregcomp.c: Rmv no longer used core-only function
2018-03-31 Karl Williamsonutf8.c: Rmv no longer used function
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Inversion maps don't have to...
2018-03-31 Karl Williamsonregexec.c: Check for UTF-8 fitting
2018-03-31 Karl WilliamsonUse charnames inversion lists
2018-03-31 Karl Williamsonutf8.c: Change no longer used params to dummys
2018-03-29 Karl Williamsonembed.fnc: Add a const to parameter
2018-03-26 Karl WilliamsonMove UTF-8 case changing data into core
2018-03-12 Karl WilliamsonPATCH: [perl #127288] I18N::Langinfo sets UTF-8 bit
2018-03-05 Karl WilliamsonEBCDIC conditional compilation fixes
2018-03-02 David Mitchelladd Perl_init_named_cv() functiom
2018-03-02 Karl WilliamsonRemove parameter from isSCRIPT_RUN
2018-02-25 Karl Williamsonlocale.c: Let static fcn take a NULL argument
2018-02-23 Karl WilliamsonPATCH: [perl #132900] Blead Breaks CPAN: FELIPE/Crypt...
2018-02-19 Father Chrysostomos‘Nonelems’ for pushing sparse array on the stack
2018-02-18 Karl WilliamsonAdd switch_to_globale_locale()
2018-02-18 Karl WilliamsonRevise sync_locale() for safe multi-threaded operation
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonMake new_numeric() static
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-07 Karl WilliamsonAdd uvchr_to_utf8_flags_msgs()
2018-02-07 Karl Williamsonutf8.c: Extract code into separate function
next