summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor opcode.pl - use c99 array initialization (using op enum)"Leon Timmermans2023-05-151-45/+11
* Revert "Refactor opcode.pl - with c99 array init index comments are not neces...Leon Timmermans2023-05-151-4/+8
* Remove duplicate "the" in commentsElvin Aslanov2023-05-032-2/+2
* regen/embed.pl: don't hide mathomsTomasz Konojacki2023-04-191-1/+1
* regen/HeaderParser.pm - improved expression formatting and wrappingYves Orton2023-04-051-64/+285
* regen/HeaderParser.pm - remove comments from elif/else/endif when the content...Yves Orton2023-04-051-32/+68
* regen/HeaderParser.pm - with multi-term expressions put least firstYves Orton2023-04-051-1/+10
* don't set a special filetype for generated .gitignoreLukas Mai2023-03-241-8/+18
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-243-3/+3
* regen/embed.pl - change _aDEPTH and _pDEPTH to not have a leading underbarYves Orton2023-03-191-2/+2
* t/porting/deprecation.t - add tests for deprecation documentation and categoriesYves Orton2023-03-181-112/+114
* embed.fnc - document deprecate_xxx() macros and add them to handy.hYves Orton2023-03-181-1/+1
* regen/warnings.pl - line up categories, put them in date orderYves Orton2023-03-181-5/+6
* warnings.pm - add deprecated::version_downgrade categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::goto_construct categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::delimiter_will_be_paired categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::apostrophe_as_package_separator as new deprecat...Yves Orton2023-03-181-1/+2
* warnings.pm - support deprecated::unicode_property_name categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::dot_in_inc warings categoryYves Orton2023-03-181-0/+1
* warnings.pm - support deprecated::smartmatch categoryYves Orton2023-03-181-12/+16
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-0/+11
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-181-0/+8
* regen/mg_vtable.pl - rename confusing var %sig to %vtable_confYves Orton2023-03-181-7/+6
* scope.c - improved RCPV support, SAVERCPV SAVEFREERCPVYves Orton2023-03-061-1/+2
* eval_sv(): call pp_entereval() via runopsDavid Mitchell2023-02-281-0/+2
* Bump $VERSION in lib/feature.pm to 1.81.James E Keenan2023-02-241-1/+1
* Document that smartmatch is deprecated and will be removed in 5.42Philippe Bruhat (BooK)2023-02-251-0/+3
* Deprecate smartmatchPhilippe Bruhat (BooK)2023-02-251-1/+2
* Prefer scalar assignment to get caller's first return valueRichard Leach2023-02-221-2/+2
* pp: use PP macro consistentlyBranislav ZahradnĂ­k2023-02-201-2/+3
* embed.pl - sort and dedupe flags in embef.fnc as part of tidyYves Orton2023-02-192-8/+17
* embed.fnc - sort entries alphabetically by function name.Yves Orton2023-02-191-9/+27
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+3
* regen/regen_lib.pl - don't leave -new files in the tree when tests failYves Orton2023-02-191-1/+9
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-0/+4
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-102-0/+6
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-104-2/+26
* embed.pl - the 's', 'S', 'i' and 'I' flags are mutually exclusiveYves Orton2023-02-011-3/+16
* Remove full stop in the 'try' feature headingDagfinn Ilmari MannsÄker2023-01-161-1/+1
* embed.pl - add a way to declare a parameter should be non-zeroYves Orton2023-01-141-1/+2
* Correct one character typo appearing in lib/feature.pmJames E Keenan2023-01-111-2/+2
* regcomp.pl - fixup intflags debug data to handle gaps properlyYves Orton2023-01-091-4/+19
* regen/embed_lib.pl - don't add integer to reference and fixup source dataYves Orton2023-01-042-2/+9
* regen/regcomp.pl - use regen/HeaderParser to read regnodes.h and etc.Yves Orton2022-12-241-16/+26
* regen/feature.pl - use regen/HeaderParser to parse perl.hYves Orton2022-12-241-9/+11
* regen/embed.pl - switch to using HeaderParser for code generation and etc.Yves Orton2022-12-244-359/+394
* regen/HeaderParser.pm - A module to parse our header filesYves Orton2022-12-242-0/+1614
* Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence testsPaul "LeoNerd" Evans2022-12-192-0/+7
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-2/+2
* Document postderef_qq support for ->$#* interpolationZakariyya Mughal2022-11-301-3/+4