summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Remove my_strftime8()Karl Williamson2023-05-011-2/+2
* regen/embed.pl: don't hide mathomsTomasz Konojacki2023-04-191-8/+2
* regen/HeaderParser.pm - improved expression formatting and wrappingYves Orton2023-04-051-29/+34
* regen/HeaderParser.pm - remove comments from elif/else/endif when the content...Yves Orton2023-04-051-111/+95
* regen/HeaderParser.pm - with multi-term expressions put least firstYves Orton2023-04-051-158/+167
* util.c - avoid warning about truncated pointer valueYves Orton2023-03-291-0/+6
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* embed.fnc - remove redundant deprecate_xxx() macro declarationsYves Orton2023-03-191-9/+0
* regexec.c - convert UNWIND_PAREN() into an inline static functionYves Orton2023-03-191-0/+5
* regexec.c - convert CAPTURE_CLEAR into an inline static functionYves Orton2023-03-191-0/+5
* regen/embed.pl - change _aDEPTH and _pDEPTH to not have a leading underbarYves Orton2023-03-191-4/+4
* Mark vtbl argument in sv_unmagicext constLeon Timmermans2023-03-181-1/+1
* proto.h - fixup remove unneeded defineYves Orton2023-03-181-1/+0
* embed.fnc - document deprecate_xxx() macros and add them to handy.hYves Orton2023-03-181-54/+9
* utf8.c - add category parameter to unused warn_on_first_deprecated_use functionYves Orton2023-03-181-1/+1
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-0/+24
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-181-0/+15
* sv.h - add SvREFCNT_dec_set_NULL()Yves Orton2023-03-181-0/+8
* regex engine - simplify regnode structures and make them consistentYves Orton2023-03-131-7/+7
* locale.c: Split a static function in twoKarl Williamson2023-03-111-0/+4
* Expose the class_*() API funcs also to op.cPaul "LeoNerd" Evans2023-03-061-4/+6
* scope.c - improved RCPV support, SAVERCPV SAVEFREERCPVYves Orton2023-03-061-3/+8
* mg.c: Split out functionality to a seprate functionKarl Williamson2023-03-021-0/+5
* Inline get_context() for non-Win32Karl Williamson2023-03-011-5/+12
* Inline get_vtbl()Karl Williamson2023-03-011-5/+5
* embed.fnc: Mark some inline functions as suchKarl Williamson2023-03-011-32/+32
* 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