summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* toke.c - invoke __DIE__ handler after compilation errors in evalYves Orton2023-02-201-6/+8
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* Refactor out the part of sv_dup that clones the HvAUX structure into its own ...Paul "LeoNerd" Evans2023-02-131-0/+5
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-1/+1
* Parse an optional attribute list for fields; currently no attributes are definedPaul "LeoNerd" Evans2023-02-101-0/+5
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-0/+9
* Initial attack at parsing attribute syntax for class blocks; though no attrs ...Paul "LeoNerd" Evans2023-02-101-0/+5
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-0/+38
* Define the concept of a suspended compcvPaul "LeoNerd" Evans2023-02-101-0/+18
* Mark dowantarray() as deprecatedDagfinn Ilmari Mannsåker2023-02-101-0/+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-2/+2
* pv_escape(): Fix compiler warningKarl Williamson2023-02-071-1/+1
* toke.c: deprecation warning for ' as a package separatorTony Cook2023-02-071-1/+1
* embed.pl - the 's', 'S', 'i' and 'I' flags are mutually exclusiveYves Orton2023-02-011-7/+7
* Make the new optree function declarations conditional on PERL_CORE|PERL_USE_V...Paul "LeoNerd" Evans2023-01-281-10/+12
* Expose {optimize,finalize}_optree() as real API functionsPaul "LeoNerd" Evans2023-01-281-8/+6
* 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