summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-21 20:57:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-21 20:57:58 (GMT)
commitcff2f506464abf93c35feb6d644ad08b79feb856 (patch)
tree342c686ff7dcc4a5ed12f8af8e4afa5483a8609f /ChangeLog
parent3cf2601f5d652037b79ca0cdaee051e4d9679c74 (diff)
Initialized the libc random generator using the time and the process ID.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62a1bc6..ee1fa84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
16-10-21 Cyrille Bagard <nocbos@gmail.com>
+ * src/common/shuffle.c:
+ Avoid to copy overlapping memory areas.
+
+ * src/core/core.c:
+ Initialize the libc random generator using the time and the process ID.
+
+16-10-21 Cyrille Bagard <nocbos@gmail.com>
+
* src/gtkext/graph/cluster.c:
* src/gtkext/graph/edge.c:
* src/gtkext/graph/edge.h: