root/op/1.32/.todo

Revision 231, 1.6 kB (checked in by athomas, 4 years ago)
  • Fixed use of DEFAULT section, closes #5. Quite a pain in the arse actually.
  • Environment variables can now be propagated into child environments even when "environment" is specified. This will override any existing variables.
  • Now using vsnprintf rather than snprintf. Correspondingly, changed preprocessor define which may mean build scripts need to be changed.
Line 
1 <!-- Automagically generated by the ToDo program on 20/05/05, 12:57 -->
2 <todo version="0.1.18">
3     <note priority="medium" time="1031933086" done="1049945562">
4         Add note about regular expression searching (^athomas$)
5         <comment>
6             Forced regular expressions to have ^ prepended and $ appended. Safer.
7         </comment>
8     </note>
9     <note priority="veryhigh" time="1031936628" done="1049945547">
10         Fix limitation on parentheses recursion - use system regex library instead of bundled one?
11         <comment>
12             Increased recursion limit and increased maximum buffer length to 4K
13         </comment>
14     </note>
15     <note priority="medium" time="1050479786" done="1050562957">
16         Add minimal 'ifdef' facility, ie. have the same command do different things on different hosts and/or for different users/groups, etc.
17         <comment>
18             Not really necessary with the ability to execute arbitrary shell scripts.
19         </comment>
20     </note>
21     <note priority="medium" time="1050479815" done="1050484893">
22         Have facility to execute complex commands like '/bin/sh -c "if test $1 = on; then ....' etc.
23         <comment>
24             Accomplished this by allowing quoted strings
25         </comment>
26     </note>
27     <note priority="medium" time="1108077380" done="1112841219">
28         Make a "nolog" option to prevent logging - for automated commands.
29     </note>
30     <note priority="medium" time="1113486219" done="1116557866">
31         Fix bug where $VARS aren't being expanded correctly inside quotes. This is occurring in main.c.
32     </note>
33 </todo>
Note: See TracBrowser for help on using the browser.