aboutsummaryrefslogtreecommitdiffstats
path: root/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 390eb982b..9674662aa 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2003-06-26 David Shaw <[email protected]>
+
+ * types.h: Prefer using uint64_t when creating a 64-bit unsigned
+ type. This avoids a warning on compilers that support but
+ complain about unsigned long long.
+
+ * util.h (ascii_isspace): New variation on isspace() that is
+ immune from locale changes.
+
2003-06-07 Werner Koch <[email protected]>
* util.h (hexdigitp,spacep,digitp): New.