summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-03-22 15:18:11 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-22 15:18:11 +0000
commit837cbbdf8d71532c6584c61f9a64252bac1685ee (patch)
treec3fc7f52f4b7af6b102362867e440ea52491bfcc /ChangeLog.pre-2-12
parent762a2befa463ba4b6c2e8733abe5bfdaf7080043 (diff)
downloadglib-837cbbdf8d71532c6584c61f9a64252bac1685ee.tar.gz
Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me,
2000-03-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> 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, which could happen at beyond 2GB size ;-)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-125
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index d5026769f..17db0f8f1 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,10 @@
2000-03-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
+ <Marcus.Brinkmann@ruhr-uni-bochum.de> 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.
+
* configure.in: Test for sched_yield as the native yield function
first. Corrected typo g_thread_sleep -> g_usleep. Corrected
message for the pthread_create test. Negative Priorities are