summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-28 09:57:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-28 09:57:35 (GMT)
commit81a4be1d7f2621a899c23db6243ce5aefddbbe93 (patch)
treeaba9f0db3ae6379fc58c44106a815647fd49e976 /ChangeLog
parent77f88a59bfb9296df7e995e99218d27862136588 (diff)
Replaced the deprecated readdir_r() function by readdir() calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d11ea68..e11a601 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+17-07-28 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/pychrysa.c:
+ Replace the deprecated readdir_r() function by readdir() calls.
+
+ * src/common/xdg.c:
+ Set and check errno when using readdir().
+
17-07-27 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/arch/instruction.c: