summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-17 12:51:08 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-10-17 12:51:08 +0800
commitd15aba899e3779eb8d2c9843c1d1d5b3efbfc20e (patch)
treeab5192f6f0fffffcf608aac0516de13bf42cd0cd /ChangeLog
parent[BUILTIN] Disallow completely blank strings in non-arithmetic context. (diff)
downloaddash-d15aba899e3779eb8d2c9843c1d1d5b3efbfc20e.tar.gz
dash-d15aba899e3779eb8d2c9843c1d1d5b3efbfc20e.zip
[SHELL] Replace shared illnum message by badnum function.
This patch adds the badnum function and uses it to mostly replace the use
of illnum except in miscbltin where the current code turns out to be smaller
because of the twin sh_error calls.
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47a4bb0..ba9d5d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-15  Herbert Xu <herbert@gondor.apana.org.au>
+
+	* Replace shared illnum message by badnum function.
+
 2007-10-17  Oleg Verych <olecom@flower.upol.cz>
 
 	* Disallow completely blank strings in non-arithmetic context.