summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-30 22:39:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-30 22:39:20 +0000
commit20d181a49020ddfa4a2ffde4b341be29d1e90efe (patch)
tree5c1c90b4c03a2db1f3b93e6c6c80dd2df0d966b3 /nuttx/ChangeLog
parentf7e1590c5e290f640f1f2f5bda93be265ed87eb5 (diff)
downloadnuttx-20d181a49020ddfa4a2ffde4b341be29d1e90efe.tar.gz
nuttx-20d181a49020ddfa4a2ffde4b341be29d1e90efe.tar.bz2
nuttx-20d181a49020ddfa4a2ffde4b341be29d1e90efe.zip
Add environment variable test; fix several detected bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@298 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index adf20a906..81188709c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -191,6 +191,8 @@
* Add environment variables APIs: environ, getenv, putenv, clearenv, setenv,
unsetenv
* Correct an error in realloc() when the block is extended "down" in memory.
- In this case, the old memory contents need to be copied to the new location.
+ In this case, the old memory contents need to be copied to the new location
+ and an allocated bit was not being set.
+ * examples/ostest: Added an environment variable test.
* Started m68322