summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da255e5..6c6dfe9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-01-12 Kaz Kylheku <kaz@kylheku.com>
+
+ * signal.h (sig_save_enable, sig_save_disable):
+ Use do;while(0) trick instead of local typedef
+ to cause terminating semicolon to be required.
+ (sig_restore_enable, sig_restore_disable):
+ Remove superfluous do { } while (0).
+ Closing a brace is good enough.
+
2015-01-11 Kaz Kylheku <kaz@kylheku.com>
* glob.c: New file.