summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-03-21 13:46:59 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-21 13:46:59 +0000
commitcdb61955724cd0f97546a86421b52b4da66e8ae5 (patch)
tree7022676696abda3df77f0f86d8178ad8e76fc4c6 /ChangeLog.pre-2-0
parent68c4ed996f6dfbdc28d834f34b0f19c6f97f5877 (diff)
downloadglib-cdb61955724cd0f97546a86421b52b4da66e8ae5.tar.gz
Allocate only up to 128KB for a pathname. While this is an arbitrary value
2000-03-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gutils.c (g_get_current_dir): Allocate only up to 128KB for a pathname. While this is an arbitrary value just like 2048, it seems to be enough (after all, even 4GB is an arbitrary value).
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-06
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index f9d969011..83d15ab0c 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+2000-03-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * gutils.c (g_get_current_dir): Allocate only up to 128KB for a
+ pathname. While this is an arbitrary value just like 2048, it
+ seems to be enough (after all, even 4GB is an arbitrary value).
+
2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c (g_main_poll): Warn in case of an error during the call