aboutsummaryrefslogtreecommitdiffstats
path: root/common/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'common/ChangeLog')
-rw-r--r--common/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 65126200c..3d545866c 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-19 Werner Koch <[email protected]>
+
+ * sysutils.c: Remove <ctype.h>.
+ (fd_translate_max): Use macro for the size.
+ (translate_table_init): Protect read against EINTR and replace
+ isspace by spacep.
+
2008-06-18 Marcus Brinkmann <[email protected]>
* sysutils.c (TRANS_MAX): Bump up to 350 to be on the safe side.