VirtualBox

Changeset 69349 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2017 1:47:39 PM (7 years ago)
Author:
vboxsync
Message:

scm: perl files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scm.cpp

    r69324 r69349  
    386386};
    387387
     388static PFNSCMREWRITER const g_aRewritersFor_Perl[] =
     389{
     390    /** @todo rewrite_ForceLFIfExecutable */
     391    rewrite_ExpandTabs,
     392    rewrite_StripTrailingBlanks,
     393    rewrite_AdjustTrailingLines,
     394    rewrite_SvnKeywords,
     395    rewrite_Copyright_HashComment,
     396};
     397
    388398static PFNSCMREWRITER const g_aRewritersFor_ScmSettings[] =
    389399{
     
    487497    SCM_CFG_ENTRY(g_aRewritersFor_SedScripts,       false, "*.sed" ),
    488498    SCM_CFG_ENTRY(g_aRewritersFor_Python,           false, "*.py" ),
     499    SCM_CFG_ENTRY(g_aRewritersFor_Perl,             false, "*.pl" ),
    489500    SCM_CFG_ENTRY(g_aRewritersFor_ScmSettings,      false, "*.scm-settings" ),
    490501    SCM_CFG_ENTRY(g_aRewritersFor_Images,           true,  "*.png|*.bmp|*.jpg|*.pnm|*.ico|*.icns" ),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette