summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-05 21:15:29 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-11-05 21:15:29 -0700
commitc5de7d4df4ccd7d70a511ee45e1aa901d51efb6f (patch)
treeefb8985dcd1b40866f9f67ce945898015ae08029 /ChangeLog
parenta5f2b7e6641a5f7ebaf01dd0e9fa10200ceb4606 (diff)
downloadtxr-c5de7d4df4ccd7d70a511ee45e1aa901d51efb6f.tar.gz
txr-c5de7d4df4ccd7d70a511ee45e1aa901d51efb6f.tar.bz2
txr-c5de7d4df4ccd7d70a511ee45e1aa901d51efb6f.zip
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.
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.