diff --git a/TODO b/TODO index 7891d13..22fdfca 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ NEW --- -- Added the following builtins: +- Added the following builtin variables: __DATE__ # Date in YYYYMMDD format __DATETIME__ # Date and time in YYYYMMDDHHMMSS format @@ -10,10 +10,6 @@ __HOSTSHORT__ # Leftmost component of hostname as passed to program __TIME__ # Time in HHMMSS format -- Test mode now expands variable references to their values for - all variables except the builtins above (which are only - evaluated at runtime). - - Added an "execution variable". This runs a command of your choosing (on the local machine) and assigns the results to a user-defined variable. @@ -40,6 +36,10 @@ - Error messages now more consistent and clear. +- Test mode now expands variable references to their values for + all variables except the builtins above (which are only + evaluated at runtime). + BUG FIXES ---------