summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-07-13 22:07:08 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-07-13 22:07:08 +0800
commitda1dd1f233b5235f2e5750cf2764ba87f06c590f (patch)
treed9c4b848a12fe3d32e7a73a36be5e328e2273278 /ChangeLog
parent[BUILTIN] Made aexpr/oexpr non-recursive (diff)
downloaddash-da1dd1f233b5235f2e5750cf2764ba87f06c590f.tar.gz
dash-da1dd1f233b5235f2e5750cf2764ba87f06c590f.zip
[BUILTIN] Made t_lex reentrant
The previous two changes were broken because t_lex uses global state.
This patch removes that by making t_wp local to t_lex.

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 ef45102..5565e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* Fixed 3,4-argument cases for test per POSIX.
 	* Made aexpr/oexpr non-recursive.
+	* Made t_lex reentrant.
 
 2008-05-19  Herbert Xu <herbert@gondor.apana.org.au>