aboutsummaryrefslogtreecommitdiffstats
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 eb9c051b8c..1c44cd8c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Dec 9 15:48:12 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * regcomp.c (onig_chain_link_add): use atomic operation instead of
+ mutex.
+
+ * regint.h (ONIG_STATE_{INC,DEC}_THREAD): ditto.
+
+ * regparse.c (PopFreeNode, node_recycle): ditto.
+
Wed Dec 9 14:45:27 2015 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_mark_stacked_objects): fix typo.