summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-05-02 14:23:47 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-05-02 14:23:47 +0800
commitf0f930d60cd62f5fe5ba28460b43f333e8062b94 (patch)
treecd5cf2363e169277d8f30e7914600acfb3de3265 /ChangeLog
parent[JOBS] Fix cmdtxt crash on if statements (diff)
downloaddash-f0f930d60cd62f5fe5ba28460b43f333e8062b94.tar.gz
dash-f0f930d60cd62f5fe5ba28460b43f333e8062b94.zip
[CD] Restored non-glibc getcwd support
These days dash is expected to build with libraries other than
glibc so we need to support the old way of calling getcwd again.

Thanks to Dan McGee for reporting this bug when dash is built with
klibc.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5e0dbc..5216521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-02  Herbert Xu <herbert@gondor.apana.org.au>
+
+	* Restored non-glibc getcwd support.
+
 2008-03-07  Larry Doolittle <ldoolitt@recycle.lbl.gov>
 
 	* Fix cmdtxt crash on if statements.