mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
better ChangeLog Entry
better ChangeLog Entry
This commit is contained in:
parent
837cbbdf8d
commit
5a470fc8d7
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
|
||||||
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
<Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
|
||||||
path length might not be enough for the HURD. So I changed the
|
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
|
* configure.in: Test for sched_yield as the native yield function
|
||||||
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
|
||||||
|
Loading…
Reference in New Issue
Block a user