This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
IO::getline(): use CALLRUNOPS
[perl5.git] / proto.h
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-10-30 Tony Cookremove C++20 deprecated volatile argument
2023-10-10 Tony Cookallow the markstack pointer type to be selected between...
2023-09-25 Tony Cook64-bit stack: call_sv mark and return value handling
2023-09-25 Tony Cook64-bit stack: eval_sv() mark and argument count handling
2023-09-25 Tony Cook64-bit stack: apply() accepts arguments from the stack
2023-09-25 Tony Cook64-bit stack: XS boot helpers
2023-09-25 Tony Cook64-bit stack: first pass, marks are now 64-bits on...
2023-09-18 Karl Williamsonlocale.c: Change to use enum instead of int
2023-09-12 David Mitchellmake RC-stack-aware: unwrap pp_print(),tied_method
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-12 Karl WilliamsonMake PL_setlocale_buf and PL_langinfo_buf non-const
2023-09-04 David Mitchellmake RC-stack-aware: unwrap rv2av etc pp fns
2023-08-29 Paul "LeoNerd" EvansDefine a newLISTOPn() function
2023-08-23 Karl WilliamsonFix ignoring locale categories
2023-08-23 Karl Williamsonswitch_locale_context: Add aTHX
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 Mitchellmake RC-stack-aware: entersub
2023-08-16 David Mitchellwrap normal non-RC-stack-aware pp functions
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 WilliamsonChange parameter name for S_bool_setlocale_2008_i
2023-08-09 Karl WilliamsonAdd caller location info to e.g. RESTORE_LC_NUMERIC
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-31 Karl Williamsonlocale.c: Change parameter name for static function
2023-07-27 Tony Cookvisit()/sv_clean_all(): returned an I32 cleaned SV...
2023-07-27 Tony Cookdo_msgsnd, do_msgrcv: use STRLEN/SSize_t as appropriate
2023-07-27 Tony Cookpp_repeat: handle large source strings for scalar repeat
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: Change function to return void
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 return of S_get_category_index_nowarn
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-16 Karl WilliamsonPerl__byte_dump_string(): Properly handle NULL input
2023-07-12 Karl Williamsonlocale.c: Add warning if function return ignored
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-24 Tony Cookembed.fnc: make sure the 'extern "C"' Perl_ref() is...
2023-05-01 Karl WilliamsonRemove my_strftime8()
2023-04-19 Tomasz Konojackiregen/embed.pl: don't hide mathoms
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-19 Yves Ortonembed.fnc - remove redundant deprecate_xxx() macro...
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 Leon TimmermansMark vtbl argument in sv_unmagicext const
2023-03-18 Yves Ortonproto.h - fixup remove unneeded define
2023-03-18 Yves Ortonembed.fnc - document deprecate_xxx() macros and add...
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-03-02 Karl WilliamsonInline get_vtbl()
2023-03-02 Karl Williamsonembed.fnc: Mark some inline functions as such
next