diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-25 00:43:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-25 00:43:21 -0800 |
commit | b14b352a6416e29f2ca0db31fd32195bbcc384a9 (patch) | |
tree | b3345a0db304224940ee2923b51394c37aa939c1 /ChangeLog | |
parent | ef976f0374d3a938c6d575cc42ca74f711b20e11 (diff) | |
download | txr-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |