aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 44a6fd3ca0c..4f3f386310a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,10 @@
12010-08-11 Jan Djärv <jan.h.d@swipnet.se> 12010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * fakemail.c: Include stdlib.h for getenv. Remove declaration of
4 popen, fclose and pclose.
5 (my_name, fatal, error, put_line): Use const char*
6 (main): Remove extern getenv, mail_program_name is const char*.
7
3 * update-game-score.c (get_prefix, write_scores, main): Use const char*. 8 * update-game-score.c (get_prefix, write_scores, main): Use const char*.
4 9
5 * sorted-doc.c (error, fatal, states): Use const char *. 10 * sorted-doc.c (error, fatal, states): Use const char *.