summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* toke.c - invoke __DIE__ handler after compilation errors in evalYves Orton2023-02-201-4/+6
* embed.pl - sort and dedupe flags in embef.fnc as part of tidyYves Orton2023-02-191-1129/+1129
* embed.fnc - sort entries alphabetically by function name.Yves Orton2023-02-191-2615/+2614
* Refactor out the part of sv_dup that clones the HvAUX structure into its own ...Paul "LeoNerd" Evans2023-02-131-0/+3
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-0/+1
* Parse an optional attribute list for fields; currently no attributes are definedPaul "LeoNerd" Evans2023-02-101-0/+3
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-1/+5
* Initial attack at parsing attribute syntax for class blocks; though no attrs ...Paul "LeoNerd" Evans2023-02-101-0/+3
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-0/+21
* Define the concept of a suspended compcvPaul "LeoNerd" Evans2023-02-101-0/+7
* Mark dowantarray() as deprecatedDagfinn Ilmari Mannsåker2023-02-101-1/+1
* Fix pv_escape() param discrepancy embed.fnc, sourceKarl Williamson2023-02-091-1/+1
* Use per-word calcs in utf8_length()Karl Williamson2023-02-081-1/+1
* pv_escape(): Fix compiler warningKarl Williamson2023-02-071-1/+1
* toke.c: deprecation warning for ' as a package separatorTony Cook2023-02-071-1/+2
* embed.pl - the 's', 'S', 'i' and 'I' flags are mutually exclusiveYves Orton2023-02-011-1/+1
* Make the new optree function declarations conditional on PERL_CORE|PERL_USE_V...Paul "LeoNerd" Evans2023-01-281-2/+4
* Expose {optimize,finalize}_optree() as real API functionsPaul "LeoNerd" Evans2023-01-281-2/+2
* regexec.c - harden internals against missing logical_nparensYves Orton2023-01-201-1/+1
* embed.pl - add a way to declare a parameter should be non-zeroYves Orton2023-01-141-1/+4
* Expose op_force_list() as a real API function; use it directly in op.cPaul "LeoNerd" Evans2023-01-141-0/+2
* Fix PerlEnv_putenv threaded compilation on WindowsKarl Williamson2023-01-121-0/+3
* regcomp.c etc - rework branch reset so it works properlyYves Orton2023-01-121-1/+7
* Revert "Revert "Inline strlcat(), strlcpy()""Karl Williamson2023-01-041-2/+2
* embed.h - make regen after recent changesYves Orton2022-12-241-2955/+5105
* 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