summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* regexec.c - harden internals against missing logical_nparensYves Orton2023-01-201-2/+1
* embed.pl - add a way to declare a parameter should be non-zeroYves Orton2023-01-141-1/+2
* Expose op_force_list() as a real API function; use it directly in op.cPaul "LeoNerd" Evans2023-01-141-0/+4
* Fix PerlEnv_putenv threaded compilation on WindowsKarl Williamson2023-01-121-0/+7
* regcomp.c etc - rework branch reset so it works properlyYves Orton2023-01-121-2/+7
* Revert "Revert "Inline strlcat(), strlcpy()""Karl Williamson2023-01-041-2/+2
* embed.h - make regen after recent changesYves Orton2022-12-241-7097/+9723
* 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-3/+3
* 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/+6
* Add `forbid_outofblock_ops()` to op.cPaul "LeoNerd" Evans2022-12-171-0/+3
* Added function amagic_find(sv, method, flags)Eric Herman2022-12-161-0/+3
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-307/+368
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-081-0/+11
* Define a newPADxVOP() convenience functionPaul "LeoNerd" Evans2022-12-081-0/+6
* locale.c: Rewrite localeconv() handlingKarl Williamson2022-12-071-22/+9
* locale.c: Move 2 functions elsewhere in the codeKarl Williamson2022-12-071-3/+3
* locale.c: Reorder parameters to static functionKarl Williamson2022-12-071-1/+1
* locale.c: Rmv unnecessary parameter from static functionKarl Williamson2022-12-011-1/+1
* pp_sort: don't force inline the comparison functionsTony Cook2022-11-301-42/+14
* Fix POSIX::strxfrm()Karl Williamson2022-11-291-0/+3
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-0/+5
* 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/+12
* Add sv_derived_from_hv() helper functionPaul "LeoNerd" Evans2022-10-251-0/+5
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-0/+3
* dump.c - add ways to dump HV's and AV's and SV's to any depth.Yves Orton2022-10-181-0/+6
* locale.c: Don't compile get_displayable_string if unusedKarl Williamson2022-10-181-3/+7
* Switch libc per-interpreter data when tTHX changesKarl Williamson2022-10-181-0/+4
* locale.c: Compile display fcn under more circumstancesKarl Williamson2022-10-181-2/+8
* locale.c: Make win32_setlocale return const *Karl Williamson2022-10-101-1/+1
* Add some const to wrap_wsetlocaleKarl Williamson2022-10-101-1/+1
* locale.c: Generalize static functionsKarl Williamson2022-10-101-4/+4
* locale.c: Make static 2 Win-only functionsKarl Williamson2022-10-101-2/+2
* locale.c: Meld two functions into oneKarl Williamson2022-10-101-5/+5
* locale.c: Move find_locale_from_environment() in fileKarl Williamson2022-10-101-2/+4
* 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/+3
* locale.c: Stop compiler warningKarl Williamson2022-09-251-3/+11
* SvPVCLEAR_FRESH - change from macro to inline functionRichard Leach2022-09-221-0/+5
* locale.c: Refactor internal debugging functionKarl Williamson2022-09-221-2/+2
* locale.c: Mitigate unsafe threaded localesKarl Williamson2022-09-211-0/+16
* make expr parameter to newLOOPOP() NN, it was required anywayTony Cook2022-09-211-1/+2
* locale.c: Silence compiler warning when no LC_COLLATEKarl Williamson2022-09-101-6/+10