diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-05 21:15:29 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-05 21:15:29 -0700 |
commit | c5de7d4df4ccd7d70a511ee45e1aa901d51efb6f (patch) | |
tree | efb8985dcd1b40866f9f67ce945898015ae08029 /ChangeLog | |
parent | a5f2b7e6641a5f7ebaf01dd0e9fa10200ceb4606 (diff) | |
download | txr-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |