This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Win32: set FOO lists values for all variables starting with FOO
[perl5.git] / embed.h
2019-07-22 Paul "LeoNerd" Evans[perl #132474] Add function for parsing sub signatures
2019-07-02 Karl Williamsonutf8_to_uvchr_buf() make behavior match docs
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-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 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 Williamsontoke.c: Allow \N{} handling fcn to be used elsewhere...
2019-03-14 Karl Williamsontoke.c: Add wrapper function
2019-02-24 PaliAdd newSVsv_nomg() macro which is like newSVsv() but...
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-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-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-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-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-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-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 Williamsonregexec.c: Check for UTF-8 fitting
2018-03-31 Karl WilliamsonUse charnames inversion lists
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-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-07 Karl WilliamsonAdd uvchr_to_utf8_flags_msgs()
2018-02-07 Karl Williamsonutf8.c: Extract code into separate function
2018-01-31 Karl Williamsonlocale.c: Extract duplicated code into subroutines
2018-01-31 Karl WilliamsonGive isSCRIPT_RUN() an extra parameter
2018-01-30 Karl WilliamsonAdd ANYOFM regnode
2018-01-30 Karl Williamsonregexec.c: Use word-at-a-time to repeat /i single byte...
2018-01-30 Karl Williamsonregexec.c: Use word-at-a-time to repeat a single byte...
2018-01-30 Karl WilliamsonCompile variant_byte_number() for EBCDIC
2018-01-30 Karl WilliamsonUse different scheme to handle MSVC6
2018-01-30 Karl WilliamsonAdd utf8n_to_uvchr_msgs()
2018-01-29 Karl WilliamsonDon't use variant_byte_number on MSVC6
2018-01-18 ZeframRevert "Revert "make PerlIO handle FD_CLOEXEC""
2018-01-18 AbigailRevert "make PerlIO handle FD_CLOEXEC"
2018-01-15 Karl WilliamsonAvoid some branches
2018-01-04 Karl WilliamsonMake script run code a separate function
2018-01-01 Karl Williamsonlocale.c: Improve debugging output
2017-12-30 Karl WilliamsonUse new regnodes for /[[:ascii:]]/
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-22 Zeframmake PerlIO handle FD_CLOEXEC
2017-12-22 ZeframPerl_my_mkstemp_cloexec() function
2017-12-22 Zeframset FD_CLOEXEC atomically in easy cases
2017-12-22 Zefram*_cloexec() I/O functions
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-14 Zeframmake exec keep its argument list more reliably
2017-12-12 Karl WilliamsonAdd variant_under_utf8_count() core function
2017-12-05 Zeframinternally change "when" to "whereso"
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Zeframuse LOOP struct for entergiven op
2017-11-26 Father Chrysostomos[perl #132485] Warn about "$foo'bar"
2017-11-26 Karl WilliamsonAdd is_utf8_non_invariant_string()
2017-11-26 Karl WilliamsonChange 3 functions to be #defines of others
2017-11-22 Zeframeviscerate smartmatch
2017-11-21 Zeframremove unused arg from newGIVWHENOP()
2017-11-21 Zeframregularise "when"
next