Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-04-06 04:11:54 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-04-06 04:11:54 +0400
commit78d06c6587d31b300b7426af6cc33f95c494fac1 (patch)
tree40b5f15f9ae08ed20f499554d75f6be14ab04d79 /eglib/ChangeLog
parentfe78acafcbd522e6aae88a7bcb9582a5b9d2d054 (diff)
2009-04-05 Miguel de Icaza <miguel@novell.com>
* src/gpath.c: Avoid situations where we add the separator if one of the elements is the separator. svn path=/trunk/mono/; revision=131083
Diffstat (limited to 'eglib/ChangeLog')
-rw-r--r--eglib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/eglib/ChangeLog b/eglib/ChangeLog
index f4e8140792a..f7c08f6fa9b 100644
--- a/eglib/ChangeLog
+++ b/eglib/ChangeLog
@@ -1,3 +1,13 @@
+2009-04-05 Miguel de Icaza <miguel@novell.com>
+
+ * src/gpath.c: Avoid situations where we add the separator if one
+ of the elements is the separator.
+
+2009-04-02 Miguel de Icaza <miguel@novell.com>
+
+ * src/gpath.c: If the first element is NULL, return an empty
+ string.
+
2009-02-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
* src/gstr.c: use memset in g_strnfill.