summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-03-20 16:01:41 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-20 16:01:41 +0000
commit2c4b4788fd8662cc26b248859c156c20fe9e7e3a (patch)
tree0781a183b718bbf3e3c0b7695a4051248e4bc772 /ChangeLog.pre-2-0
parent692ce678922891f6e6f74c4b61461a64e67854a4 (diff)
downloadglib-2c4b4788fd8662cc26b248859c156c20fe9e7e3a.tar.gz
Make g_get_current_dir work on systems with unlimited pathname length like
2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gutils.c (g_get_current_dir): Make g_get_current_dir work on systems with unlimited pathname length like the HURD (It worked there before, but only for pathes shorter than 2048). Closes Bug#4525 as reported by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-08
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8d8c41e3a..b15f5ba38 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,11 @@
+2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * gutils.c (g_get_current_dir): Make g_get_current_dir work on
+ systems with unlimited pathname length like the HURD (It worked
+ there before, but only for pathes shorter than 2048). Closes
+ Bug#4525 as reported by Marcus Brinkmann
+ <Marcus.Brinkmann@ruhr-uni-bochum.de>.
+
2000-03-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* giounix.c (g_io_unix_write, g_io_unix_read): Interpret EINTR as