summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* embed.h - make regen after recent changesYves Orton2022-12-241-2180/+2099
* gv.c - rename amagic_find() to amagic_applies()Yves Orton2022-12-221-1/+1
* Fix broken API: sync_locale()Karl Williamson2022-12-201-4/+4
* Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence testsPaul "LeoNerd" Evans2022-12-191-0/+1
* Add `forbid_outofblock_ops()` to op.cPaul "LeoNerd" Evans2022-12-171-0/+1
* Added function amagic_find(sv, method, flags)Eric Herman2022-12-161-0/+1
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-99/+113
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-081-0/+2
* Define a newPADxVOP() convenience functionPaul "LeoNerd" Evans2022-12-081-0/+1
* locale.c: Rewrite localeconv() handlingKarl Williamson2022-12-071-17/+6
* locale.c: Move 2 functions elsewhere in the codeKarl Williamson2022-12-071-2/+2
* locale.c: Rmv unnecessary parameter from static functionKarl Williamson2022-12-011-1/+1
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-0/+1
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-011-0/+4
* Add sv_derived_from_hv() helper functionPaul "LeoNerd" Evans2022-10-251-0/+1
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-0/+1
* dump.c - add ways to dump HV's and AV's and SV's to any depth.Yves Orton2022-10-181-0/+3
* locale.c: Don't compile get_displayable_string if unusedKarl Williamson2022-10-181-1/+5
* locale.c: Compile display fcn under more circumstancesKarl Williamson2022-10-181-1/+7
* locale.c: Generalize static functionsKarl Williamson2022-10-101-2/+2
* locale.c: Make static 2 Win-only functionsKarl Williamson2022-10-101-8/+2
* locale.c: Meld two functions into oneKarl Williamson2022-10-101-4/+4
* locale.c: Move find_locale_from_environment() in fileKarl Williamson2022-10-101-1/+3
* Add wrap_wsetlocale() to embed.fncKarl Williamson2022-10-101-0/+1
* Add pTHX to thread_locale_(init|term)Karl Williamson2022-09-301-2/+2
* locale.c: Revamp sync_locale(), switch_to_global_locale()Karl Williamson2022-09-291-2/+2
* locale.c Change function to return a string, not printKarl Williamson2022-09-291-1/+1
* locale.c: Stop compiler warningKarl Williamson2022-09-251-1/+9
* SvPVCLEAR_FRESH - change from macro to inline functionRichard Leach2022-09-221-0/+1
* locale.c: Refactor internal debugging functionKarl Williamson2022-09-221-1/+1
* locale.c: Mitigate unsafe threaded localesKarl Williamson2022-09-211-0/+11
* locale.c: Silence compiler warning when no LC_COLLATEKarl Williamson2022-09-101-2/+6
* locale.c: Silence compiler warning when no LC_CTYPEKarl Williamson2022-09-101-2/+4
* locale.c: Silence compiler warning about S_mortalixzed_pv_copyKarl Williamson2022-09-101-1/+1
* locale.c: Silence compiler warning about S_new_numericKarl Williamson2022-09-101-1/+3
* locale.c: Add S_get_LC_ALL display()Karl Williamson2022-09-081-6/+15
* locale.c: Convert final use of S_category_name()Karl Williamson2022-09-021-1/+0
* locale.c: Rmv no longer used code; UTF8ness cacheKarl Williamson2022-09-021-5/+0
* Move utf8ness calc for $! into locale.c from mg.cKarl Williamson2022-09-021-1/+4
* Define print_bytes_for_locale() outside localeKarl Williamson2022-09-021-1/+1
* locale.c: Improve debugging for mem_collxfrm()Karl Williamson2022-09-011-1/+1
* Change internal function name to be standards compliantKarl Williamson2022-09-011-5/+5
* locale.c: Rmv S_set_numeric_radix()Karl Williamson2022-09-011-1/+0
* locale.c: Add utf8ness return param to my_langinfo_i()Karl Williamson2022-08-221-2/+2
* Add my_strftime8()Karl Williamson2022-08-221-0/+1
* locale.c: Collapse duplicate logic into one instanceKarl Williamson2022-08-221-2/+11
* Move POSIX::localeconv() logic to locale.cKarl Williamson2022-08-221-0/+8
* locale.c: Add fcn for UTF8ness determinationKarl Williamson2022-08-221-0/+1
* locale.c: Add is_locale_utf8()Karl Williamson2022-08-221-0/+1
* New signature for static fcn my_langinfo()Karl Williamson2022-08-221-2/+2