summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-07-13 20:05:56 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-07-13 20:05:56 +0800
commit74fbf95549bb68a2d40c0f91fdb04a0a720e3920 (patch)
treed25fab4c655e00a70bc1f444a9b275fafdd3d948 /ChangeLog
parent[BUILTIN] Fixed 3,4-argument cases for test per POSIX (diff)
downloaddash-74fbf95549bb68a2d40c0f91fdb04a0a720e3920.tar.gz
dash-74fbf95549bb68a2d40c0f91fdb04a0a720e3920.zip
[BUILTIN] Made aexpr/oexpr non-recursive
Making these functions non-recursive is straightforward since they
carry no state.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2f7333..ef45102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2008-06-13  Herbert Xu <herbert@gondor.apana.org.au>
 
 	* Fixed 3,4-argument cases for test per POSIX.
+	* Made aexpr/oexpr non-recursive.
 
 2008-05-19  Herbert Xu <herbert@gondor.apana.org.au>