summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
...
* feature.pl: Remove unused varFather Chrysostomos2011-12-241-1/+0
* feature.pm: Move hint normalisation to separate functionFather Chrysostomos2011-12-241-10/+13
* op.c: Use new feature bundle hintsFather Chrysostomos2011-12-241-1/+5
* feature.h: Function for enabling bundlesFather Chrysostomos2011-12-241-0/+27
* Move FEATURE_IS_ENABLED to feature.hFather Chrysostomos2011-12-241-2/+9
* Eliminate ‘negative’ featuresFather Chrysostomos2011-12-241-28/+7
* feature.pl: Tweak commentFather Chrysostomos2011-12-241-1/+1
* feature.h: Avoid compiler warningFather Chrysostomos2011-12-241-1/+12
* Use new feature-testing macrosFather Chrysostomos2011-12-241-1/+2
* feature.pm: Set bundle hints when dis/enabling featuresFather Chrysostomos2011-12-241-0/+12
* feature.pm: Add function for getting the current bundleFather Chrysostomos2011-12-241-0/+6
* feature.pl: Use @HintedBundles for generating feature.hFather Chrysostomos2011-12-241-5/+3
* Give feature.pm the bundle hintsFather Chrysostomos2011-12-241-1/+12
* feature.pl: Generate list of feature bundles in podFather Chrysostomos2011-12-241-11/+19
* feature.pl: Add section headersFather Chrysostomos2011-12-241-1/+18
* feature.pl: Move hint-checking code upFather Chrysostomos2011-12-241-23/+24
* Add macros for checking individual featuresFather Chrysostomos2011-12-241-0/+39
* feature.pl: %BundleRangesFather Chrysostomos2011-12-241-0/+19
* feature.h: Add macros for current hintsFather Chrysostomos2011-12-241-0/+4
* feature.h: Parenthesise macro definitionFather Chrysostomos2011-12-241-1/+1
* Make feature.pl executableFather Chrysostomos2011-12-241-0/+0
* Use only \w+ for internal feature namesFather Chrysostomos2011-12-241-1/+1
* feature.pl: Remove the feature_ prefix from the dataFather Chrysostomos2011-12-241-10/+11
* feature.pl: Gen %feature_bundle from %UniqueBundlesFather Chrysostomos2011-12-241-23/+11
* Add feature.h, with constants for feature bundlesFather Chrysostomos2011-12-241-3/+46
* Parse the feature hint bits & assert their usabilityFather Chrysostomos2011-12-241-0/+20
* Create regen/feature.plFather Chrysostomos2011-12-241-0/+461
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-1/+2
* Stop seek($glob_copy...) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+1
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-222-0/+5
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-062-1/+4
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-8/+8
* mk_PL_charclass.pl: Accept Unicode 6.1 syntaxKarl Williamson2011-10-011-2/+3
* mk_PL_charclass.pl: Revise comments, gen'd headerKarl Williamson2011-10-011-11/+15
* Merge postinc and postdecFather Chrysostomos2011-09-161-2/+1
* Merge preinc and postincFather Chrysostomos2011-09-161-2/+1
* regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.cJim Cromie2011-09-092-9/+17
* implement OP_IS_NUMCOMPARE like other OP_IS macrosJim Cromie2011-09-092-21/+27
* In embed.pl, inline walk_table() into its only caller.Nicholas Clark2011-08-251-27/+6
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-21/+0
* Add regen/embed_lib.pl, for the code that processes embed.fnc and regen/opcodesNicholas Clark2011-08-252-133/+142
* In embed.pl, move processing embed.fnc and regen/opcodes into a function.Nicholas Clark2011-08-251-86/+91
* In embed.pl, refactor the handling of varargs *_nocontext wrappers.Nicholas Clark2011-08-251-12/+17
* In embed.pl, simplify the code that parses regen/opcodes.Nicholas Clark2011-08-251-4/+2
* embed.pl was relying on embed.fnc starting with a pre-processor directive.Nicholas Clark2011-08-251-12/+24
* Simplify the CORE::__FOO__ op-generation codeFather Chrysostomos2011-08-241-0/+4
* Refactor unpack’s newDEFSVOP logic; correct prototypeFather Chrysostomos2011-08-211-1/+1
* Add coreargs opFather Chrysostomos2011-08-181-0/+3