summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ddfd2e3..b07d3f72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+ C++ upkeep: conversions, clashes, warnings.
+
+ * glob.c (glob_wrap): Fix signed/unsigned comparison.
+
+ * stream.c (make_null_stream): Fix convert beign used
+ where coerce is needed.
+
+ * sysif.c (dup_wrap): Fix use of C++ new keyword.
+
+2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+
C++ static forward issue.
* lib.h (static_forward, static_def): New macros