summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 22:11:56 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 22:11:56 +1000
commit8706dedec7fbd1555df0fd72e0c65457ea039735 (patch)
tree6162166b41f1f864827baae17fb22303f1ce4df5 /ChangeLog
parent[SYSTEM] Include system.h for stpcpy in nodes.c (diff)
downloaddash-8706dedec7fbd1555df0fd72e0c65457ea039735.tar.gz
dash-8706dedec7fbd1555df0fd72e0c65457ea039735.zip
[SYSTEM] Added out-of-line ctypes functions for klibc
Unfortunately klibc doesn't provide out-of-line versions of ctypes
functions such as isalpha.  This is a nasty hack to create them.
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9edac6f..63dcd87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@
 	* Removed standalone/csh support from test.
 	* Added dummy sysconf implementation.
 	* Include system.h for stpcpy in nodes.c.
+	* Added out-of-line ctypes functions for klibc.
 
 2005-10-26  Herbert Xu <herbert@gondor.apana.org.au>