This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / embed.h
2022-08-22 Karl Williamsonlocale.c: Add utf8ness return param to my_langinfo_i()
2022-08-22 Karl WilliamsonAdd my_strftime8()
2022-08-22 Karl Williamsonlocale.c: Collapse duplicate logic into one instance
2022-08-22 Karl WilliamsonMove POSIX::localeconv() logic to locale.c
2022-08-22 Karl Williamsonlocale.c: Add fcn for UTF8ness determination
2022-08-22 Karl Williamsonlocale.c: Add is_locale_utf8()
2022-08-22 Karl WilliamsonNew signature for static fcn my_langinfo()
2022-08-22 Karl Williamsonlocale.c: Add static fcn to analyze locale name codeset
2022-08-22 Karl Williamsonlocale.c: Make S_save_to_buffer() reentrant
2022-08-22 Karl Williamsonembed.fnc: Also check for NL_LANGINFO_L
2022-08-22 Karl Williamsonlocale.c: Shorten my_nl_langinfo() to my_langinfo()
2022-08-22 Karl Williamsonlocale.c: Return defaults for uncomputable langinfo...
2022-08-22 Karl WilliamsonMove code for mbr?towc() from POSIX.xs to locale.c
2022-08-22 Karl Williamsonlocale.c: Separate out two Win fcns from a larger one
2022-08-22 Karl Williamsonlocale.c: querylocale return mortalized copy
2022-08-10 Karl WilliamsonAdd a common locale panic macro and functions
2022-08-10 Karl Williamsonlocale.c: Add DEBUGGING information
2022-08-10 Karl Williamsonlocale.c: Add fcn to hide edge case undefined behavior
2022-08-10 Karl WilliamsonSplit off setting locale to "" from S_emulate_setlocale
2022-08-10 Karl Williamsonlocale.c: Split ancillary from S_emulate_setlocale
2022-08-10 Karl Williamsonlocale.c: Split aggregate LC_ALL from emulate_setlocale
2022-08-10 Karl Williamsonsetlocale_failure_panic_i now used more generally
2022-08-10 Karl Williamsonlocale.c: Generalize stdize_locale()
2022-08-10 Karl WilliamsonReorder some locale functions in embed.fnc
2022-08-05 Richard Leachsv.c - add Perl_newSVhek_mortal
2022-08-03 Paul "LeoNerd" EvansEmit __VA_ARGS__-using macros into embed.h when on...
2022-08-03 Yves Ortonregex engine - integrate regnode_after() support for...
2022-08-03 Yves Ortonregcomp.c - rename NEXTOPER to REGNODE_AFTER and relate...
2022-07-15 Yves Ortonlocale.c - silence build warning for unused S_calculate...
2022-07-13 Paul "LeoNerd" EvansAdd `newAVav()` and `newAVhv()`
2022-07-13 Karl Williamsonsetlocale_failure_panic_i is used when no posix 2008
2022-07-12 Karl WilliamsonChange #ifdef to #ifndef
2022-07-12 Karl Williamsonsetlocale_failure_panic_i only on non-threaded currently
2022-07-12 Karl Williamsonregex: Add optimizing regnode
2022-07-12 Karl Williamsonregcomp.c: Add conversion fcns for bitmap/inversion_list
2022-07-10 Karl Williamsonregcomp.c: Change name of static function
2022-07-10 Karl Williamsonregex: Refactor bitmap vs non-bitmap of qr/[]/
2022-06-29 Karl WilliamsonEval param to SvPV-foo exactly once
2022-06-28 Karl WilliamsonPartially revert remove deprecated functions"
2022-06-25 Karl WilliamsonRevert "Partially remove deprecated functions"
2022-06-20 Paul "LeoNerd" EvansSplit optree optimizer and finalizer from op.c into...
2022-06-19 Karl Williamsonlocale.c: querylocale() doesn't work on LC_ALL
2022-06-19 Karl Williamsonlocale.c: Use a function table to simplify code
2022-06-19 Karl Williamsonlocale.c: Add panic check/message
2022-06-19 Karl Williamsonlocale.c: Separate query part of emulate_setlocale()
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-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 Leachinline.h: add av_push_simple
2022-06-05 Karl WilliamsonRemove deprecated functions
2022-06-02 Karl WilliamsonRename internal function
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 WilliamsonExport unshare_hek, but mark as internal
2022-05-28 Yves Ortonsv.c - add new bool related utility functions and macros
2022-05-08 Karl WilliamsonUpdate embed.h
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-03-02 Karl WilliamsonMake sv_len_utf8_nomg() public
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-18 Yves Ortonregcomp.c,re.pm: Remove "offsets" debugging code
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-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 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: 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-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...
next