aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-09 04:38:10 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-09 04:38:10 +0000
commit157cd5ac8de832ac428b2ad107c82bf663903ad7 (patch)
tree3379237f9f46fa5dfc1f322e7c3334410c9350c9 /ChangeLog
parentb74e53b24c9da90ca2c324339106df417c39abff (diff)
downloadglibc-157cd5ac8de832ac428b2ad107c82bf663903ad7.zip
glibc-157cd5ac8de832ac428b2ad107c82bf663903ad7.tar.gz
glibc-157cd5ac8de832ac428b2ad107c82bf663903ad7.tar.bz2
[BZ #9706]
2009-01-08 Ulrich Drepper <drepper@redhat.com> [BZ #9706] * nss/nss_files/files-parse.c (strtou32): New function. (INT_FIELD): Use strotu32 instead of strtoul to unify behavior across 32-bit and 64-bit platforms. (INT_FIELD_MAYBE_NULL): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ec5181..f6da7d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-08 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #9706]
+ * nss/nss_files/files-parse.c (strtou32): New function.
+ (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
+ across 32-bit and 64-bit platforms.
+ (INT_FIELD_MAYBE_NULL): Likewise.
+
2009-01-08 Jakub Jelinek <jakub@redhat.com>
[BZ #9720]