summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-29 19:49:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-29 19:49:52 +0000
commita006af315337965825a1e4e251ccf70069d06796 (patch)
treea452e330fd5c2e3e9932a3628f137de0a3d55288 /cpukit/ChangeLog
parent2010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-a006af315337965825a1e4e251ccf70069d06796.tar.bz2
2010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libcsupport/src/privateenv.c: Add macro to test status when RTEMS_DEBUG is enabled. Note than evaluation of root directory should always work.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 40df254d4f..033c099ca3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ * libcsupport/src/privateenv.c: Add macro to test status when
+ RTEMS_DEBUG is enabled. Note than evaluation of root directory should
+ always work.
+
+2010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
* libcsupport/src/getlogin.c: Modify to use strncpy() on all paths.
2010-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>