This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / embed.h
2024-01-18 Karl WilliamsonAdd locale-related #macro for simplification
2024-01-16 Karl WilliamsonReturn C values if localeconv() not available
2024-01-16 Karl WilliamsonAdd API function sv_langinfo()
2024-01-15 Karl Williamsonlocale.c: Change to use SVs for buffers for langinfo()
2024-01-15 Karl Williamsonlocale.c: Rename static function
2024-01-11 Karl WilliamsonFix blead not compiling with -DNO_LOCALE
2024-01-08 Karl Williamsonlocale.c: Extract code into a separate function
2024-01-08 Karl Williamsonlocale.c: Move handling of LC_MESSAGES langinfo items
2024-01-08 Karl Williamsonlocale.c: Compile S_emulate_langinfo() under more Confi...
2024-01-08 Karl Williamsonlocale.c: Always compile save__to_buffer()
2024-01-08 Karl Williamsonlocale.c: Split a function in two
2024-01-03 David MitchellOptimise rpp_replace_2_{1,IMM}_NN()
2024-01-03 David Mitchelladd _IMM variants to the rpp_foo() fns
2024-01-02 Karl WilliamsonHoist nl_item typedef definition
2023-12-31 Karl WilliamsonRemove references to nl_langinfo_l(), add comment
2023-12-13 David Mitchelladd sv_mark_arenas() and sv_sweep_arenas()
2023-12-13 Lukas Maimake generic "Out of memory!" error more specific
2023-12-13 Karl WilliamsonSpecial case localeconv when NUMERIC, MONETARY must...
2023-12-07 Tony Cookallow "used only once" warnings to be fatal
2023-12-04 David MitchellAdd some _NN variants of rpp_() functions.
2023-12-04 David Mitchelladd rpp_replace_at_norc() to API
2023-11-02 Karl WilliamsonFix compiling without LC_ALL defined
2023-09-12 David Mitchelladd rpp_context() API function
2023-09-12 David Mitchelladd rpp_replace_at() API function
2023-09-12 Karl WilliamsonCreate S_native_querylocale_i() and use it
2023-09-12 Karl WilliamsonS_calculate_LC_ALL_string: Add parameter
2023-09-12 Karl Williamsonnew_LC_ALL: Make parameter meaningful
2023-09-12 Karl WilliamsonSplit S_save_to_buffer into two
2023-09-01 Paul "LeoNerd" EvansUnconditionally emit the newLISTOPn() macro
2023-09-01 Paul "LeoNerd" EvansDefine a 'v' flag in embed.fnc which says that a variad...
2023-08-29 Paul "LeoNerd" EvansDefine a newLISTOPn() function
2023-08-23 Karl WilliamsonFix ignoring locale categories
2023-08-17 Karl WilliamsonImplement sv_strftime_tm and sv_strftime_ints
2023-08-17 Karl Williamsonlocale.c: Split my_strftime into 2 functions
2023-08-17 Karl Williamsonlocale.c: Compile utf8ness on platforms that need it
2023-08-16 David Mitchelladd rpp_invoke_xs() function
2023-08-16 David MitchellPerl_debstack(): indicate stack refcount status
2023-08-16 David MitchellAllow argument stacks to be reference-counted
2023-08-16 David Mitchellallow argument stack to be AvREAL()
2023-08-16 David Mitchelladd switch_argstack(), push/pop_stackinfo() fns
2023-08-16 David Mitchellmake @_ AvREAL() on RC-stack
2023-08-16 David Mitchelladd rpp_foo() refcounted-stack manipulation fns
2023-08-16 David Mitchellcreate_eval_scope(): parameterise the stack pos
2023-08-16 David MitchellAdd av_remove_offset() core-only function
2023-08-14 Karl Williamsonlocale.c: Extract code into a function
2023-08-14 Karl WilliamsonPerl_force_locale_unlock: Add pTHX parameter
2023-08-14 Karl Williamsonlocale.c: S_save_to_buffer: Add pTHX parameter
2023-08-09 Karl WilliamsonS_parse_LC_ALL_string: Squash if categories are same...
2023-08-09 Karl WilliamsonRmv unused function: S_setlocale_from_aggregate_LC_ALL
2023-08-09 Karl WilliamsonAdd parameter to S_parse_LC_ALL_string
2023-08-09 Karl WilliamsonS_update_PL_curlocales(): Add parameter
2023-08-09 Karl WilliamsonAdd caller location info to e.g. RESTORE_LC_NUMERIC
2023-08-08 Karl Williamsonperl.h: define HAS_EXTENDED_OS_ERRNO
2023-08-08 Karl WilliamsonCompile stdize_setlocale() only if requested
2023-08-08 Karl Williamsonlocale.c: Revamp S_stdize_locale()
2023-08-08 Karl Williamsonlocale.c: Calculate native LC_ALL strings
2023-08-08 Karl WilliamsonS_querylocale_2008_i: Add caller's line# param
2023-08-02 Paul "LeoNerd" EvansAdded __CLASS__ keyword, which yields the runtime class...
2023-08-01 Tony Cookreadline ARGV: don't try to open '|-' or '-|' and warn
2023-07-31 Karl Williamsonlocale.c: Split up S_setlocale_from_aggregate_LC_ALL
2023-07-31 Karl Williamsonlocale.c: Change API of S_calculate_LC_ALL_string
2023-07-25 Karl WilliamsonAdd ability to emulate mingw locales on other boxes
2023-07-25 Karl Williamsonlocale.c: Remove no-longer needed parameter and computation
2023-07-25 Karl Williamsonlocale.c: Add extra debug info to panics
2023-07-25 Karl Williamsonlocale.c: Rmv less_dicey_void_setlocale_r()
2023-07-25 Karl Williamsonlocale.c: Separate setlocale into bool and query
2023-07-25 Karl Williamsonlocale.c: Rename S_myquerylocale_i()
2023-07-24 Karl Williamsonlocale.c: Refactor S_get_category_index()
2023-07-24 Karl WilliamsonChange name of private function, and when compiled
2023-07-24 Karl Williamsonlocale.c: Rename to S_calculate_LC_ALL_string()
2023-07-04 Tony Cookembed.fnc: mark uvuni_to_utf8() as a mathom
2023-06-23 Tony Cooktick in symbols: rename new prototype scan_word and... v5.38.0-RC2
2023-05-01 Karl WilliamsonRemove my_strftime8()
2023-04-05 Yves Ortonregen/HeaderParser.pm - improved expression formatting...
2023-04-05 Yves Ortonregen/HeaderParser.pm - remove comments from elif/else...
2023-04-05 Yves Ortonregen/HeaderParser.pm - with multi-term expressions...
2023-03-29 Yves Ortonutil.c - avoid warning about truncated pointer value
2023-03-23 Lukas Maifix incorrect vi filetype declarations in generated...
2023-03-18 Yves Ortonregexec.c - convert UNWIND_PAREN() into an inline stati...
2023-03-18 Yves Ortonregexec.c - convert CAPTURE_CLEAR into an inline static...
2023-03-18 Yves Ortonregen/embed.pl - change _aDEPTH and _pDEPTH to not...
2023-03-18 Yves Ortonutf8.c - add category parameter to unused warn_on_first...
2023-03-18 Yves Ortonpp_ctl.c - add support for hooking require.
2023-03-18 Yves Ortonscope.c - add mortal_destructor_sv() and mortal_svfunc_x()
2023-03-18 Yves Ortonsv.h - add SvREFCNT_dec_set_NULL()
2023-03-13 Yves Ortonregex engine - simplify regnode structures and make...
2023-03-11 Karl Williamsonlocale.c: Split a static function in two
2023-03-06 Paul "LeoNerd" EvansExpose the class_*() API funcs also to op.c
2023-03-06 Yves Ortonscope.c - improved RCPV support, SAVERCPV SAVEFREERCPV
2023-03-02 Karl Williamsonmg.c: Split out functionality to a seprate function
2023-03-02 Karl WilliamsonInline get_context() for non-Win32
2023-02-20 Yves Ortontoke.c - invoke __DIE__ handler after compilation error...
2023-02-19 Elvin Aslanovgenerated files - update mode lines to specify file...
2023-02-13 Paul "LeoNerd" EvansRefactor out the part of sv_dup that clones the HvAUX...
2023-02-10 Paul "LeoNerd" EvansField :param attributes, //= and ||= default assignments
2023-02-10 Paul "LeoNerd" EvansParse an optional attribute list for fields; currently...
2023-02-10 Paul "LeoNerd" EvansAccept field VAR = EXPR on field vars
2023-02-10 Paul "LeoNerd" EvansInitial attack at parsing attribute syntax for class...
2023-02-10 Paul "LeoNerd" EvansDefine the concept of a suspended compcv
2023-02-10 Paul "LeoNerd" EvansInitial attack at basic 'class' feature
next