Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite function parser and remove the Repeat command #643

Merged
merged 2 commits into from
Nov 22, 2021
Merged

Commits on Nov 22, 2021

  1. Rewrite parser framework

    Over the years, fvwm has grown and its syntax/means of parsing those
    config lines has also gotten more confusing.
    
    To eventually address a change of syntax, this change lays the
    groundwork for that work.
    
    This change also has the consequence that the Repeat command has been
    removed.
    
    Fixes #642
    domivogt authored and ThomasAdam committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    114b2ab View commit details
    Browse the repository at this point in the history
  2. Functions: limit number of exections

    Reduce the likelihood of users being able to run functions which
    infinitel loop.
    
    Fixes #642
    domivogt authored and ThomasAdam committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e8a20b2 View commit details
    Browse the repository at this point in the history