summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-25 00:43:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-25 00:43:21 -0800
commitb14b352a6416e29f2ca0db31fd32195bbcc384a9 (patch)
treeb3345a0db304224940ee2923b51394c37aa939c1 /ChangeLog
parentef976f0374d3a938c6d575cc42ca74f711b20e11 (diff)
downloadtxr-b14b352a6416e29f2ca0db31fd32195bbcc384a9.tar.gz
txr-b14b352a6416e29f2ca0db31fd32195bbcc384a9.tar.bz2
txr-b14b352a6416e29f2ca0db31fd32195bbcc384a9.zip
* stream.c (getcwd_wrap): Implement correct test of getcwd's
return value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94ba515d..6b61e25a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-02-25 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (getcwd_wrap): Implement correct test of getcwd's
+ return value.
+
+2014-02-25 Kaz Kylheku <kaz@kylheku.com>
+
* configure: Use -Werror= on the missing prototypes and
strict prototypes warnings; these should be errors.