summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-06 22:42:14 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-10-06 22:42:14 +0800
commitaa82f69dea2f2d5fe4337dfb12cea54fabdab175 (patch)
tree3648d6fc0a7280d8bb7d437ac3a2e6e548705599 /ChangeLog
parent[VAR] Remove setvarsafe (diff)
downloaddash-aa82f69dea2f2d5fe4337dfb12cea54fabdab175.tar.gz
dash-aa82f69dea2f2d5fe4337dfb12cea54fabdab175.zip
[BUILTIN] Use intmax_t arithmetic in test
This patch adds the function atomax10 and uses it in test(1) so that we
support intmax_t comparisons.
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea54d84..1db14ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* Add pushstackmark.
 	* Treat OPTIND=0 in the same way as OPTIND=1.
 	* Remove setvarsafe.
+	* Use intmax_t arithmetic in test.
 
 2007-10-05  Herbert Xu <herbert@gondor.apana.org.au>