This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hide private functions with __attribute__((visibility("hidden")))
[perl5.git] / proto.h
2022-06-18 Tomasz Konojackihide private functions with __attribute__((visibility...
2022-06-16 Karl Williamsonlocale.c: Change S_emulate_setlocale name and sig
2022-06-16 Karl Williamsonlocale.c: Use get_category_index()
2022-06-16 Karl Williamsonlocale.c: Create S_get_category_index()
2022-06-15 Tony Cookallow building with -DPERL_MEM_LOG on Win32
2022-06-14 Karl WilliamsonCreate perlstatic.h
2022-06-11 Karl WilliamsonMake fc(), qr//i thread-safe on participating platforms
2022-06-10 Karl WilliamsonSvGETMAGIC: evaluate its argument just once
2022-06-08 Richard LeachMove av_new_alloc from av.c to inline.h
2022-06-08 Richard Leachinline.h: add av_push_simple
2022-06-08 Karl Williamsonperlapi: Deprecate 5 functions
2022-06-05 Karl WilliamsonRemove deprecated functions
2022-06-02 Karl WilliamsonRename internal function
2022-05-31 Karl Williamsonperlapi: Consolidate hv_store(s?), into 1 entry,improve
2022-05-28 Karl WilliamsonChange SvIV and kin to inline functions
2022-05-28 Karl WilliamsonEvaluate SvPVXtrue's argument just once
2022-05-28 Karl Williamsondoio.c: Rename formal parameters for clarity
2022-05-28 Yves Ortonsv.c - add new bool related utility functions and macros
2022-04-13 Dagfinn Ilmari Man... Make argument to S_is_invlist pointer to const
2022-04-13 Tony CookMake arguments to S_invlist_is_iterating and S_invlist_...
2022-03-19 Nicholas ClarkDrop the unused hv argument from S_hv_free_ent_ret()
2022-03-14 Yves Ortonhv.c: remove dead function ptr_hash()
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
2022-03-07 Richard LeachPerl_newSV_type_mortal - new inline function introduced...
2022-03-07 Richard LeachMake newSV_type an inline function
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-18 Yves Ortonregcomp.c: disambiguate "parse_start" and related var...
2022-02-18 Yves Ortonregcomp.c,re.pm: Remove "offsets" debugging code
2022-02-01 Karl Williamsonembed.fnc Fix function return type
2022-01-27 Paul "LeoNerd" EvansCreate sv_streq() API family, as a stringy copy of...
2022-01-26 Paul "LeoNerd" EvansInitial implementation of sv_numeq() and _flags() variant
2022-01-20 Paul "LeoNerd" EvansAdd op_wrap_finally() convenience function
2021-11-29 Paul "LeoNerd" EvansAdd a builtin:: namespace, with true/false/isbool
2021-11-25 Felipe GasperAdd a phase_name() macro.
2021-11-15 Tony CookAdd CopFILEAVn() and use it when cleaning up COP pointers
2021-10-31 Richard Leachsv.c: add Perl_sv_grow_fresh & Perl_sv_setvpn_fresh
2021-10-11 Nicholas ClarkSplit the XPVHV body into two variants "normal" and...
2021-10-11 Nicholas ClarkInline S_hv_auxinit_internal() into S_hv_auxinit()
2021-09-23 Nicholas ClarkDon't leak in hv_common when croaking about PL_strtab
2021-08-25 Paul "LeoNerd" EvansAdd _mg() versions of the sv_setrv* family
2021-08-25 Paul "LeoNerd" EvansAdd sv_setrv_inc()
2021-08-25 Paul "LeoNerd" EvansAdd sv_setrv_noinc()
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-08-23 Karl Williamsonutf8.c: Make new static fcn more flexible 19055/head
2021-08-23 Karl Williamsonutf8.c: Split a static fcn
2021-08-21 Nicholas ClarkDelete Perl_ptr_table_clear, marked as deprecated since...
2021-08-14 Karl WilliamsonAdd utf8_to_utf16 19034/head
2021-08-14 Karl WilliamsonImprove utf16_to_utf8_reversed()
2021-08-14 Karl Williamsonutf8.c: Refactor is_utf8_char_helper()
2021-08-14 Karl WilliamsonMake macro isUTF8_CHAR_flags an inline fcn
2021-08-14 Karl Williamsonis_utf8_valid_partial_char_flags: Use DFA
2021-08-07 Karl Williamsonutf8.c: Rename formal param to static fcn
2021-08-07 Karl Williamsonuvoffuni_to_utf8_flags_msgs: Avoid extra conditionals
2021-08-07 Karl Williamsonutf8.c: Change formal parameter name to fcn
2021-08-07 Karl WilliamsonAdd helper function for longest UTF8 sequence
2021-08-07 Karl Williamsonutf8.c: Fold 2 overlapping fcns into one
2021-08-07 Karl Williamsonutf8.c: Generalize static fcn
2021-08-07 Karl Williamsonutf8.c: Change name of static function
2021-07-30 Karl WilliamsonCreate and use 32 and 64 bit msbit_pos() fcns
2021-07-30 Karl WilliamsonCreate and use 32 and 64 bit lsbit_pos() fcns
2021-07-30 Karl WilliamsonAdd 64bit single-1bit_pos()
2021-07-30 Karl WilliamsonCreate and use single_1bit_pos32()
2021-07-03 Richard LeachAdd inline av_fetch_simple and av_store_simple functions
2021-06-17 Paul "LeoNerd" EvansRename scalarseq() to a somewhat more meaningful voidno...
2021-06-16 Paul "LeoNerd" EvansRename scalarseq() to a somewhat more meaningful voidno...
2021-06-09 Tomasz Konojackireplace all instances of PERL_IMPLICIT_CONTEXT with...
2021-06-01 Leon TimmermansCall magic on all elements on %SIG delocalization
2021-05-31 Karl Williamsonregcomp.c: Extract code from a too-large-function
2021-05-26 Richard LeachAdd Perl_av_new_alloc() function and newAV_alloc_x...
2021-05-24 Leon TimmermansDo not cache utf8 offsets for non-canonical lengths
2021-02-14 Tony Cooktry isn't treated as a sub call like eval is
2021-02-14 Paul "LeoNerd" EvansA totally new optree structure for try/catch involving...
2021-02-14 Paul "LeoNerd" EvansAdd a newTRYCATCHOP(); migrate the custom code out...
2021-02-10 Karl Williamsonregexec.c: Make internal function static
2021-01-20 Karl WilliamsonAllow blanks within and adjacent to {...} constructs
2021-01-20 Karl WilliamsonAllow empty lower bound in /{,n}/
2021-01-20 Karl WilliamsonRevamp regcurly(), regpiece() use of it
2021-01-04 Tony Cookadd a bareword_filehandles feature, which is enabled...
2020-12-06 Karl WilliamsonRemove my_l?stat from public API
2020-12-06 Karl WilliamsonEvaluate arg once in all forms of SvTRUE
2020-11-29 Karl WilliamsonDocument various CopFILEfoo functions
2020-11-23 Karl Williamsonperlapi: Note proper rplcemnt for pad_compname_type
2020-11-18 Karl WilliamsonMove regcurly to regcomp.c (from inline.h)
2020-11-09 Karl Williamsonsv.c: Change some formal param names for clarity, consi...
2020-10-31 Karl WilliamsonFix up delimcpy_no_escape()
2020-10-31 Karl WilliamsonRewrite delimcpy to use memchr and Copy, not per-byte
2020-10-23 David Mitchelladd Perl_magic_freemglob() magic vtable method
2020-10-23 David Mitchelladd Perl_magic_freeutf8() magic vtable method
2020-10-23 David Mitchelladd Perl_magic_freecollxfrm() magic vtable method
2020-09-29 Karl WilliamsonRemove Perl_av_top_index
2020-09-05 Karl Williamsonsv.c: Change flags param on two fcns from I32 to U32
2020-09-05 Karl WilliamsonChange formal parameter name of gv_fetchpv*
2020-09-05 Karl Williamsonperlapi: deprecate pack_cat() (a mathoms func)
2020-08-19 Karl WilliamsonAdd av_count()
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-06-01 Hugo van der Sandenstudy_chunk: honour mutate_ok over recursion
2020-06-01 Hugo van der Sandenstudy_chunk: extract rck_elide_nothing
2020-04-12 Karl Williamsonregcomp.c: Rmv C undefined behavior
2020-03-20 Karl WilliamsonAdd named sequences to Unicode wildcard name capabilites
next