diff --git a/ChangeLog b/ChangeLog index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 17db0f8f1..5fc52176b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -3,7 +3,8 @@ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann convinced me, that 128 KB path length might not be enough for the HURD. So I changed the - loop to at least avoid an integer overflow. + loop to at least avoid an integer overflow, which could happen at + beyond 2GB size ;-) * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected