diff options
author | herbert <herbert@gondor.apana.org.au> | 2005-02-25 21:48:59 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:03 +1000 |
commit | 0f6e68ff04886875613506f6d6fb3fd88ed1ec25 (patch) | |
tree | 2a425ff3fc3b22244cdd547a3dd1cc7ea7a58168 /ChangeLog | |
parent | Corrected grammar in manual page. (diff) | |
download | dash-0f6e68ff04886875613506f6d6fb3fd88ed1ec25.tar.gz dash-0f6e68ff04886875613506f6d6fb3fd88ed1ec25.zip |
Size optimisations with state/s in main().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2fc7ea4..f26353d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * Changed boolean rootshell into shlvl counter. * Catch set -e exits within built-in commands. + * Size optimisations with state/s in main(). 2005-01-31 Gerrit Pape <pape@smarden.org> |