From c27d28d00b3dbdec65d56c944d2361e9a1af383f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 2 Jan 2017 11:50:19 +0100 Subject: [PATCH] CHANGES: Added some notes about recent changes. --- CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES b/CHANGES index a1cbcc691c..a94f46ca50 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,20 @@ Changes since Pike 8.0.388 (release 7) ---------------------------------------------------------------------- +Runtime +------- + +o Stdio.Buffer & String.Buffer + + Allocated constant program identifiers for both of the above. + +Building +-------- + +o Stdio + + Fixed compilation issue on platforms without readdir_r(). + Changes since Pike 8.0.370 (release 6) ---------------------------------------------------------------------- -- GitLab