<!-- Automagically generated by the ToDo program on Thu Apr 17 17:02:56 2003 -->
<todo version="0.1.17">
    <note priority="veryhigh" time="1031936628" done="1049945547">
        Fix limitation on parentheses recursion - use system regex library instead of bundled one?
        <comment>
            Increased recursion limit and increased maximum buffer length to 4K
        </comment>
    </note>
    <note priority="medium" time="1031933086" done="1049945562">
        Add note about regular expression searching (^athomas$)
        <comment>
            Forced regular expressions to have ^ prepended and $ appended. Safer.
        </comment>
    </note>
    <note priority="medium" time="1050479786" done="1050562957">
        Add minimal 'ifdef' facility, ie. have the same command do different things on different hosts and/or for different users/groups, etc.
        <comment>
            Not really necessary with the ability to execute arbitrary shell scripts.
        </comment>
    </note>
    <note priority="medium" time="1050479815" done="1050484893">
        Have facility to execute complex commands like '/bin/sh -c "if test $1 = on; then ....' etc.
        <comment>
            Accomplished this by allowing quoted strings
        </comment>
    </note>
</todo>
