aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-08-22 21:38:44 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-08-22 21:38:44 +0300
commit7622c96e99921f28c032b742f169d9558df89355 (patch)
treec24eef8947af60de3b4237cecbfb3aa9cbd22244 /ChangeLog
parent445f13a1e5eff0b0f520118fd89db7fe0a7b0aa8 (diff)
downloadegawk-7622c96e99921f28c032b742f169d9558df89355.tar.gz
egawk-7622c96e99921f28c032b742f169d9558df89355.tar.bz2
egawk-7622c96e99921f28c032b742f169d9558df89355.zip
Bug fix for Mac OS X in passing environment through.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f6450b8..c2315d38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-22 Arnold D. Robbins <arnold@skeeve.com>
+
+ * str_array.c (env_store): If the new value being stored is NULL,
+ pass in "" instead. Avoids core dump on Mac OS X.
+ Thanks to Hermann Peifer for the bug report.
+
2013-08-20 Arnold D. Robbins <arnold@skeeve.com>
* nonposix.h: New file. Contains FAKE_FD_VALUE.