diff options
author | herbert <herbert@gondor.apana.org.au> | 2005-02-28 21:47:22 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:04 +1000 |
commit | 25c3f7b660bbed01a81b44690de1e89c4086b069 (patch) | |
tree | 9cc2c1164e2e16b39570fde537753a312e6d1301 /ChangeLog | |
parent | Only set skipcount for break and continue. (diff) | |
download | dash-25c3f7b660bbed01a81b44690de1e89c4086b069.tar.gz dash-25c3f7b660bbed01a81b44690de1e89c4086b069.zip |
Removed expcmd built-in.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 13fc33f..41d99b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * Replaced EXEVAL with SKIPEVAL. * Update funcnest atomically. * Only set skipcount for break and continue. + * Removed expcmd built-in. 2005-02-28 A Costa <agcosta@gis.net> |