summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
...
* embed.fnc - documentation improvementsYves Orton2022-12-241-291/+319
* Revert "Inline strlcat(), strlcpy()"Yves Orton2022-12-221-2/+2
* Inline strlcat(), strlcpy()Karl Williamson2022-12-221-2/+2
* Inline savepv() and related functionsKarl Williamson2022-12-221-4/+4
* 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
* 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-118/+149
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-081-0/+4
* Define a newPADxVOP() convenience functionPaul "LeoNerd" Evans2022-12-081-0/+1
* locale.c: Rewrite localeconv() handlingKarl Williamson2022-12-071-15/+9
* locale.c: Move 2 functions elsewhere in the codeKarl Williamson2022-12-071-6/+6
* locale.c: Reorder parameters to static functionKarl Williamson2022-12-071-4/+4
* locale.c: Rmv unnecessary parameter from static functionKarl Williamson2022-12-011-2/+1
* pp_sort: don't force inline the comparison functionsTony Cook2022-11-301-14/+14
* Fix POSIX::strxfrm()Karl Williamson2022-11-291-0/+1
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-0/+1
* change the return value of SSNEW to SSize_tTony Cook2022-11-031-2/+2
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-2/+2
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-011-0/+5
* 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-0/+2
* Switch libc per-interpreter data when tTHX changesKarl Williamson2022-10-181-0/+3
* locale.c: Compile display fcn under more circumstancesKarl Williamson2022-10-181-1/+3
* locale.c: Make win32_setlocale return const *Karl Williamson2022-10-101-1/+1
* Add some const to wrap_wsetlocaleKarl Williamson2022-10-101-1/+2
* locale.c: Generalize static functionsKarl Williamson2022-10-101-2/+4
* locale.c: Make static 2 Win-only functionsKarl Williamson2022-10-101-2/+2
* locale.c: Meld two functions into oneKarl Williamson2022-10-101-2/+3
* locale.c: Move find_locale_from_environment() in fileKarl Williamson2022-10-101-1/+3
* Add wrap_wsetlocale() to embed.fncKarl Williamson2022-10-101-0/+2
* 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-3/+1
* locale.c: Stop compiler warningKarl Williamson2022-09-251-0/+3
* SvPVCLEAR_FRESH - change from macro to inline functionRichard Leach2022-09-221-0/+1
* locale.c: Refactor internal debugging functionKarl Williamson2022-09-221-3/+5
* locale.c: Mitigate unsafe threaded localesKarl Williamson2022-09-211-0/+15
* make expr parameter to newLOOPOP() NN, it was required anywayTony Cook2022-09-211-1/+1
* locale.c: Silence compiler warning when no LC_COLLATEKarl Williamson2022-09-101-7/+11
* locale.c: Silence compiler warning when no LC_CTYPEKarl Williamson2022-09-101-1/+3
* 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-0/+2
* Stop parsing on first syntax error.Yves Orton2022-09-091-1/+1
* locale.c: Add S_get_LC_ALL display()Karl Williamson2022-09-081-4/+10
* embed.fnc: Fix indendationKarl Williamson2022-09-071-1/+1
* locale.c: Convert final use of S_category_name()Karl Williamson2022-09-021-1/+0