summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 022e51a6..be0fe583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-11-05 Kaz Kylheku <kaz@kylheku.com>
+ Task #11442. Make work on MingW.
+
+ * configure: Test for environ and GetEnvironmentStrings.
+
+ * lib.c: Conditionally include <windows.h>.
+ (env): Implemented for POSIX and Windows with #ifdefs.
+
+2011-11-05 Kaz Kylheku <kaz@kylheku.com>
+
Task #11442. Access to environment variables.
* lib.c (env_list): New static variable.