-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.29 released on 2005-04-28 14:09
- Loading branch information
Showing
10 changed files
with
371 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- Automagically generated by the ToDo program on 14/04/05, 23:43 --> | ||
<todo version="0.1.18"> | ||
<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="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="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> | ||
<note priority="medium" time="1108077380" done="1112841219"> | ||
Make a "nolog" option to prevent logging - for automated commands. | ||
</note> | ||
<note priority="medium" time="1113486219"> | ||
Fix bug where $VARS aren't being expanded correctly inside quotes. | ||
</note> | ||
</todo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- Automagically generated by the ToDo program on 07/04/05, 12:33 --> | ||
<todo version="0.1.18"> | ||
<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> | ||
<note priority="medium" time="1108077380" done="1112841219"> | ||
Make a "nolog" option to prevent logging - for automated commands. | ||
</note> | ||
</todo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.