summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-14 02:39:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-14 02:39:38 -0700
commit9cfd4e0adf28ad932b2a99886c1aae96715669a3 (patch)
tree76c9275a9771e52fc677af33bf37944f919bc68b /ChangeLog
parent6150e4f135fdab479af31a93c2e8ae89d414c224 (diff)
downloadtxr-9cfd4e0adf28ad932b2a99886c1aae96715669a3.tar.gz
txr-9cfd4e0adf28ad932b2a99886c1aae96715669a3.tar.bz2
txr-9cfd4e0adf28ad932b2a99886c1aae96715669a3.zip
* utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): We
have similar functions in the MSVCRT library used by MinGW, so if _WIN32 is defined, our functions now just wrap those.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94667859..95b5e123 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-03-14 Kaz Kylheku <kaz@kylheku.com>
+ * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): We
+ have similar functions in the MSVCRT library used by MinGW,
+ so if _WIN32 is defined, our functions now just wrap those.
+
+2014-03-14 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (run): Fix MinGW build failures. The run function doesn't
work right with arguments, though: the win command line is broken.