This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: White-space only
[perl5.git] / regen / feature.pl
2012-01-06 Father ChrysostomosCorrect links to perlsyn and perlop
2011-12-25 Father Chrysostomosfeature.pl: Get HINT_UNI_8_BIT from perl.h
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father Chrysostomosfeature.pl: Make the perl.h search more resilient
2011-12-24 Father Chrysostomosfeature.pl: Mention perl.h as a source
2011-12-24 Father ChrysostomosMake MAX_FEATURE_LEN reflect reality
2011-12-24 Father Chrysostomosfeature.h: FEATURE_IS_ENABLED can use CURRENT_HINTS
2011-12-24 Father Chrysostomosfeature.pl: Remove unused var
2011-12-24 Father Chrysostomosfeature.pm: Move hint normalisation to separate function
2011-12-24 Father Chrysostomosop.c: Use new feature bundle hints
2011-12-24 Father Chrysostomosfeature.h: Function for enabling bundles
2011-12-24 Father ChrysostomosMove FEATURE_IS_ENABLED to feature.h
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-24 Father Chrysostomosfeature.pl: Tweak comment
2011-12-24 Father Chrysostomosfeature.h: Avoid compiler warning
2011-12-24 Father Chrysostomosfeature.pm: Set bundle hints when dis/enabling features
2011-12-24 Father Chrysostomosfeature.pm: Add function for getting the current bundle
2011-12-24 Father Chrysostomosfeature.pl: Use @HintedBundles for generating feature.h
2011-12-24 Father ChrysostomosGive feature.pm the bundle hints
2011-12-24 Father Chrysostomosfeature.pl: Generate list of feature bundles in pod
2011-12-24 Father Chrysostomosfeature.pl: Add section headers
2011-12-24 Father Chrysostomosfeature.pl: Move hint-checking code up
2011-12-24 Father ChrysostomosAdd macros for checking individual features
2011-12-24 Father Chrysostomosfeature.pl: %BundleRanges
2011-12-24 Father Chrysostomosfeature.h: Add macros for current hints
2011-12-24 Father Chrysostomosfeature.h: Parenthesise macro definition
2011-12-24 Father ChrysostomosMake feature.pl executable
2011-12-24 Father ChrysostomosUse only \w+ for internal feature names
2011-12-24 Father Chrysostomosfeature.pl: Remove the feature_ prefix from the data
2011-12-24 Father Chrysostomosfeature.pl: Gen %feature_bundle from %UniqueBundles
2011-12-24 Father ChrysostomosAdd feature.h, with constants for feature bundles
2011-12-24 Father ChrysostomosParse the feature hint bits & assert their usability
2011-12-24 Father ChrysostomosCreate regen/feature.pl