root/op/1.25/.todo.2

Revision 207, 1.1 kB (checked in by root, 5 years ago)

Initial import.

Line 
1 <!-- Automagically generated by the ToDo program on Wed Apr 16 19:21:48 2003 -->
2 <todo version="0.1.17">
3     <note priority="veryhigh" time="1031936628" done="1049945547">
4         Fix limitation on parentheses recursion - use system regex library instead of bundled one?
5         <comment>
6             Increased recursion limit and increased maximum buffer length to 4K
7         </comment>
8     </note>
9     <note priority="medium" time="1031933086" done="1049945562">
10         Add note about regular expression searching (^athomas$)
11         <comment>
12             Forced regular expressions to have ^ prepended and $ appended. Safer.
13         </comment>
14     </note>
15     <note priority="medium" time="1050479786">
16         Add minimal 'ifdef' facility, ie. have the same command do different things on different hosts and/or for different users/groups, etc.
17     </note>
18     <note priority="medium" time="1050479815" done="1050484893">
19         Have facility to execute complex commands like '/bin/sh -c "if test $1 = on; then ....' etc.
20         <comment>
21             Accomplished this by allowing quoted strings
22         </comment>
23     </note>
24 </todo>
Note: See TracBrowser for help on using the browser.