summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-07 21:39:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-07 21:39:18 -0700
commit23cfdb2ec63dac74147d54e9131cf0f1fdc1668d (patch)
treed6ab095de0431868e4df95d2da982a7efb32baa8 /ChangeLog
parent723f24a59ba019cd2974efdcea731c6d9ca65842 (diff)
downloadtxr-23cfdb2ec63dac74147d54e9131cf0f1fdc1668d.tar.gz
txr-23cfdb2ec63dac74147d54e9131cf0f1fdc1668d.tar.bz2
txr-23cfdb2ec63dac74147d54e9131cf0f1fdc1668d.zip
* sysif.c (w_lstat): If we don't have S_IFLINK, implement
w_lstat as an alias to w_stat. This helps build on MinGW.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42a645de..ebf4264e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+ * sysif.c (w_lstat): If we don't have S_IFLINK, implement
+ w_lstat as an alias to w_stat. This helps build on MinGW.
+
+2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+
Change to different exception for debugger quit.
* debug.c (debug_quit_s): New global variable.